Package org.pentaho.di.core.compress
Annotation Type CompressionPlugin
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface CompressionPlugin
This annotation signals to the plugin system that the class is a compression provider plugin.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
casesUrl
String
classLoaderGroup
String
description
String
documentationUrl
String
forumUrl
String
i18nPackageName
boolean
isSeparateClassLoaderNeeded
-
-
-
Element Detail
-
id
String id
-
-
-
name
String name
-
-
-
description
String description
- Default:
- "Compression Plugin"
-
-
-
i18nPackageName
String i18nPackageName
- Default:
- ""
-
-
-
documentationUrl
String documentationUrl
- Default:
- ""
-
-
-
casesUrl
String casesUrl
- Default:
- ""
-
-
-
forumUrl
String forumUrl
- Default:
- ""
-
-
-
classLoaderGroup
String classLoaderGroup
- Default:
- ""
-
-