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 mpg-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.houbb.mpg.support
├─ com.github.houbb.mpg.support.DefineVelocityTemplateEngine.class - [JAR]
com.github.houbb.mpg.bs
├─ com.github.houbb.mpg.bs.MpgBs.class - [JAR]
com.github.houbb.mpg.constant
├─ com.github.houbb.mpg.constant.PathConst.class - [JAR]
com.github.houbb.mpg.utils
├─ com.github.houbb.mpg.utils.SystemUtil.class - [JAR]
com.github.houbb.mpg.core
├─ com.github.houbb.mpg.core.IMpgGen.class - [JAR]
├─ com.github.houbb.mpg.core.MpgGenContext.class - [JAR]
com.github.houbb.mpg.core.impl
├─ com.github.houbb.mpg.core.impl.MpgGen.class - [JAR]
com.github.houbb.mpg.config
├─ com.github.houbb.mpg.config.DataSourceConfigBuilder.class - [JAR]
├─ com.github.houbb.mpg.config.GenerateFlagConfig.class - [JAR]
├─ com.github.houbb.mpg.config.GlobalConfigBuilder.class - [JAR]
├─ com.github.houbb.mpg.config.ModuleNameConfig.class - [JAR]
├─ com.github.houbb.mpg.config.PackageConfigBuilder.class - [JAR]
├─ com.github.houbb.mpg.config.StrategyConfigBuilder.class - [JAR]
├─ com.github.houbb.mpg.config.TemplateConfigBuilder.class - [JAR]
├─ com.github.houbb.mpg.config.TemplateEngineBuilder.class - [JAR]