Package org.pentaho.di.core.annotations
Annotation Type EnginePlugin
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface EnginePlugin
Created by nbaker on 1/4/17.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
casesUrl
String
classLoaderGroup
String
description
String
documentationUrl
String
forumUrl
boolean
isSeparateClassLoaderNeeded
-
-
-
Element Detail
-
id
String id
- Returns:
- The ID of the password encoder plugin. 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:
- ""
-
-
-
documentationUrl
String documentationUrl
- Default:
- ""
-
-
-
casesUrl
String casesUrl
- Default:
- ""
-
-
-
forumUrl
String forumUrl
- Default:
- ""
-
-
-
classLoaderGroup
String classLoaderGroup
- Default:
- ""
-
-