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 ocelot-processor-2.12.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.ocelotds.processors.visitors
├─ org.ocelotds.processors.visitors.AbstractDataServiceVisitor.class - [JAR]
├─ org.ocelotds.processors.visitors.DataServiceVisitorJsBuilder.class - [JAR]
├─ org.ocelotds.processors.visitors.JsCacheRemoveVisitor.class - [JAR]
org.ocelotds.processors
├─ org.ocelotds.processors.MethodComparator.class - [JAR]
├─ org.ocelotds.processors.OcelotProcessor.class - [JAR]
├─ org.ocelotds.processors.ProcessorConstants.class - [JAR]
org.ocelotds.frameworks
├─ org.ocelotds.frameworks.FwkWriter.class - [JAR]
├─ org.ocelotds.frameworks.NoFwk.class - [JAR]
org.ocelotds
├─ org.ocelotds.FileWriterServices.class - [JAR]
├─ org.ocelotds.IServicesProvider.class - [JAR]
├─ org.ocelotds.KeyMaker.class - [JAR]
org.ocelotds.processors.stringDecorators
├─ org.ocelotds.processors.stringDecorators.KeyForArgDecorator.class - [JAR]
├─ org.ocelotds.processors.stringDecorators.NothingDecorator.class - [JAR]
├─ org.ocelotds.processors.stringDecorators.QuoteDecorator.class - [JAR]
├─ org.ocelotds.processors.stringDecorators.StringDecorator.class - [JAR]
org.ocelotds.frameworks.angularjs
├─ org.ocelotds.frameworks.angularjs.AngularConstants.class - [JAR]
├─ org.ocelotds.frameworks.angularjs.AngularFwk.class - [JAR]
├─ org.ocelotds.frameworks.angularjs.BodyWriter.class - [JAR]
├─ org.ocelotds.frameworks.angularjs.ClosureWriter.class - [JAR]
├─ org.ocelotds.frameworks.angularjs.FunctionWriter.class - [JAR]
├─ org.ocelotds.frameworks.angularjs.ModuleWriter.class - [JAR]