Class TransformationFactory


  • public class TransformationFactory
    extends java.lang.Object
    A factory class to load the appropriate implementation of Transformation Catalog as specified by properties.
    Version:
    $Revision$
    Author:
    Karan Vahi
    • Field Detail

      • DEFAULT_TC_CLASS

        public static final java.lang.String DEFAULT_TC_CLASS
        Some Constants for backward compatibility.
        See Also:
        Constant Field Values
      • DEFAULT_PACKAGE_NAME

        public static final java.lang.String DEFAULT_PACKAGE_NAME
        The default package where all the implementations reside.
        See Also:
        Constant Field Values
    • Constructor Detail

      • TransformationFactory

        public TransformationFactory()