public class JarFileBasedArchiveDescriptor extends AbstractArchiveDescriptor
JarFile API for processing.| Constructor and Description | 
|---|
JarFileBasedArchiveDescriptor(ArchiveDescriptorFactory archiveDescriptorFactory,
                             URL archiveUrl,
                             String entry)
Constructs a JarFileBasedArchiveDescriptor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
visitArchive(ArchiveContext context)
Perform visitation using the given context 
 | 
buildByteBasedInputStreamAccess, extractName, extractRelativeName, getArchiveDescriptorFactory, getArchiveUrl, getEntryBasePrefix, normalizePathNamepublic JarFileBasedArchiveDescriptor(ArchiveDescriptorFactory archiveDescriptorFactory, URL archiveUrl, String entry)
archiveDescriptorFactory - The factory creating thisarchiveUrl - The url to the JAR fileentry - The prefix for entries within the JAR urlpublic void visitArchive(ArchiveContext context)
ArchiveDescriptorcontext - The visitation contextCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.