public final class TransformExtensionUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static com.ibm.xtools.transform.core.internal.extension.TransformExtension |
getExtension(java.lang.String extID,
ITransformationDescriptor descriptor)
Finds the transformation extension for a given extension ID
|
static boolean |
isPropertyAvailable(java.lang.String propertyId,
ITransformContext context,
boolean isReverse,
ITransformationDescriptor desc)
Determines if the property with the given id is available in the
transformation configuration associated with the given transformation
context.
|
public static boolean isPropertyAvailable(java.lang.String propertyId, ITransformContext context, boolean isReverse, ITransformationDescriptor desc)
propertyId
- The id of the property to test.context
- The saved context of the transformation configuration.isReverse
- True if the transformation the property is associated
with is the reverse transformation of the transformation configuration.
False otherwise.desc
- The transformation descriptor.public static com.ibm.xtools.transform.core.internal.extension.TransformExtension getExtension(java.lang.String extID, ITransformationDescriptor descriptor)
extID
- The ID of a transformation extensiondescriptor
- The descriptor of the target transformation