Interface ArchiveDescriptorFactory
public interface ArchiveDescriptorFactory
Contract for building ArchiveDescriptor instances.
Generally, only the
buildArchiveDescriptor(URL) form should be used.-
Method Summary
Modifier and TypeMethodDescriptionBuild a descriptor of the archive indicated by the given urlbuildArchiveDescriptor(URL url, String path) Build a descriptor of the archive indicated by the path relative to the given url
-
Method Details
-
buildArchiveDescriptor
Build a descriptor of the archive indicated by the given url- Parameters:
url- The url to the archive- Returns:
- The descriptor
-
buildArchiveDescriptor
Build a descriptor of the archive indicated by the path relative to the given url- Parameters:
url- The url to the archivepath- The path within the given url that refers to the archive- Returns:
- The descriptor
-