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 modello-plugin-store-1.0-alpha-21.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.codehaus.modello.plugin.store.tool
├─ org.codehaus.modello.plugin.store.tool.JavaTool.class - [JAR]
org.codehaus.modello.plugin.store.metadata
├─ org.codehaus.modello.plugin.store.metadata.StoreAssociationMetadata.class - [JAR]
├─ org.codehaus.modello.plugin.store.metadata.StoreClassMetadata.class - [JAR]
├─ org.codehaus.modello.plugin.store.metadata.StoreFieldMetadata.class - [JAR]
├─ org.codehaus.modello.plugin.store.metadata.StoreMetadataPlugin.class - [JAR]
├─ org.codehaus.modello.plugin.store.metadata.StoreModelMetadata.class - [JAR]
org.codehaus.modello.plugin.store
├─ org.codehaus.modello.plugin.store.AbstractVelocityModelloGenerator.class - [JAR]
├─ org.codehaus.modello.plugin.store.StoreModelloGenerator.class - [JAR]