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 com.liferay.external.data.source.test.service-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.liferay.external.data.source.test.service.util
├─ com.liferay.external.data.source.test.service.util.ServiceProps.class - [JAR]
com.liferay.external.data.source.test.internal
├─ com.liferay.external.data.source.test.internal.DataSourceProviderImpl.class - [JAR]
com.liferay.external.data.source.test.service.persistence.impl
├─ com.liferay.external.data.source.test.service.persistence.impl.TestEntityPersistenceImpl.class - [JAR]
com.liferay.external.data.source.test.service.destroyer
├─ com.liferay.external.data.source.test.service.destroyer.DataSourceDestroyer.class - [JAR]
com.liferay.external.data.source.test.service.base
├─ com.liferay.external.data.source.test.service.base.TestEntityLocalServiceBaseImpl.class - [JAR]
com.liferay.external.data.source.test.service.impl
├─ com.liferay.external.data.source.test.service.impl.TestEntityLocalServiceImpl.class - [JAR]
com.liferay.external.data.source.test.model.impl
├─ com.liferay.external.data.source.test.model.impl.TestEntityBaseImpl.class - [JAR]
├─ com.liferay.external.data.source.test.model.impl.TestEntityCacheModel.class - [JAR]
├─ com.liferay.external.data.source.test.model.impl.TestEntityImpl.class - [JAR]
├─ com.liferay.external.data.source.test.model.impl.TestEntityModelImpl.class - [JAR]