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 james-server-mailetcontainer-library-3.0-M2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.james.mailetcontainer.lib
├─ org.apache.james.mailetcontainer.lib.AbstractLoader.class - [JAR]
├─ org.apache.james.mailetcontainer.lib.JamesMailetContext.class - [JAR]
├─ org.apache.james.mailetcontainer.lib.JamesMailetLoader.class - [JAR]
├─ org.apache.james.mailetcontainer.lib.JamesMatcherLoader.class - [JAR]
├─ org.apache.james.mailetcontainer.lib.MailetConfigImpl.class - [JAR]
├─ org.apache.james.mailetcontainer.lib.MailetManagement.class - [JAR]
├─ org.apache.james.mailetcontainer.lib.MatcherConfigImpl.class - [JAR]
├─ org.apache.james.mailetcontainer.lib.MatcherManagement.class - [JAR]
├─ org.apache.james.mailetcontainer.lib.ProcessorDetail.class - [JAR]
├─ org.apache.james.mailetcontainer.lib.ProcessorManagement.class - [JAR]
├─ org.apache.james.mailetcontainer.lib.ProcessorUtil.class - [JAR]
org.apache.james.mailetcontainer.lib.matchers
├─ org.apache.james.mailetcontainer.lib.matchers.And.class - [JAR]
├─ org.apache.james.mailetcontainer.lib.matchers.CompositeMatcher.class - [JAR]
├─ org.apache.james.mailetcontainer.lib.matchers.GenericCompositeMatcher.class - [JAR]
├─ org.apache.james.mailetcontainer.lib.matchers.Not.class - [JAR]
├─ org.apache.james.mailetcontainer.lib.matchers.Or.class - [JAR]
├─ org.apache.james.mailetcontainer.lib.matchers.Xor.class - [JAR]