Class TransformationCatalog
- java.lang.Object
-
- com.orchestranetworks.addon.dex.transformation.TransformationCatalog
-
public final class TransformationCatalog extends java.lang.ObjectLists transformations to register.- Since:
- 2.3.0
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidadd(TransformationDefinition transformationDefinition)Registers the specified custom transformation.
-
-
-
Method Detail
-
add
public static final void add(TransformationDefinition transformationDefinition) throws com.orchestranetworks.service.OperationException
Registers the specified custom transformation.- Parameters:
transformationDefinition- transformation definition.- Throws:
com.orchestranetworks.service.OperationException- if this transformation's code is null or empty, its label is null, or this transformation already exists in the catalog.
-
-