Package org.apache.hop.imp
Annotation Type ImportPlugin
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface ImportPlugin
This signals to the plugin system that the annotated class is an Import plugin. It implements a type of import for Hop metadata.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringdocumentationUrl
-
-
-
Element Detail
-
id
String id
- Returns:
- The ID of the plugin. You need to specify this on the command line.
-
-
-
name
String name
The name of the plugin- Returns:
-
-
-
description
String description
- Returns:
- The description of the plugin
-
-
-
documentationUrl
String documentationUrl
- Returns:
- The documentation url
- Default:
- ""
-
-