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 velocity-0.0.12.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.tinygroup.velocity
├─ org.tinygroup.velocity.TinyVelocityContext.class - [JAR]
├─ org.tinygroup.velocity.URLResourceLoader.class - [JAR]
├─ org.tinygroup.velocity.VelocityHelper.class - [JAR]
org.tinygroup.velocity.config
├─ org.tinygroup.velocity.config.Bean.class - [JAR]
├─ org.tinygroup.velocity.config.StaticClass.class - [JAR]
├─ org.tinygroup.velocity.config.VelocityContextConfig.class - [JAR]
org.tinygroup.velocity.fileresolver
├─ org.tinygroup.velocity.fileresolver.VelocityMacroFileProcessor.class - [JAR]
org.tinygroup.velocity.impl
├─ org.tinygroup.velocity.impl.HtmlStringWriter.class - [JAR]
├─ org.tinygroup.velocity.impl.VelocityHelperImpl.class - [JAR]
org.tinygroup.velocity.directive
├─ org.tinygroup.velocity.directive.BigpipePageletDirective.class - [JAR]
├─ org.tinygroup.velocity.directive.DictDirective.class - [JAR]
├─ org.tinygroup.velocity.directive.I18nDirective.class - [JAR]
├─ org.tinygroup.velocity.directive.IncludeDirective.class - [JAR]
├─ org.tinygroup.velocity.directive.VarDirective.class - [JAR]