Annotation Interface Plugin
Deprecated.
since 1.15.1 old plugin api
This type annotation can be used to mark plugins and to describe the corresponding output ports.
- Since:
- 1.5
- Author:
- Nils Christian Ehmke
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionProperty[]Deprecated.The list of possible properties for this plugin.Deprecated.This field can contain an additional text to give an impression of the needed dependencies.Deprecated.The human-readable description of this plugin.Deprecated.The name which is used to identify this plugin.Deprecated.The output ports which the current plugin has.booleanDeprecated.This flag determines whether the annotated plugin should only be used for programmatic purposes or not.Deprecated.The output ports which the current plugin has. -
Field Summary
Fields
-
Field Details
-
NO_NAME
Deprecated.The default value to show that a plugin has no name.- See Also:
-
-
Element Details
-
programmaticOnly
boolean programmaticOnlyDeprecated.This flag determines whether the annotated plugin should only be used for programmatic purposes or not. This can for example be used by tools to ignore specific plugins.- Default:
- false
-
description
String descriptionDeprecated.The human-readable description of this plugin.- Returns:
- The description for this plugin.
- Default:
- ""
-
dependencies
String dependenciesDeprecated.This field can contain an additional text to give an impression of the needed dependencies.- Returns:
- The dependencies for the current plugin as a human-readable description.
- Default:
- ""
-
name
String nameDeprecated.The name which is used to identify this plugin.- Returns:
- The name of this plugin.
- Default:
- ""
-
outputPorts
OutputPort[] outputPortsDeprecated.The output ports which the current plugin has.- Returns:
- The output ports of this annotation.
- Default:
- {}
-
repositoryPorts
RepositoryPort[] repositoryPortsDeprecated.The output ports which the current plugin has.- Returns:
- The output ports of this annotation.
- Default:
- {}
-
configuration
Property[] configurationDeprecated.The list of possible properties for this plugin.- Returns:
- A list of properties.
- Default:
- {}
-