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 ut-maven-plugin-0.2.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.shenyanchao.ut.command.invoker
├─ cn.shenyanchao.ut.command.invoker.CommandInvoker.class - [JAR]
cn.shenyanchao.ut.utils
├─ cn.shenyanchao.ut.utils.FileChecker.class - [JAR]
├─ cn.shenyanchao.ut.utils.JavaParserFactory.class - [JAR]
├─ cn.shenyanchao.ut.utils.JavaParserUtils.class - [JAR]
├─ cn.shenyanchao.ut.utils.MembersFilter.class - [JAR]
├─ cn.shenyanchao.ut.utils.PackageUtils.class - [JAR]
├─ cn.shenyanchao.ut.utils.PathUtils.class - [JAR]
cn.shenyanchao.ut
├─ cn.shenyanchao.ut.AstGenerator.class - [JAR]
├─ cn.shenyanchao.ut.JavaParserCreateCU.class - [JAR]
cn.shenyanchao.ut.filter
├─ cn.shenyanchao.ut.filter.JavaFileFilter.class - [JAR]
cn.shenyanchao.ut.common
├─ cn.shenyanchao.ut.common.Consts.class - [JAR]
├─ cn.shenyanchao.ut.common.FileComments.class - [JAR]
cn.shenyanchao.ut.receiver
├─ cn.shenyanchao.ut.receiver.AbstractReceiver.class - [JAR]
├─ cn.shenyanchao.ut.receiver.ExistTestReceiver.class - [JAR]
├─ cn.shenyanchao.ut.receiver.NewTestReceiver.class - [JAR]
cn.shenyanchao.ut.command
├─ cn.shenyanchao.ut.command.AbstractCommand.class - [JAR]
├─ cn.shenyanchao.ut.command.ExistTestCommand.class - [JAR]
├─ cn.shenyanchao.ut.command.NewTestCommand.class - [JAR]
cn.shenyanchao.ut.builder
├─ cn.shenyanchao.ut.builder.ClassTypeBuilder.class - [JAR]
├─ cn.shenyanchao.ut.builder.CompilationUnitBuilder.class - [JAR]
cn.shenyanchao.ut.generator
├─ cn.shenyanchao.ut.generator.TestWriter.class - [JAR]