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 vertx-forge-addon-1.2.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.vertx.forge.facets
├─ io.vertx.forge.facets.CustomResourceFacet.class - [JAR]
io.vertx.forge.verticles
├─ io.vertx.forge.verticles.Verticles.class - [JAR]
io.vertx.forge.config
├─ io.vertx.forge.config.VertxAddonConfiguration.class - [JAR]
├─ io.vertx.forge.config.VertxDependency.class - [JAR]
io.vertx.forge.commands
├─ io.vertx.forge.commands.AbstractVertxCommand.class - [JAR]
├─ io.vertx.forge.commands.AddDependencyCommand.class - [JAR]
├─ io.vertx.forge.commands.AddVerticleCommand.class - [JAR]
├─ io.vertx.forge.commands.ListDependenciesCommand.class - [JAR]
├─ io.vertx.forge.commands.RemoveDependencyCommand.class - [JAR]
├─ io.vertx.forge.commands.SetupVertxCommand.class - [JAR]
io.vertx.forge
├─ io.vertx.forge.ForgeUtils.class - [JAR]
├─ io.vertx.forge.VertxMavenFacet.class - [JAR]
io.vertx.forge.project
├─ io.vertx.forge.project.VertxProjectType.class - [JAR]