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 owldocgen-0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.radkovo.owldocgen
├─ io.github.radkovo.owldocgen.DocBuilder.class - [JAR]
├─ io.github.radkovo.owldocgen.InputFile.class - [JAR]
├─ io.github.radkovo.owldocgen.Main.class - [JAR]
io.github.radkovo.owldocgen.model
├─ io.github.radkovo.owldocgen.model.NamespaceDef.class - [JAR]
├─ io.github.radkovo.owldocgen.model.Ontology.class - [JAR]
├─ io.github.radkovo.owldocgen.model.ResourceObject.class - [JAR]
io.github.radkovo.owldocgen.pres
├─ io.github.radkovo.owldocgen.pres.ClassExpressionPresenter.class - [JAR]
├─ io.github.radkovo.owldocgen.pres.ClassPresenter.class - [JAR]
├─ io.github.radkovo.owldocgen.pres.DatatypePropertyPresenter.class - [JAR]
├─ io.github.radkovo.owldocgen.pres.ExprCollectionPresenter.class - [JAR]
├─ io.github.radkovo.owldocgen.pres.ExprRestrictionPresenter.class - [JAR]
├─ io.github.radkovo.owldocgen.pres.ExprUnaryPresenter.class - [JAR]
├─ io.github.radkovo.owldocgen.pres.ObjectPropertyPresenter.class - [JAR]
├─ io.github.radkovo.owldocgen.pres.OntologyPresenter.class - [JAR]
├─ io.github.radkovo.owldocgen.pres.Presenter.class - [JAR]
├─ io.github.radkovo.owldocgen.pres.PropertyPresenter.class - [JAR]
├─ io.github.radkovo.owldocgen.pres.ResourcePresenter.class - [JAR]
├─ io.github.radkovo.owldocgen.pres.RootPresenter.class - [JAR]