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, normalizePathName
public 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)
ArchiveDescriptor
context
- The visitation contextCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.