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 ploinMailFactory-1.4.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.ploin.pmf.impl
├─ org.ploin.pmf.impl.MailFactory.class - [JAR]
├─ org.ploin.pmf.impl.MailReader.class - [JAR]
├─ org.ploin.pmf.impl.MailReplacer.class - [JAR]
├─ org.ploin.pmf.impl.MailSender.class - [JAR]
├─ org.ploin.pmf.impl.PropertiesLoader.class - [JAR]
├─ org.ploin.pmf.impl.SecondThreadSending.class - [JAR]
org.ploin.pmf.entity
├─ org.ploin.pmf.entity.MailConfig.class - [JAR]
├─ org.ploin.pmf.entity.Recipient.class - [JAR]
├─ org.ploin.pmf.entity.SendingResult.class - [JAR]
├─ org.ploin.pmf.entity.ServerConfig.class - [JAR]
├─ org.ploin.pmf.entity.TemplateConfig.class - [JAR]
org.ploin.pmf
├─ org.ploin.pmf.IMailFactory.class - [JAR]
├─ org.ploin.pmf.IMailReader.class - [JAR]
├─ org.ploin.pmf.IMailReplacer.class - [JAR]
├─ org.ploin.pmf.IMailSender.class - [JAR]
├─ org.ploin.pmf.IPropertiesLoader.class - [JAR]
├─ org.ploin.pmf.ISecondThreadSending.class - [JAR]
├─ org.ploin.pmf.MailFactoryException.class - [JAR]