Docmosis API 4.5.0

Uses of Class
com.docmosis.document.converter.pool.ConverterPoolException

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 DocumentConversionResult DocumentConverter.convert(File inputFile, File[] outputFiles)
          Convert the given input file to the set of output files.
static DocumentConversionResult DocumentConverter.convert(File inputFile, File outputFile)
          Convert the given input file to the given output file.
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.
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.
 

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.
 void DropStoreHelper.processJarOrZipFile(File file, TemplateContext storeContext, boolean logErrors)
          Process the contents of a Jar or Zip file as it if was a directory.
 


Docmosis API 4.5.0

Copyright © 2014 Docmosis Pty Ltd. All Rights Reserved.