public class JarInputStreamBasedArchiveDescriptor extends AbstractArchiveDescriptor
JarInputStream.
NOTE : This is less efficient implementation than JarFileBasedArchiveDescriptor| Constructor and Description |
|---|
JarInputStreamBasedArchiveDescriptor(ArchiveDescriptorFactory archiveDescriptorFactory,
java.net.URL url,
java.lang.String entry)
Constructs a JarInputStreamBasedArchiveDescriptor
|
| Modifier and Type | Method and Description |
|---|---|
void |
visitArchive(ArchiveContext context)
Perform visitation using the given context
|
buildByteBasedInputStreamAccess, extractName, extractRelativeName, getArchiveDescriptorFactory, getArchiveUrl, getEntryBasePrefix, normalizePathNamepublic JarInputStreamBasedArchiveDescriptor(ArchiveDescriptorFactory archiveDescriptorFactory, java.net.URL url, java.lang.String entry)
archiveDescriptorFactory - The factory creating thisurl - The url to the JAR fileentry - The prefix for entries within the JAR urlpublic void visitArchive(ArchiveContext context)
ArchiveDescriptorcontext - The visitation contextCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.