Package org.apache.nifi.documentation
Class StandardServiceAPI
java.lang.Object
org.apache.nifi.documentation.StandardServiceAPI
- All Implemented Interfaces:
ServiceAPI
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStandardServiceAPI
(String className, String groupId, String artifactId, String version) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
className
-
groupId
-
artifactId
-
version
-
-
Constructor Details
-
StandardServiceAPI
-
-
Method Details
-
getClassName
- Specified by:
getClassName
in interfaceServiceAPI
- Returns:
- the fully qualified class name of the interface implemented by the Controller Service
-
getGroupId
- Specified by:
getGroupId
in interfaceServiceAPI
- Returns:
- the Group ID of the bundle that provides the interface
-
getArtifactId
- Specified by:
getArtifactId
in interfaceServiceAPI
- Returns:
- the Artifact ID of the bundle that provides the interface
-
getVersion
- Specified by:
getVersion
in interfaceServiceAPI
- Returns:
- the Version of the bundle that provides the interface
-