类 AbstractArchiveDescriptor
- java.lang.Object
-
- org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
-
- 所有已实现的接口:
ArchiveDescriptor
- 直接已知子类:
ExplodedArchiveDescriptor,JarFileBasedArchiveDescriptor,JarInputStreamBasedArchiveDescriptor
public abstract class AbstractArchiveDescriptor extends Object implements ArchiveDescriptor
Base support for ArchiveDescriptor implementors.- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 限定符 构造器 说明 protectedAbstractArchiveDescriptor(ArchiveDescriptorFactory archiveDescriptorFactory, URL archiveUrl, String entryBasePrefix)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected InputStreamAccessbuildByteBasedInputStreamAccess(String name, InputStream inputStream)protected StringextractName(ZipEntry zipEntry)protected StringextractRelativeName(ZipEntry zipEntry)protected ArchiveDescriptorFactorygetArchiveDescriptorFactory()protected URLgetArchiveUrl()protected StringgetEntryBasePrefix()protected StringnormalizePathName(String pathName)-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 org.hibernate.boot.archive.spi.ArchiveDescriptor
visitArchive
-
-
-
-
构造器详细资料
-
AbstractArchiveDescriptor
protected AbstractArchiveDescriptor(ArchiveDescriptorFactory archiveDescriptorFactory, URL archiveUrl, String entryBasePrefix)
-
-
方法详细资料
-
getArchiveDescriptorFactory
protected ArchiveDescriptorFactory getArchiveDescriptorFactory()
-
getArchiveUrl
protected URL getArchiveUrl()
-
getEntryBasePrefix
protected String getEntryBasePrefix()
-
buildByteBasedInputStreamAccess
protected InputStreamAccess buildByteBasedInputStreamAccess(String name, InputStream inputStream)
-
-