Interface MappingFileDescriptor


public interface MappingFileDescriptor
Descriptor for a mapping (XML) file.
  • Method Summary

    Modifier and Type
    Method
    Description
    The mapping file name.
    Retrieves access to the InputStream for the mapping file.
  • Method Details

    • 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.