|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConverterPoolException | |
---|---|
com.docmosis.document | |
com.docmosis.template.store |
Uses of ConverterPoolException in com.docmosis.document |
---|
Methods in com.docmosis.document that throw ConverterPoolException | |
---|---|
static com.docmosis.document.DocumentConversionResult |
DocumentConverter.convert(File inputFile,
File outputFile)
Convert the given input file to the given output file. |
static com.docmosis.document.DocumentConversionResult |
DocumentConverter.convert(File inputFile,
File[] outputFiles)
Convert the given input file to the set of output files. |
static com.docmosis.document.DocumentConversionResult |
DocumentConverter.convert(File inputFile,
File outputFile,
ConversionInstruction conversionInstruction)
Convert the given input file to the given output file. |
static com.docmosis.document.DocumentConversionResult |
DocumentConverter.convert(File inputFile,
File outputFile,
ConversionInstruction conversionInstruction,
ExternalResourcePermissions externalResourcePermissions)
Convert the given input file to the given output file. |
static int |
DocumentProcessor.getOnlineConverterCount()
Get the number of converters online for the default converter pool group. |
static int |
DocumentProcessor.getOnlineConverterCount(String groupName)
Get the number of converters online for the named converter pool group. |
static boolean |
DocumentProcessor.hasOnlineConverters()
Determine if there are any online converters in the default Converter Pool Group. |
static boolean |
DocumentProcessor.hasOnlineConverters(String groupName)
Determine if there are any online converters in the given Converter Pool Group. |
Uses of ConverterPoolException in com.docmosis.template.store |
---|
Methods in com.docmosis.template.store that throw ConverterPoolException | |
---|---|
void |
DropStoreHelper.process(File dropDirectory)
Drop a whole directory of templates into the store processing sub-directories recursively. |
void |
DropStoreHelper.processJarOrZipFile(File file)
Process the contents of a Jar or Zip file as it if was a directory. |
void |
DropStoreHelper.processJarOrZipFile(File file,
TemplateContext storeContext,
boolean continueOnError)
Process the contents of a Jar or Zip file as it if was a directory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |