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

prerna.om.IStringExportProcessor Maven / Gradle / Ivy

The newest version!
package prerna.om;

public interface IStringExportProcessor {

	/**
	 * Process the string before exporting to a file
	 * @param input
	 * @return
	 */
	String processString(String input);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy