| Package | Description |
|---|---|
| com.groupdocs.conversion.handler |
| Modifier and Type | Method and Description |
|---|---|
ConversionConfig |
ConversionHandler.getConfig()
Conversion config
|
| Constructor and Description |
|---|
ConversionHandler(ConversionConfig conversionConfig)
Instantiate the ConversionHandler with default
IInputDataHandler,
IOutputDataHandler and ICacheDataHandler All files will
be loaded from localfile system All cache items will be stored and loaded
from local data system |
ConversionHandler(ConversionConfig conversionConfig,
ICacheDataHandler cacheDataHandler)
Instantiate the ConversionHandler with default
IInputDataHandler,
IOutputDataHandler and custom ICacheDataHandler
implementation |
ConversionHandler(ConversionConfig conversionConfig,
IInputDataHandler inputDataHandler)
Instantiate the ConversionHandler with default
IOutputDataHandler, ICacheDataHandler and custom
IInputDataHandler implementation |
ConversionHandler(ConversionConfig conversionConfig,
IInputDataHandler inputDataHandler,
ICacheDataHandler cacheDataHandler)
Instantiate the ConversionHandler with default
IOutputDataHandler
and custom IInputDataHandler, ICacheDataHandler
implementation |
ConversionHandler(ConversionConfig conversionConfig,
IInputDataHandler inputDataHandler,
IOutputDataHandler outputDataHandler)
Instantiate the ConversionHandler with default
ICacheDataHandler
and custom IInputDataHandler, IOutputDataHandler
implementation |
ConversionHandler(ConversionConfig conversionConfig,
IInputDataHandler inputDataHandler,
IOutputDataHandler outputDataHandler,
ICacheDataHandler cacheDataHandler)
Instantiate the ConversionHandler with custom
IInputDataHandler,
IOutputDataHandler and custom ICacheDataHandler
implementations |
ConversionHandler(ConversionConfig conversionConfig,
IOutputDataHandler outputDataHandler)
Instantiate the ConversionHandler with default
IInputDataHandler,
ICacheDataHandler and custom IOutputDataHandler
implementation |
ConversionHandler(ConversionConfig conversionConfig,
IOutputDataHandler outputDataHandler,
ICacheDataHandler cacheDataHandler)
Instantiate the ConversionHandler with default
IInputDataHandler
and custom IOutputDataHandler, ICacheDataHandler
implementation |
ConversionHandler(ConversionConfig conversionConfig,
IOutputDataHandler outputDataHandler,
ICacheDataHandler cacheDataHandler,
com.groupdocs.conversion.converter.IConverterFactory converterFactory,
com.groupdocs.conversion.domain.IDocumentLoader documentLoader) |
Copyright © 2017. All rights reserved.