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 command-3.0.0-alpha06.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ru.astrainteractive.astralibs.command.api.parser
├─ ru.astrainteractive.astralibs.command.api.parser.CommandParser.class - [JAR]
ru.astrainteractive.astralibs.command.api.sideeffect
├─ ru.astrainteractive.astralibs.command.api.sideeffect.CommandSideEffect.class - [JAR]
ru.astrainteractive.astralibs.command.api.commandfactory
├─ ru.astrainteractive.astralibs.command.api.commandfactory.CommandFactory.class - [JAR]
├─ ru.astrainteractive.astralibs.command.api.commandfactory.DefaultCommandFactory.class - [JAR]
ru.astrainteractive.astralibs.command.api.executor
├─ ru.astrainteractive.astralibs.command.api.executor.CommandExecutor.class - [JAR]
ru.astrainteractive.astralibs.command.api.argumenttype
├─ ru.astrainteractive.astralibs.command.api.argumenttype.ArgumentType.class - [JAR]
├─ ru.astrainteractive.astralibs.command.api.argumenttype.ArgumentTypeExt.class - [JAR]
├─ ru.astrainteractive.astralibs.command.api.argumenttype.PrimitiveArgumentType.class - [JAR]
ru.astrainteractive.astralibs.command.api.command
├─ ru.astrainteractive.astralibs.command.api.command.Command.class - [JAR]
ru.astrainteractive.astralibs.command.api.registry
├─ ru.astrainteractive.astralibs.command.api.registry.CommandRegistry.class - [JAR]
├─ ru.astrainteractive.astralibs.command.api.registry.CommandRegistryContext.class - [JAR]
ru.astrainteractive.astralibs.command.api.context
├─ ru.astrainteractive.astralibs.command.api.context.CommandContext.class - [JAR]