Class NiFiRegistryExtensionBundleMetadata
java.lang.Object
org.apache.nifi.registry.extension.AbstractExtensionBundleMetadata
org.apache.nifi.registry.extension.NiFiRegistryExtensionBundleMetadata
- All Implemented Interfaces:
ExtensionBundleMetadata
NiFi Registry implementation of ExtensionBundleMetadata which adds bundleIdentifier to the fields.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate -
Method Summary
Modifier and TypeMethodDescriptionfromLocationString(String location) Creates a new Builder from parsing a location string.Methods inherited from class org.apache.nifi.registry.extension.AbstractExtensionBundleMetadata
equals, getArtifact, getGroup, getRegistryIdentifier, getTimestamp, getVersion, hashCode
-
Field Details
-
SEPARATOR
- See Also:
-
LOCATION_FORMAT
-
bundleIdentifier
-
-
Constructor Details
-
NiFiRegistryExtensionBundleMetadata
-
-
Method Details
-
getBundleIdentifier
-
toLocationString
- Returns:
- a location string that will be returned from a NarProvider and passed back to the fetch method, also serves as the filename used by the NarProvider
-
fromLocationString
Creates a new Builder from parsing a location string.- Parameters:
location- the location string- Returns:
- a builder populated from the location string
-