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 james-server-cli-3.8.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.james.cli.type
├─ org.apache.james.cli.type.CmdType.class - [JAR]
org.apache.james.cli.exceptions
├─ org.apache.james.cli.exceptions.InvalidArgumentNumberException.class - [JAR]
├─ org.apache.james.cli.exceptions.JamesCliException.class - [JAR]
├─ org.apache.james.cli.exceptions.MissingCommandException.class - [JAR]
├─ org.apache.james.cli.exceptions.UnrecognizedCommandException.class - [JAR]
org.apache.james.cli.probe.impl
├─ org.apache.james.cli.probe.impl.JmxConnection.class - [JAR]
├─ org.apache.james.cli.probe.impl.JmxDataProbe.class - [JAR]
├─ org.apache.james.cli.probe.impl.JmxMailboxProbe.class - [JAR]
├─ org.apache.james.cli.probe.impl.JmxProbe.class - [JAR]
├─ org.apache.james.cli.probe.impl.JmxQuotaProbe.class - [JAR]
├─ org.apache.james.cli.probe.impl.JmxSieveProbe.class - [JAR]
org.apache.james.cli
├─ org.apache.james.cli.ServerCmd.class - [JAR]