public class ExplodedArchiveDescriptor extends AbstractArchiveDescriptor
| Constructor and Description |
|---|
ExplodedArchiveDescriptor(ArchiveDescriptorFactory archiveDescriptorFactory,
java.net.URL archiveUrl,
java.lang.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, java.net.URL archiveUrl, java.lang.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-2018 Red Hat, Inc. All Rights Reserved.