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 org.apache.sling.resourcecollection-1.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.sling.resource.collection.impl.util
├─ org.apache.sling.resource.collection.impl.util.ResourceCollectionUtil.class - [JAR]
org.apache.sling.resource.collection
├─ org.apache.sling.resource.collection.ResourceCollection.class - [JAR]
├─ org.apache.sling.resource.collection.ResourceCollectionManager.class - [JAR]
├─ org.apache.sling.resource.collection.package-info.class - [JAR]
org.apache.sling.resource.collection.impl
├─ org.apache.sling.resource.collection.impl.ResourceCollectionAdapterFactory.class - [JAR]
├─ org.apache.sling.resource.collection.impl.ResourceCollectionConstants.class - [JAR]
├─ org.apache.sling.resource.collection.impl.ResourceCollectionImpl.class - [JAR]
├─ org.apache.sling.resource.collection.impl.ResourceCollectionManagerImpl.class - [JAR]