public final class ConversionConfig extends Object
Instantiate this class to set conversion configuration
Constructor and Description |
---|
ConversionConfig()
Instantiate ConversionConfig class
|
Modifier and Type | Method and Description |
---|---|
ICacheDataHandler |
getCacheDataHandler()
Custom implementation of
ICacheDataHandler interface |
String |
getCachePath()
Get or Set the Conversion cache path
|
int |
getCacheTimeOut()
Cache timeout in minutes.
|
List<String> |
getFontDirectories() |
IInputDataHandler |
getInputDataHandler()
Custom implementation of
IInputDataHandler interface |
String |
getLocalesPath()
Get or Set the location of the Locale files default: the same path where
the conversion assembly is located
|
IOutputDataHandler |
getOutputDataHandler()
Custom implementation of
IOutputDataHandler interface |
String |
getOutputPath()
Get or Set the conversion output path
|
String |
getStoragePath()
Get or Set the conversion storage path
|
ITempDataHandler |
getTempDataHandler()
Custom implementation of
ITempDataHandler interface |
boolean |
getUseCache()
Set either the cache should be used or not
|
void |
setCacheDataHandler(ICacheDataHandler value)
Custom implementation of
ICacheDataHandler interface |
void |
setCachePath(String value)
Get or Set the Conversion cache path
|
void |
setCacheTimeOut(int value)
Cache timeout in minutes.
|
void |
setInputDataHandler(IInputDataHandler value)
Custom implementation of
IInputDataHandler interface |
void |
setLocalesPath(String value)
Get or Set the location of the Locale files default: the same path where
the conversion assembly is located
|
void |
setOutputDataHandler(IOutputDataHandler value)
Custom implementation of
IOutputDataHandler interface |
void |
setOutputPath(String value)
Get or Set the conversion output path
|
void |
setStoragePath(String value)
Get or Set the conversion storage path
|
void |
setTempDataHandler(ITempDataHandler value)
Custom implementation of
ITempDataHandler interface |
void |
setUseCache(boolean value)
Set either the cache should be used or not
|
public String getStoragePath()
Get or Set the conversion storage path
public void setStoragePath(String value)
Get or Set the conversion storage path
value
- public String getOutputPath()
Get or Set the conversion output path
public void setOutputPath(String value)
Get or Set the conversion output path
value
- public String getLocalesPath()
Get or Set the location of the Locale files default: the same path where the conversion assembly is located
public void setLocalesPath(String value)
Get or Set the location of the Locale files default: the same path where the conversion assembly is located
value
- public String getCachePath()
Get or Set the Conversion cache path
public void setCachePath(String value)
Get or Set the Conversion cache path
value
- public boolean getUseCache()
Set either the cache should be used or not
public void setUseCache(boolean value)
Set either the cache should be used or not
value
- public int getCacheTimeOut()
Cache timeout in minutes. Default value is 10.
public void setCacheTimeOut(int value)
Cache timeout in minutes. Default value is 10.
value
- public final IInputDataHandler getInputDataHandler()
Custom implementation of IInputDataHandler
interface
public final void setInputDataHandler(IInputDataHandler value)
Custom implementation of IInputDataHandler
interface
value
- public final IOutputDataHandler getOutputDataHandler()
Custom implementation of IOutputDataHandler
interface
public final void setOutputDataHandler(IOutputDataHandler value)
Custom implementation of IOutputDataHandler
interface
value
- public final ICacheDataHandler getCacheDataHandler()
Custom implementation of ICacheDataHandler
interface
public final void setCacheDataHandler(ICacheDataHandler value)
Custom implementation of ICacheDataHandler
interface
value
- public final ITempDataHandler getTempDataHandler()
Custom implementation of ITempDataHandler
interface
public final void setTempDataHandler(ITempDataHandler value)
Custom implementation of ITempDataHandler
interface
value
-