接口 MappingFileDescriptor

  • 所有已知实现类:
    MappingFileDescriptorImpl

    public interface MappingFileDescriptor
    Descriptor for a mapping (XML) file.
    作者:
    Steve Ebersole
    • 方法详细资料

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