Uses of Class
com.jalios.jcms.fileprocessor.ProcessingException
-
Packages that use ProcessingException Package Description com.jalios.jcms.fileprocessor com.jalios.jcms.fileprocessor.test -
-
Uses of ProcessingException in com.jalios.jcms.fileprocessor
Subclasses of ProcessingException in com.jalios.jcms.fileprocessor Modifier and Type Class Description class
ProcessingPostponedException
Exception used in FileActionComponent exception happening during processing or indexing that must trigger a postponed re-processing.Methods in com.jalios.jcms.fileprocessor that throw ProcessingException Modifier and Type Method Description default void
FileParser. extractText(java.io.File inFile, java.io.File outFile, java.util.Map<java.lang.String,java.lang.Object> ctxt)
Parsers may implement this method for very efficient text extraction.java.lang.String
FileParser. extractText(java.io.File file, java.util.Map<java.lang.String,java.lang.Object> ctxt)
Parsers have to implement at least this method which extract the text from the specified file and returns it.static java.lang.String
FPUtil. extractTextPDF(java.io.File file, java.util.Map<java.lang.String,java.lang.Object> ctxt, FileParser parser)
This methods extracts the text of specified PDF File (MUST be a pdf) to a String (using PDFBox).boolean
FileProcessor. process(java.io.File file, java.util.Map<java.lang.String,java.lang.Object> ctxt)
Method invoked to process a file. -
Uses of ProcessingException in com.jalios.jcms.fileprocessor.test
Methods in com.jalios.jcms.fileprocessor.test that throw ProcessingException Modifier and Type Method Description java.lang.String
SampleProcessor. extractText(java.io.File file, java.util.Map<java.lang.String,java.lang.Object> ctxt)
boolean
SampleProcessor. process(java.io.File file, java.util.Map<java.lang.String,java.lang.Object> ctxt)
-