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 l10n-maven-plugin-1.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.jrh3k5.plugin.maven.l10n.mojo.report
├─ com.github.jrh3k5.plugin.maven.l10n.mojo.report.TranslationKeyVerifier.class - [JAR]
├─ com.github.jrh3k5.plugin.maven.l10n.mojo.report.VerifyMessagesMojo.class - [JAR]
com.github.jrh3k5.plugin.maven.l10n.data
├─ com.github.jrh3k5.plugin.maven.l10n.data.AbstractMessagesProperties.class - [JAR]
├─ com.github.jrh3k5.plugin.maven.l10n.data.AbstractMessagesPropertiesParser.class - [JAR]
├─ com.github.jrh3k5.plugin.maven.l10n.data.AuthoritativeMessagesProperties.class - [JAR]
├─ com.github.jrh3k5.plugin.maven.l10n.data.MessagesProperties.class - [JAR]
├─ com.github.jrh3k5.plugin.maven.l10n.data.MissingTranslationKey.class - [JAR]
├─ com.github.jrh3k5.plugin.maven.l10n.data.MissingTranslationKeyClass.class - [JAR]
├─ com.github.jrh3k5.plugin.maven.l10n.data.TranslatedMessagesProperties.class - [JAR]
├─ com.github.jrh3k5.plugin.maven.l10n.data.TranslationClass.class - [JAR]
com.github.jrh3k5.plugin.maven.l10n.util
├─ com.github.jrh3k5.plugin.maven.l10n.util.ClassLoaderUtils.class - [JAR]
├─ com.github.jrh3k5.plugin.maven.l10n.util.TranslationClassUtils.class - [JAR]
├─ com.github.jrh3k5.plugin.maven.l10n.util.TranslationKeyAnalysisUtils.class - [JAR]