Interface MappingFileDescriptor


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

      • getName

        java.lang.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.