| Package | Description | 
|---|---|
| com.jalios.jcms.fileprocessor | |
| com.jalios.jcms.fileprocessor.test | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ProcessingPostponedException
Exception used in FileActionComponent 
 exception happening during processing or indexing that must trigger a postponed re-processing. 
 | 
| Modifier and Type | Method and 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. 
 | 
| Modifier and Type | Method and 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)  | 
Copyright © 2001-2018 Jalios SA. All Rights Reserved.