Interface JarResource

All Known Implementing Classes:
FolderJarContents.FileResource, JarFileContents.JarEntryResource

@NonExtendable public interface JarResource
A resource found in a JarContents.

NOTE: Instances of this class obtained from JarResourceVisitor should not be copied for use outside the visitor. If you need to hold onto a resource outside the visitor, copy it first using retain().