接口 MappingFileDescriptor
-
- 所有已知实现类:
MappingFileDescriptorImpl
public interface MappingFileDescriptorDescriptor for a mapping (XML) file.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetName()The mapping file name.InputStreamAccessgetStreamAccess()Retrieves access to the InputStream for the mapping file.
-
-
-
方法详细资料
-
getName
String getName()
The mapping file name. This is its name within the archive, the expectation being that most times this will equate to a "classpath lookup resource name".- 返回:
- The mapping file resource name.
-
getStreamAccess
InputStreamAccess getStreamAccess()
Retrieves access to the InputStream for the mapping file.- 返回:
- Access to the InputStream for the mapping file.
-
-