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 processor-1.0.4-rc1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ru.noties.spg.processor.util
├─ ru.noties.spg.processor.util.TextUtils.class - [JAR]
ru.noties.spg.processor.data
├─ ru.noties.spg.processor.data.DefItem.class - [JAR]
├─ ru.noties.spg.processor.data.KeyHolder.class - [JAR]
├─ ru.noties.spg.processor.data.KeyType.class - [JAR]
├─ ru.noties.spg.processor.data.PreferenceDefaults.class - [JAR]
├─ ru.noties.spg.processor.data.PreferenceHolder.class - [JAR]
├─ ru.noties.spg.processor.data.SPGPreferenceParser.class - [JAR]
├─ ru.noties.spg.processor.data.SerializerHolder.class - [JAR]
ru.noties.spg.processor.writer
├─ ru.noties.spg.processor.writer.Indent.class - [JAR]
├─ ru.noties.spg.processor.writer.MethodNameUtils.class - [JAR]
├─ ru.noties.spg.processor.writer.SPGPreferenceWriter.class - [JAR]
ru.noties.spg.anno
├─ ru.noties.spg.anno.SPGKey.class - [JAR]
├─ ru.noties.spg.anno.SPGPreference.class - [JAR]
ru.noties.spg.processor
├─ ru.noties.spg.processor.Logger.class - [JAR]
├─ ru.noties.spg.processor.SPGProcessor.class - [JAR]
├─ ru.noties.spg.processor.StringParser.class - [JAR]