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 public-suffix-list-2.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.malkusch.whoisServerList.publicSuffixList.util
├─ de.malkusch.whoisServerList.publicSuffixList.util.DomainUtil.class - [JAR]
├─ de.malkusch.whoisServerList.publicSuffixList.util.PunycodeAutoDecoder.class - [JAR]
de.malkusch.whoisServerList.publicSuffixList.index.array
├─ de.malkusch.whoisServerList.publicSuffixList.index.array.ArrayIndex.class - [JAR]
├─ de.malkusch.whoisServerList.publicSuffixList.index.array.ArrayIndexFactory.class - [JAR]
de.malkusch.whoisServerList.publicSuffixList.index.tree
├─ de.malkusch.whoisServerList.publicSuffixList.index.tree.ImmutableNode.class - [JAR]
├─ de.malkusch.whoisServerList.publicSuffixList.index.tree.MutableNode.class - [JAR]
├─ de.malkusch.whoisServerList.publicSuffixList.index.tree.Node.class - [JAR]
├─ de.malkusch.whoisServerList.publicSuffixList.index.tree.TreeIndex.class - [JAR]
├─ de.malkusch.whoisServerList.publicSuffixList.index.tree.TreeIndexFactory.class - [JAR]
de.malkusch.whoisServerList.publicSuffixList
├─ de.malkusch.whoisServerList.publicSuffixList.PublicSuffixList.class - [JAR]
├─ de.malkusch.whoisServerList.publicSuffixList.PublicSuffixListFactory.class - [JAR]
de.malkusch.whoisServerList.publicSuffixList.parser
├─ de.malkusch.whoisServerList.publicSuffixList.parser.Parser.class - [JAR]
de.malkusch.whoisServerList.publicSuffixList.rule
├─ de.malkusch.whoisServerList.publicSuffixList.rule.LabelMatcher.class - [JAR]
├─ de.malkusch.whoisServerList.publicSuffixList.rule.Rule.class - [JAR]
├─ de.malkusch.whoisServerList.publicSuffixList.rule.RuleComparator.class - [JAR]
├─ de.malkusch.whoisServerList.publicSuffixList.rule.RuleFactory.class - [JAR]
├─ de.malkusch.whoisServerList.publicSuffixList.rule.RuleMatcher.class - [JAR]
de.malkusch.whoisServerList.publicSuffixList.index
├─ de.malkusch.whoisServerList.publicSuffixList.index.Index.class - [JAR]
├─ de.malkusch.whoisServerList.publicSuffixList.index.IndexFactory.class - [JAR]