Class DisabledScanner.MappingFileDescriptorImpl

java.lang.Object
org.hibernate.boot.archive.scan.internal.DisabledScanner.MappingFileDescriptorImpl
All Implemented Interfaces:
MappingFileDescriptor
Enclosing class:
DisabledScanner

public static class DisabledScanner.MappingFileDescriptorImpl extends Object implements MappingFileDescriptor
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Description copied from interface: MappingFileDescriptor
      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".
      Specified by:
      getName in interface MappingFileDescriptor
      Returns:
      The mapping file resource name.
    • getStreamAccess

      public InputStreamAccess getStreamAccess()
      Description copied from interface: MappingFileDescriptor
      Retrieves access to the InputStream for the mapping file.
      Specified by:
      getStreamAccess in interface MappingFileDescriptor
      Returns:
      Access to the InputStream for the mapping file.