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.remote.app.api-1.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.liferay.remote.app.service.persistence
├─ com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence.class - [JAR]
├─ com.liferay.remote.app.service.persistence.RemoteAppEntryUtil.class - [JAR]
com.liferay.remote.app.exception
├─ com.liferay.remote.app.exception.DuplicateRemoteAppEntryURLException.class - [JAR]
├─ com.liferay.remote.app.exception.NoSuchEntryException.class - [JAR]
com.liferay.remote.app.model
├─ com.liferay.remote.app.model.RemoteAppEntry.class - [JAR]
├─ com.liferay.remote.app.model.RemoteAppEntryModel.class - [JAR]
├─ com.liferay.remote.app.model.RemoteAppEntrySoap.class - [JAR]
├─ com.liferay.remote.app.model.RemoteAppEntryTable.class - [JAR]
├─ com.liferay.remote.app.model.RemoteAppEntryWrapper.class - [JAR]
com.liferay.remote.app.service
├─ com.liferay.remote.app.service.RemoteAppEntryLocalService.class - [JAR]
├─ com.liferay.remote.app.service.RemoteAppEntryLocalServiceUtil.class - [JAR]
├─ com.liferay.remote.app.service.RemoteAppEntryLocalServiceWrapper.class - [JAR]