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-framework-status-history-shared-2.0.0-M2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.nifi.controller.status.history
├─ org.apache.nifi.controller.status.history.AbstractMetricDescriptor.class - [JAR]
├─ org.apache.nifi.controller.status.history.ComponentDetails.class - [JAR]
├─ org.apache.nifi.controller.status.history.ConnectionStatusDescriptor.class - [JAR]
├─ org.apache.nifi.controller.status.history.CounterMetricDescriptor.class - [JAR]
├─ org.apache.nifi.controller.status.history.IndexableMetric.class - [JAR]
├─ org.apache.nifi.controller.status.history.NodeStatusDescriptor.class - [JAR]
├─ org.apache.nifi.controller.status.history.ProcessGroupStatusDescriptor.class - [JAR]
├─ org.apache.nifi.controller.status.history.ProcessorStatusDescriptor.class - [JAR]
├─ org.apache.nifi.controller.status.history.RemoteProcessGroupStatusDescriptor.class - [JAR]
├─ org.apache.nifi.controller.status.history.StandardGarbageCollectionHistory.class - [JAR]
├─ org.apache.nifi.controller.status.history.StandardGarbageCollectionStatus.class - [JAR]
├─ org.apache.nifi.controller.status.history.StandardMetricDescriptor.class - [JAR]
├─ org.apache.nifi.controller.status.history.StandardStatusHistory.class - [JAR]
├─ org.apache.nifi.controller.status.history.StandardStatusSnapshot.class - [JAR]