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 hugegraph-tools-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.hugegraph.util
├─ org.apache.hugegraph.util.ToolUtil.class - [JAR]
org.apache.hugegraph.constant
├─ org.apache.hugegraph.constant.AuthRestoreConflictStrategy.class - [JAR]
├─ org.apache.hugegraph.constant.Constants.class - [JAR]
org.apache.hugegraph.exception
├─ org.apache.hugegraph.exception.ExitException.class - [JAR]
├─ org.apache.hugegraph.exception.ToolsException.class - [JAR]
org.apache.hugegraph.base
├─ org.apache.hugegraph.base.Directory.class - [JAR]
├─ org.apache.hugegraph.base.HdfsDirectory.class - [JAR]
├─ org.apache.hugegraph.base.LocalDirectory.class - [JAR]
├─ org.apache.hugegraph.base.Printer.class - [JAR]
├─ org.apache.hugegraph.base.RetryManager.class - [JAR]
├─ org.apache.hugegraph.base.ToolClient.class - [JAR]
├─ org.apache.hugegraph.base.ToolManager.class - [JAR]
org.apache.hugegraph.formatter.kgdumper
├─ org.apache.hugegraph.formatter.kgdumper.ComputeSign.class - [JAR]
├─ org.apache.hugegraph.formatter.kgdumper.DumpKGFormatter.class - [JAR]
├─ org.apache.hugegraph.formatter.kgdumper.SignFS64.class - [JAR]
org.apache.hugegraph.cmd
├─ org.apache.hugegraph.cmd.HugeGraphCommand.class - [JAR]
├─ org.apache.hugegraph.cmd.SubCommands.class - [JAR]
org.apache.hugegraph.structure
├─ org.apache.hugegraph.structure.JsonGraph.class - [JAR]
org.apache.hugegraph.formatter
├─ org.apache.hugegraph.formatter.Formatter.class - [JAR]
├─ org.apache.hugegraph.formatter.JsonFormatter.class - [JAR]
org.apache.hugegraph.manager
├─ org.apache.hugegraph.manager.AuthBackupRestoreManager.class - [JAR]
├─ org.apache.hugegraph.manager.BackupManager.class - [JAR]
├─ org.apache.hugegraph.manager.BackupRestoreBaseManager.class - [JAR]
├─ org.apache.hugegraph.manager.DumpGraphManager.class - [JAR]
├─ org.apache.hugegraph.manager.GraphsManager.class - [JAR]
├─ org.apache.hugegraph.manager.GremlinManager.class - [JAR]
├─ org.apache.hugegraph.manager.RestoreManager.class - [JAR]
├─ org.apache.hugegraph.manager.TasksManager.class - [JAR]