类 ExplodedArchiveDescriptor
- java.lang.Object
-
- org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
-
- org.hibernate.boot.archive.internal.ExplodedArchiveDescriptor
-
- 所有已实现的接口:
ArchiveDescriptor
public class ExplodedArchiveDescriptor extends AbstractArchiveDescriptor
Descriptor for exploded (directory) archives- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 ExplodedArchiveDescriptor(ArchiveDescriptorFactory archiveDescriptorFactory, URL archiveUrl, String entryBasePrefix)Constructs an ExplodedArchiveDescriptor
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidvisitArchive(ArchiveContext context)Perform visitation using the given context-
从类继承的方法 org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
buildByteBasedInputStreamAccess, extractName, extractRelativeName, getArchiveDescriptorFactory, getArchiveUrl, getEntryBasePrefix, normalizePathName
-
-
-
-
构造器详细资料
-
ExplodedArchiveDescriptor
public ExplodedArchiveDescriptor(ArchiveDescriptorFactory archiveDescriptorFactory, URL archiveUrl, String entryBasePrefix)
Constructs an ExplodedArchiveDescriptor- 参数:
archiveDescriptorFactory- The factory creating thisarchiveUrl- The directory URLentryBasePrefix- the base (within the url) that described the prefix for entries within the archive
-
-
方法详细资料
-
visitArchive
public void visitArchive(ArchiveContext context)
从接口复制的说明:ArchiveDescriptorPerform visitation using the given context- 参数:
context- The visitation context
-
-