public class ExplodedArchiveDescriptor extends AbstractArchiveDescriptor
| Constructor and Description | 
|---|
ExplodedArchiveDescriptor(ArchiveDescriptorFactory archiveDescriptorFactory,
                         URL archiveUrl,
                         String entryBasePrefix)
Constructs an ExplodedArchiveDescriptor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
visitArchive(ArchiveContext context)
Perform visitation using the given context 
 | 
buildByteBasedInputStreamAccess, extractName, extractRelativeName, getArchiveDescriptorFactory, getArchiveUrl, getEntryBasePrefix, normalizePathNamepublic ExplodedArchiveDescriptor(ArchiveDescriptorFactory archiveDescriptorFactory, URL archiveUrl, String entryBasePrefix)
archiveDescriptorFactory - The factory creating thisarchiveUrl - The directory URLentryBasePrefix - the base (within the url) that described the prefix for entries within the archivepublic void visitArchive(ArchiveContext context)
ArchiveDescriptorcontext - The visitation contextCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.