Interface MappingFileDescriptor
-
- All Known Implementing Classes:
MappingFileDescriptorImpl
public interface MappingFileDescriptor
Descriptor for a mapping (XML) file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
The mapping file name.InputStreamAccess
getStreamAccess()
Retrieves access to the InputStream for the mapping file.
-
-
-
Method Detail
-
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".- Returns:
- The mapping file resource name.
-
getStreamAccess
InputStreamAccess getStreamAccess()
Retrieves access to the InputStream for the mapping file.- Returns:
- Access to the InputStream for the mapping file.
-
-