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-core-0.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.eclipse.edc.connector.contract.negotiation
├─ org.eclipse.edc.connector.contract.negotiation.AbstractContractNegotiationManager.class - [JAR]
├─ org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImpl.class - [JAR]
├─ org.eclipse.edc.connector.contract.negotiation.ProviderContractNegotiationManagerImpl.class - [JAR]
org.eclipse.edc.connector.contract
├─ org.eclipse.edc.connector.contract.ContractCoreExtension.class - [JAR]
├─ org.eclipse.edc.connector.contract.ContractNegotiationCommandExtension.class - [JAR]
├─ org.eclipse.edc.connector.contract.ContractNegotiationDefaultServicesExtension.class - [JAR]
org.eclipse.edc.connector.contract.validation
├─ org.eclipse.edc.connector.contract.validation.ContractExpiryCheckFunction.class - [JAR]
├─ org.eclipse.edc.connector.contract.validation.ContractValidationServiceImpl.class - [JAR]
org.eclipse.edc.connector.contract.offer
├─ org.eclipse.edc.connector.contract.offer.ContractDefinitionResolverImpl.class - [JAR]
org.eclipse.edc.connector.contract.negotiation.command.handlers
├─ org.eclipse.edc.connector.contract.negotiation.command.handlers.TerminateNegotiationCommandHandler.class - [JAR]
org.eclipse.edc.connector.contract.policy
├─ org.eclipse.edc.connector.contract.policy.PolicyArchiveImpl.class - [JAR]
├─ org.eclipse.edc.connector.contract.policy.PolicyEquality.class - [JAR]
org.eclipse.edc.connector.contract.listener
├─ org.eclipse.edc.connector.contract.listener.ContractNegotiationEventListener.class - [JAR]
org.eclipse.edc.connector.contract.observe
├─ org.eclipse.edc.connector.contract.observe.ContractNegotiationObservableImpl.class - [JAR]