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 atc-api-0.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.houbb.atc.api.support.classifer
├─ com.github.houbb.atc.api.support.classifer.IAtcClassifier.class - [JAR]
com.github.houbb.atc.api.core
├─ com.github.houbb.atc.api.core.IAtc.class - [JAR]
├─ com.github.houbb.atc.api.core.IAtcContext.class - [JAR]
├─ com.github.houbb.atc.api.core.IAtcResult.class - [JAR]
com.github.houbb.atc.api.support.data
├─ com.github.houbb.atc.api.support.data.IAtcData.class - [JAR]
com.github.houbb.atc.api.support.handler
├─ com.github.houbb.atc.api.support.handler.IAtcHandler.class - [JAR]
com.github.houbb.atc.api.support.keyword
├─ com.github.houbb.atc.api.support.keyword.IAtcKeyword.class - [JAR]