com.fatwire.transformer.common
Interface Configuration


public interface Configuration


Method Summary
 java.util.Properties getProperties()
          this allows to set the properties needed by the convertor at the instance level which can be used to process all documents
 Transformer 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
 

Method Detail

getProperties

java.util.Properties getProperties()
this allows to set the properties needed by the convertor at the instance level which can be used to process all documents

Returns:
a object to properties.

getTransformer

Transformer 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

Returns:
transformer - A transformer object which has information about the DocumentTransformer


Copyright (c) 2003 - 2011 FatWire Corporation All Rights Reserved.