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 configurator-0.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.ogp.configurator
├─ com.ogp.configurator.ConfigServiceCore.class - [JAR]
├─ com.ogp.configurator.Configuration.class - [JAR]
├─ com.ogp.configurator.ConfigurationEvent.class - [JAR]
├─ com.ogp.configurator.ConfigurationManager.class - [JAR]
├─ com.ogp.configurator.ConfigurationMonitor.class - [JAR]
├─ com.ogp.configurator.ConnectionLossException.class - [JAR]
├─ com.ogp.configurator.IConfiguration.class - [JAR]
├─ com.ogp.configurator.IConfigurationManagement.class - [JAR]
├─ com.ogp.configurator.IConfigurationMonitor.class - [JAR]
├─ com.ogp.configurator.InvalidAccessException.class - [JAR]
├─ com.ogp.configurator.UnknownTypeException.class - [JAR]
com.ogp.configurator.serializer
├─ com.ogp.configurator.serializer.ISerializer.class - [JAR]
├─ com.ogp.configurator.serializer.JacksonSerializator.class - [JAR]
├─ com.ogp.configurator.serializer.SerializationException.class - [JAR]
com.ogp.configurator.examples
├─ com.ogp.configurator.examples.ConfigApp.class - [JAR]
├─ com.ogp.configurator.examples.Configurator.class - [JAR]
├─ com.ogp.configurator.examples.FixedCurrencyRates.class - [JAR]
├─ com.ogp.configurator.examples.ServerConfigEntity.class - [JAR]