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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
The mapping file name.Retrieves access to the InputStream for the mapping file.
-
Constructor Details
-
MappingFileDescriptorImpl
-
-
Method Details
-
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 interfaceMappingFileDescriptor
- Returns:
- The mapping file resource name.
-
getStreamAccess
Description copied from interface:MappingFileDescriptor
Retrieves access to the InputStream for the mapping file.- Specified by:
getStreamAccess
in interfaceMappingFileDescriptor
- Returns:
- Access to the InputStream for the mapping file.
-