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 java-factory-bot-0.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
nl.topicus.overheid.javafactorybot.definition
├─ nl.topicus.overheid.javafactorybot.definition.AbstractFactoryAttribute.class - [JAR]
├─ nl.topicus.overheid.javafactorybot.definition.Association.class - [JAR]
├─ nl.topicus.overheid.javafactorybot.definition.Attribute.class - [JAR]
├─ nl.topicus.overheid.javafactorybot.definition.Definition.class - [JAR]
├─ nl.topicus.overheid.javafactorybot.definition.ManyAssociation.class - [JAR]
├─ nl.topicus.overheid.javafactorybot.definition.Trait.class - [JAR]
├─ nl.topicus.overheid.javafactorybot.definition.ValueAttribute.class - [JAR]
nl.topicus.overheid.javafactorybot.exception
├─ nl.topicus.overheid.javafactorybot.exception.EvaluationException.class - [JAR]
├─ nl.topicus.overheid.javafactorybot.exception.TraitNotFoundException.class - [JAR]
nl.topicus.overheid.javafactorybot
├─ nl.topicus.overheid.javafactorybot.BaseFactory.class - [JAR]
├─ nl.topicus.overheid.javafactorybot.Evaluator.class - [JAR]
├─ nl.topicus.overheid.javafactorybot.Factory.class - [JAR]
├─ nl.topicus.overheid.javafactorybot.FactoryContext.class - [JAR]
├─ nl.topicus.overheid.javafactorybot.FactoryManager.class - [JAR]
nl.topicus.overheid.javafactorybot.factory
├─ nl.topicus.overheid.javafactorybot.factory.FactoryAttributes.class - [JAR]
├─ nl.topicus.overheid.javafactorybot.factory.FactoryDSL.class - [JAR]
├─ nl.topicus.overheid.javafactorybot.factory.FactoryHooks.class - [JAR]
├─ nl.topicus.overheid.javafactorybot.factory.FactoryTraits.class - [JAR]