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 ca-core-1.0.0-alpha4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ca.cellularautomata.core.shared.essential
├─ ca.cellularautomata.core.shared.essential.LogicalDate.class - [JAR]
ca.cellularautomata.core.shared.logger
├─ ca.cellularautomata.core.shared.logger.Logger.class - [JAR]
├─ ca.cellularautomata.core.shared.logger.LoggerFactory.class - [JAR]
ca.cellularautomata.core.shared.entity.annotations
├─ ca.cellularautomata.core.shared.entity.annotations.RootEntity.class - [JAR]
ca.cellularautomata.core.shared.repository
├─ ca.cellularautomata.core.shared.repository.EntitySearchCriteria.class - [JAR]
├─ ca.cellularautomata.core.shared.repository.EntitySearchResult.class - [JAR]
├─ ca.cellularautomata.core.shared.repository.IRepository.class - [JAR]
ca.cellularautomata.core.processor.entity
├─ ca.cellularautomata.core.processor.entity.EntityCodeWriter.class - [JAR]
├─ ca.cellularautomata.core.processor.entity.EntityProcessor.class - [JAR]
ca.cellularautomata.core.shared.entity
├─ ca.cellularautomata.core.shared.entity.AbstractEntity.class - [JAR]
├─ ca.cellularautomata.core.shared.entity.AbstractEntityFactory.class - [JAR]
├─ ca.cellularautomata.core.shared.entity.AbstractObject.class - [JAR]
├─ ca.cellularautomata.core.shared.entity.EntityFactory.class - [JAR]
├─ ca.cellularautomata.core.shared.entity.EntityMeta.class - [JAR]
├─ ca.cellularautomata.core.shared.entity.ICollection.class - [JAR]
├─ ca.cellularautomata.core.shared.entity.IEntity.class - [JAR]
├─ ca.cellularautomata.core.shared.entity.IList.class - [JAR]
├─ ca.cellularautomata.core.shared.entity.IObject.class - [JAR]
├─ ca.cellularautomata.core.shared.entity.IPrimitive.class - [JAR]
├─ ca.cellularautomata.core.shared.entity.ISet.class - [JAR]
├─ ca.cellularautomata.core.shared.entity.Key.class - [JAR]
├─ ca.cellularautomata.core.shared.entity.ListImpl.class - [JAR]
├─ ca.cellularautomata.core.shared.entity.Path.class - [JAR]
├─ ca.cellularautomata.core.shared.entity.PrimitiveImpl.class - [JAR]
├─ ca.cellularautomata.core.shared.entity.SetImpl.class - [JAR]