Package | Description |
---|---|
com.fatwire.transformer.common |
Modifier and Type | Method and Description |
---|---|
Transformer |
Configuration.getTransformer()
TransformerFormatRepository is basically a repository which holds all the
supported TransformerFormat by the DocumentTransformer which can be used
for further processing like to check
|
Transformer |
TransformerFormatRepository.getValidTransformer(String inputFileExtention,
String outputFileExtention)
Returns the valid transformer...based on the input and output file type
or otherwise throw an exception saying no valid transformer found This
keeps all the information needed to transform a document
|
Modifier and Type | Method and Description |
---|---|
List<Transformer> |
TransformerFormat.getExportTranformers()
Get all the optional transformer which can be used to export the file
type given by this file type..
|