Package org.apache.hop.core.annotations
Annotation Type Transform
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface Transform
An alternate way of defining transforms. Classes annotated with "Transform" are automatically recognized and registered as a transform.Important: The XML definitions alienate annotated transforms and the two methods of definition are therefore mutually exclusive.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringcasesUrlStringcategoryDescriptionStringclassLoaderGroupStringdescriptionStringdocumentationUrlStringforumUrlStringimagebooleanisSeparateClassLoaderNeededString[]keywordsStringsuggestion
-
-
-
Element Detail
-
id
String id
- Returns:
- The ID of the transform. You can specify more than one ID in a comma separated format: id1,id2,id3 for deprecation purposes.
-
-
-
name
String name
-
-
-
description
String description
- Default:
- ""
-
-
-
image
String image
- Returns:
- The image resource path
- Default:
- ""
-
-
-
classLoaderGroup
String classLoaderGroup
- Default:
- ""
-
-
-
categoryDescription
String categoryDescription
- Default:
- ""
-
-
-
documentationUrl
String documentationUrl
- Returns:
- The documentation url
- Default:
- ""
-
-
-
casesUrl
String casesUrl
- Returns:
- The cases url
- Default:
- ""
-
-
-
forumUrl
String forumUrl
- Returns:
- The forum url
- Default:
- ""
-
-
-
suggestion
String suggestion
- Default:
- ""
-
-
-
keywords
String[] keywords
- Default:
- {}
-
-