Uses of Interface
com.jalios.jcms.fileprocessor.FileParser
-
Packages that use FileParser Package Description 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 Modifier and Type Method Description 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). -
Uses of FileParser in com.jalios.jcms.fileprocessor.repository
Methods in com.jalios.jcms.fileprocessor.repository that return types with arguments of type FileParser Modifier and Type Method Description java.util.Set<java.lang.Class<? extends FileParser>>
Repository. getFileParserClassSet()
Retrieve a Set of all FileParser class.java.util.SortedSet<? extends FileParser>
Repository. getFileParserSet(java.lang.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 Modifier and Type Class Description class
SampleProcessor
Sample FileProcessor and FileParse which can be used for testing.
-