This package provides non-public API for Transformation Utilities.

Package Specification

Transform utility descriptors are defined in XML based upon the schema for the transformationUtilities extension point. During initialization of the Transform Utility Registry, for each <TransformUtility> entry in XML an instance of {@link com.ibm.xtools.transform.core.utilities.ITransformUtilityDescriptor} is created. When parsing the XML, all of the attributes defined in the <TransformUtility> are processed as if they were read-only properties.

The UtilityHelper class provides some helper APIs for getting {@link com.ibm.xtools.transform.core.utilities.ITransformUtilityDescriptor} and (@link com.ibm.xtools.transform.core.TransformUtility) from the transform utility registry.