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 visual-flowengine-spring-boot-starter-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.managetech.model
├─ com.github.managetech.model.DebugRequest.class - [JAR]
├─ com.github.managetech.model.Diagnostic.class - [JAR]
├─ com.github.managetech.model.ScriptMetadata.class - [JAR]
├─ com.github.managetech.model.ScriptRequest.class - [JAR]
├─ com.github.managetech.model.ScriptRunStatus.class - [JAR]
├─ com.github.managetech.model.ScriptType.class - [JAR]
├─ com.github.managetech.model.WorkflowMetadata.class - [JAR]
├─ com.github.managetech.model.WorkflowParameters.class - [JAR]
├─ com.github.managetech.model.WorkflowTaskLog.class - [JAR]
com.github.managetech.config
├─ com.github.managetech.config.VisualFlowEngineAutoConfiguration.class - [JAR]
├─ com.github.managetech.config.VisualFlowProperties.class - [JAR]
com.github.managetech.utils
├─ com.github.managetech.utils.CommonUtils.class - [JAR]
├─ com.github.managetech.utils.SpringContext.class - [JAR]
com.github.managetech.web
├─ com.github.managetech.web.WorkflowManagerController.class - [JAR]
com.github.managetech.workflow
├─ com.github.managetech.workflow.TempWorkflowMetadataRepositoryImpl.class - [JAR]
├─ com.github.managetech.workflow.WorkflowManager.class - [JAR]
├─ com.github.managetech.workflow.WorkflowManagerImpl.class - [JAR]
├─ com.github.managetech.workflow.WorkflowMetadataRepository.class - [JAR]
com.github.managetech.groovy
├─ com.github.managetech.groovy.GroovyASTCodeParse.class - [JAR]
├─ com.github.managetech.groovy.GroovyFunction.class - [JAR]
├─ com.github.managetech.groovy.GroovyShellVisitor.class - [JAR]
com.github.managetech.ruleengine
├─ com.github.managetech.ruleengine.Rule.class - [JAR]
├─ com.github.managetech.ruleengine.RuleEngine.class - [JAR]