|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessingException | |
---|---|
com.jalios.jcms.fileprocessor | |
com.jalios.jcms.fileprocessor.repository | |
com.jalios.jcms.fileprocessor.repository.jcmsupload | |
com.jalios.jcms.fileprocessor.test |
Uses of ProcessingException in com.jalios.jcms.fileprocessor |
---|
Methods in com.jalios.jcms.fileprocessor that throw ProcessingException | |
---|---|
String |
FileParser.extractText(File file,
Map<String,Object> ctxt)
Parsers have to implement at least this method which exctract the text from the specified file and returns it. |
static String |
FPUtil.extractTextPDF(File file,
Map<String,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(File file,
Map<String,Object> ctxt)
Method invoked to process a file. |
Uses of ProcessingException in com.jalios.jcms.fileprocessor.repository |
---|
Methods in com.jalios.jcms.fileprocessor.repository that throw ProcessingException | |
---|---|
org.apache.lucene.document.Document |
RepositoryIndexer.getLuceneDocument(File file,
String content,
Map<String,Object> ctxt)
Gives the Lucene Document, used for indexing files. |
Uses of ProcessingException in com.jalios.jcms.fileprocessor.repository.jcmsupload |
---|
Methods in com.jalios.jcms.fileprocessor.repository.jcmsupload that throw ProcessingException | |
---|---|
org.apache.lucene.document.Document |
JCMSUploadIndexer.getLuceneDocument(File file,
String content,
Map<String,Object> ctxt)
Create a Lucene Document from the text parsed by extractText(). |
Uses of ProcessingException in com.jalios.jcms.fileprocessor.test |
---|
Methods in com.jalios.jcms.fileprocessor.test that throw ProcessingException | |
---|---|
String |
SampleProcessor.extractText(File file,
Map<String,Object> ctxt)
|
boolean |
SampleProcessor.process(File file,
Map<String,Object> ctxt)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |