See: Description
Interface | Description |
---|---|
ITransformUtilityDescriptor |
The Transformation Utility Descriptor interface provides access to the static
information that is used to identify a transformation utility.
|
Class | Description |
---|---|
TransformUtilityHelper |
This class provides helper methods for accessing TransformUtilities.
|
This package provides non-public API for Transformation Utilities.
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.