Uses of Interface
com.jalios.jcms.fileprocessor.FileProcessor
-
Packages that use FileProcessor Package Description com.jalios.jcms.fileprocessor.repository com.jalios.jcms.fileprocessor.test -
-
Uses of FileProcessor in com.jalios.jcms.fileprocessor.repository
Methods in com.jalios.jcms.fileprocessor.repository that return types with arguments of type FileProcessor Modifier and Type Method Description java.util.Set<java.lang.Class<? extends FileProcessor>>
Repository. getFileProcessorClassSet()
Retrieve a Set of all FileProcessor class.java.util.SortedSet<? extends FileProcessor>
Repository. getFileProcessorSet(java.lang.String extension)
Retrieve a Set of all FileProcessor configured for the specified extension. -
Uses of FileProcessor in com.jalios.jcms.fileprocessor.test
Classes in com.jalios.jcms.fileprocessor.test that implement FileProcessor Modifier and Type Class Description class
SampleProcessor
Sample FileProcessor and FileParse which can be used for testing.
-