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 freight-3.9.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.spin.freight.process
├─ org.spin.freight.process.CreateFreightOrderFromPackage.class - [JAR]
├─ org.spin.freight.process.CreateFreightOrderFromPackageAbstract.class - [JAR]
├─ org.spin.freight.process.GenerateAPInvoiceFromFreightOrder.class - [JAR]
├─ org.spin.freight.process.GenerateAPInvoiceFromFreightOrderAbstract.class - [JAR]
├─ org.spin.freight.process.GenerateFreightOrderFromOutbound.class - [JAR]
├─ org.spin.freight.process.GenerateFreightOrderFromOutboundAbstract.class - [JAR]
├─ org.spin.freight.process.GenerateSalesInvoiceFromFreightOrder.class - [JAR]
├─ org.spin.freight.process.GenerateSalesInvoiceFromFreightOrderAbstract.class - [JAR]
org.eevolution.freight.model.validator
├─ org.eevolution.freight.model.validator.Freight.class - [JAR]
org.eevolution.model
├─ org.eevolution.model.FreightModelValidator.class - [JAR]
org.eevolution.freight.services
├─ org.eevolution.freight.services.FreightService.class - [JAR]
├─ org.eevolution.freight.services.FreightServiceInterface.class - [JAR]
org.eevolution.freight.engine
├─ org.eevolution.freight.engine.FreightEngine.class - [JAR]
├─ org.eevolution.freight.engine.FreightEngineFactory.class - [JAR]
├─ org.eevolution.freight.engine.FreightInfo.class - [JAR]
├─ org.eevolution.freight.engine.FreightRule.class - [JAR]
├─ org.eevolution.freight.engine.FreightRuleInterface.class - [JAR]