Package org.hibernate.boot
Interface ResourceLocator
-
- All Known Subinterfaces:
ClassLoaderService
- All Known Implementing Classes:
ClassLoaderServiceImpl,ClassLoaderServiceTestingImpl,ExtraJavaServicesClassLoaderService,SimpleResourceLocator,StandardResourceLocator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ResourceLocator
Abstraction for locating class-path resources- See Also:
ResourceStreamLocator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URLlocateResource(String resourceName)Locate the named resource
-