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 dotwebstack-core-0.1.11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.dotwebstack.framework.param.term
├─ org.dotwebstack.framework.param.term.BooleanTermParameter.class - [JAR]
├─ org.dotwebstack.framework.param.term.IntegerTermParameter.class - [JAR]
├─ org.dotwebstack.framework.param.term.IriTermParameter.class - [JAR]
├─ org.dotwebstack.framework.param.term.StringTermParameter.class - [JAR]
├─ org.dotwebstack.framework.param.term.TermParameter.class - [JAR]
├─ org.dotwebstack.framework.param.term.TermParameterFactory.class - [JAR]
org.dotwebstack.framework.param
├─ org.dotwebstack.framework.param.AbstractParameter.class - [JAR]
├─ org.dotwebstack.framework.param.AbstractParameterDefinition.class - [JAR]
├─ org.dotwebstack.framework.param.BindableParameter.class - [JAR]
├─ org.dotwebstack.framework.param.Parameter.class - [JAR]
├─ org.dotwebstack.framework.param.ParameterDefinition.class - [JAR]
├─ org.dotwebstack.framework.param.ParameterDefinitionFactory.class - [JAR]
├─ org.dotwebstack.framework.param.ParameterDefinitionResourceProvider.class - [JAR]
├─ org.dotwebstack.framework.param.ParameterUtils.class - [JAR]
├─ org.dotwebstack.framework.param.ShaclShape.class - [JAR]
├─ org.dotwebstack.framework.param.TermParameterDefinition.class - [JAR]
├─ org.dotwebstack.framework.param.TermParameterDefinitionFactory.class - [JAR]
org.dotwebstack.framework.config
├─ org.dotwebstack.framework.config.ConfigurationBackend.class - [JAR]
├─ org.dotwebstack.framework.config.ConfigurationException.class - [JAR]
├─ org.dotwebstack.framework.config.FileConfigurationBackend.class - [JAR]
├─ org.dotwebstack.framework.config.FileFormats.class - [JAR]
org.dotwebstack.framework.transaction
├─ org.dotwebstack.framework.transaction.Transaction.class - [JAR]
├─ org.dotwebstack.framework.transaction.TransactionHandler.class - [JAR]
├─ org.dotwebstack.framework.transaction.TransactionHandlerFactory.class - [JAR]
├─ org.dotwebstack.framework.transaction.TransactionResourceProvider.class - [JAR]
org.dotwebstack.framework.transaction.flow.step.persistence
├─ org.dotwebstack.framework.transaction.flow.step.persistence.PersistenceStep.class - [JAR]
├─ org.dotwebstack.framework.transaction.flow.step.persistence.PersistenceStepFactory.class - [JAR]
org.dotwebstack.framework.transaction.flow.step.assertion
├─ org.dotwebstack.framework.transaction.flow.step.assertion.AssertionStep.class - [JAR]
├─ org.dotwebstack.framework.transaction.flow.step.assertion.AssertionStepFactory.class - [JAR]
├─ org.dotwebstack.framework.transaction.flow.step.assertion.AssertionTransactionRepositoryExecutor.class - [JAR]
org.dotwebstack.framework.transaction.flow.step
├─ org.dotwebstack.framework.transaction.flow.step.AbstractStepExecutor.class - [JAR]
├─ org.dotwebstack.framework.transaction.flow.step.Step.class - [JAR]
├─ org.dotwebstack.framework.transaction.flow.step.StepExecutor.class - [JAR]
├─ org.dotwebstack.framework.transaction.flow.step.StepFactory.class - [JAR]
├─ org.dotwebstack.framework.transaction.flow.step.StepFailureException.class - [JAR]
├─ org.dotwebstack.framework.transaction.flow.step.StepResourceProvider.class - [JAR]
org.dotwebstack.framework.transaction.flow.step.update
├─ org.dotwebstack.framework.transaction.flow.step.update.UpdateStep.class - [JAR]
├─ org.dotwebstack.framework.transaction.flow.step.update.UpdateStepFactory.class - [JAR]
├─ org.dotwebstack.framework.transaction.flow.step.update.UpdateTransactionRepositoryExecutor.class - [JAR]
org.dotwebstack.framework
├─ org.dotwebstack.framework.AbstractResourceProvider.class - [JAR]
├─ org.dotwebstack.framework.ApplicationConfiguration.class - [JAR]
├─ org.dotwebstack.framework.ApplicationProperties.class - [JAR]
├─ org.dotwebstack.framework.EnvironmentAwareResource.class - [JAR]
├─ org.dotwebstack.framework.LiteralDataTypes.class - [JAR]
├─ org.dotwebstack.framework.ResourceProvider.class - [JAR]
org.dotwebstack.framework.query.visitor
├─ org.dotwebstack.framework.query.visitor.FederatedQueryVisitor.class - [JAR]
org.dotwebstack.framework.vocabulary
├─ org.dotwebstack.framework.vocabulary.ELMO.class - [JAR]
├─ org.dotwebstack.framework.vocabulary.HTTP.class - [JAR]
├─ org.dotwebstack.framework.vocabulary.R2RML.class - [JAR]
├─ org.dotwebstack.framework.vocabulary.SHACL.class - [JAR]
org.dotwebstack.framework.backend
├─ org.dotwebstack.framework.backend.Backend.class - [JAR]
├─ org.dotwebstack.framework.backend.BackendException.class - [JAR]
├─ org.dotwebstack.framework.backend.BackendFactory.class - [JAR]
├─ org.dotwebstack.framework.backend.BackendResourceProvider.class - [JAR]
├─ org.dotwebstack.framework.backend.ResultType.class - [JAR]
org.dotwebstack.framework.transaction.flow
├─ org.dotwebstack.framework.transaction.flow.AbstractFlowExecutor.class - [JAR]
├─ org.dotwebstack.framework.transaction.flow.Flow.class - [JAR]
├─ org.dotwebstack.framework.transaction.flow.FlowExecutor.class - [JAR]
├─ org.dotwebstack.framework.transaction.flow.FlowFactory.class - [JAR]
├─ org.dotwebstack.framework.transaction.flow.SequentialFlow.class - [JAR]
├─ org.dotwebstack.framework.transaction.flow.SequentialFlowExecutor.class - [JAR]
├─ org.dotwebstack.framework.transaction.flow.SequentialFlowFactory.class - [JAR]
├─ org.dotwebstack.framework.transaction.flow.SequentialFlowResourceProvider.class - [JAR]
org.dotwebstack.framework.validation
├─ org.dotwebstack.framework.validation.RdfModelTransformer.class - [JAR]
├─ org.dotwebstack.framework.validation.ShaclValidationException.class - [JAR]
├─ org.dotwebstack.framework.validation.ShaclValidator.class - [JAR]
├─ org.dotwebstack.framework.validation.ValidationReport.class - [JAR]
├─ org.dotwebstack.framework.validation.Violation.class - [JAR]
org.dotwebstack.framework.informationproduct
├─ org.dotwebstack.framework.informationproduct.AbstractInformationProduct.class - [JAR]
├─ org.dotwebstack.framework.informationproduct.InformationProduct.class - [JAR]
├─ org.dotwebstack.framework.informationproduct.InformationProductResourceProvider.class - [JAR]
org.dotwebstack.framework.query.transformator
├─ org.dotwebstack.framework.query.transformator.QueryTransformator.class - [JAR]
org.dotwebstack.framework.informationproduct.template
├─ org.dotwebstack.framework.informationproduct.template.EscapeStringLiteralMethod.class - [JAR]
├─ org.dotwebstack.framework.informationproduct.template.TemplateException.class - [JAR]
├─ org.dotwebstack.framework.informationproduct.template.TemplateProcessor.class - [JAR]
org.dotwebstack.framework.transaction.flow.step.validation
├─ org.dotwebstack.framework.transaction.flow.step.validation.ValidationStep.class - [JAR]
├─ org.dotwebstack.framework.transaction.flow.step.validation.ValidationStepExecutor.class - [JAR]
├─ org.dotwebstack.framework.transaction.flow.step.validation.ValidationStepFactory.class - [JAR]
org.dotwebstack.framework.rml
├─ org.dotwebstack.framework.rml.RmlMapping.class - [JAR]
├─ org.dotwebstack.framework.rml.RmlMappingResourceProvider.class - [JAR]