public abstract class AbstractArchiveDescriptor extends Object implements ArchiveDescriptor
Modifier | Constructor and Description |
---|---|
protected |
AbstractArchiveDescriptor(ArchiveDescriptorFactory archiveDescriptorFactory,
URL archiveUrl,
String entryBasePrefix) |
Modifier and Type | Method and Description |
---|---|
protected InputStreamAccess |
buildByteBasedInputStreamAccess(String name,
InputStream inputStream) |
protected String |
extractName(ZipEntry zipEntry) |
protected String |
extractRelativeName(ZipEntry zipEntry) |
protected ArchiveDescriptorFactory |
getArchiveDescriptorFactory() |
protected URL |
getArchiveUrl() |
protected String |
getEntryBasePrefix() |
protected String |
normalizePathName(String pathName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
visitArchive
protected AbstractArchiveDescriptor(ArchiveDescriptorFactory archiveDescriptorFactory, URL archiveUrl, String entryBasePrefix)
protected ArchiveDescriptorFactory getArchiveDescriptorFactory()
protected URL getArchiveUrl()
protected String getEntryBasePrefix()
protected InputStreamAccess buildByteBasedInputStreamAccess(String name, InputStream inputStream)
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.