View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window nifi-registry-provider-api-1.23.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.nifi.registry.provider
├─ org.apache.nifi.registry.provider.Provider.class - [JAR]
├─ org.apache.nifi.registry.provider.ProviderConfigurationContext.class - [JAR]
├─ org.apache.nifi.registry.provider.ProviderContext.class - [JAR]
├─ org.apache.nifi.registry.provider.ProviderCreationException.class - [JAR]
org.apache.nifi.registry.extension
├─ org.apache.nifi.registry.extension.BundleCoordinate.class - [JAR]
├─ org.apache.nifi.registry.extension.BundlePersistenceContext.class - [JAR]
├─ org.apache.nifi.registry.extension.BundlePersistenceException.class - [JAR]
├─ org.apache.nifi.registry.extension.BundlePersistenceProvider.class - [JAR]
├─ org.apache.nifi.registry.extension.BundleVersionCoordinate.class - [JAR]
├─ org.apache.nifi.registry.extension.BundleVersionType.class - [JAR]
org.apache.nifi.registry.metadata
├─ org.apache.nifi.registry.metadata.BucketMetadata.class - [JAR]
├─ org.apache.nifi.registry.metadata.FlowMetadata.class - [JAR]
├─ org.apache.nifi.registry.metadata.FlowSnapshotMetadata.class - [JAR]
org.apache.nifi.registry.flow
├─ org.apache.nifi.registry.flow.FlowPersistenceException.class - [JAR]
├─ org.apache.nifi.registry.flow.FlowPersistenceProvider.class - [JAR]
├─ org.apache.nifi.registry.flow.FlowSnapshotContext.class - [JAR]
├─ org.apache.nifi.registry.flow.MetadataAwareFlowPersistenceProvider.class - [JAR]
org.apache.nifi.registry.hook
├─ org.apache.nifi.registry.hook.Event.class - [JAR]
├─ org.apache.nifi.registry.hook.EventField.class - [JAR]
├─ org.apache.nifi.registry.hook.EventFieldName.class - [JAR]
├─ org.apache.nifi.registry.hook.EventHookException.class - [JAR]
├─ org.apache.nifi.registry.hook.EventHookProvider.class - [JAR]
├─ org.apache.nifi.registry.hook.EventType.class - [JAR]
├─ org.apache.nifi.registry.hook.WhitelistFilteringEventHookProvider.class - [JAR]