
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