All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.xlrit.gears.engine.document.DocumentProcessor Maven / Gradle / Ivy

package com.xlrit.gears.engine.document;

import com.xlrit.gears.base.content.ContentRef;
import com.xlrit.gears.base.model.Document;

public interface DocumentProcessor {
	boolean supports(Document doc);
	ContentRef process(Document doc);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy