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 contract-0.0.1-milestone-6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.eclipse.dataspaceconnector.contract.validation
├─ org.eclipse.dataspaceconnector.contract.validation.ContractValidationServiceImpl.class - [JAR]
org.eclipse.dataspaceconnector.contract.observe
├─ org.eclipse.dataspaceconnector.contract.observe.ContractNegotiationObservableImpl.class - [JAR]
org.eclipse.dataspaceconnector.contract
├─ org.eclipse.dataspaceconnector.contract.ContractNegotiationCommandExtension.class - [JAR]
├─ org.eclipse.dataspaceconnector.contract.ContractServiceExtension.class - [JAR]
org.eclipse.dataspaceconnector.contract.listener
├─ org.eclipse.dataspaceconnector.contract.listener.ContractNegotiationEventListener.class - [JAR]
org.eclipse.dataspaceconnector.contract.negotiation
├─ org.eclipse.dataspaceconnector.contract.negotiation.AbstractContractNegotiationManager.class - [JAR]
├─ org.eclipse.dataspaceconnector.contract.negotiation.ConsumerContractNegotiationManagerImpl.class - [JAR]
├─ org.eclipse.dataspaceconnector.contract.negotiation.ProviderContractNegotiationManagerImpl.class - [JAR]
org.eclipse.dataspaceconnector.contract.negotiation.command.handlers
├─ org.eclipse.dataspaceconnector.contract.negotiation.command.handlers.CancelNegotiationCommandHandler.class - [JAR]
├─ org.eclipse.dataspaceconnector.contract.negotiation.command.handlers.SingleContractNegotiationCommandHandler.class - [JAR]
org.eclipse.dataspaceconnector.contract.offer
├─ org.eclipse.dataspaceconnector.contract.offer.ContractDefinitionServiceImpl.class - [JAR]
├─ org.eclipse.dataspaceconnector.contract.offer.ContractOfferServiceImpl.class - [JAR]
org.eclipse.dataspaceconnector.contract.policy
├─ org.eclipse.dataspaceconnector.contract.policy.PolicyArchiveImpl.class - [JAR]
├─ org.eclipse.dataspaceconnector.contract.policy.PolicyEquality.class - [JAR]