|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileParser | |
---|---|
com.jalios.jcms.fileprocessor | |
com.jalios.jcms.fileprocessor.repository | |
com.jalios.jcms.fileprocessor.test |
Uses of FileParser in com.jalios.jcms.fileprocessor |
---|
Methods in com.jalios.jcms.fileprocessor with parameters of type FileParser | |
---|---|
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). |
Uses of FileParser in com.jalios.jcms.fileprocessor.repository |
---|
Methods in com.jalios.jcms.fileprocessor.repository that return types with arguments of type FileParser | |
---|---|
Set<Class<? extends FileParser>> |
Repository.getFileParserClassSet()
Retrieve a Set of all FileParser class. |
SortedSet<? extends FileParser> |
Repository.getFileParserSet(String extension)
Retrieve a Set of all FileParser configured for the specified extension. |
Uses of FileParser in com.jalios.jcms.fileprocessor.test |
---|
Classes in com.jalios.jcms.fileprocessor.test that implement FileParser | |
---|---|
class |
SampleProcessor
Sample FileProcessor and FileParse which can be used for testing. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |