Skip navigation links

Package com.ibm.xtools.transform.core.utilities

This package provides non-public API for Transformation Utilities.

See: Description

Package com.ibm.xtools.transform.core.utilities Description

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 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 ITransformUtilityDescriptor and (@link com.ibm.xtools.transform.core.TransformUtility) from the transform utility registry.

Skip navigation links