Interface GetResourcesFunction
- All Superinterfaces:
ThrowingTriFunction<String, Boolean, ClassLoader[], Collection<URL>, Throwable>
- All Known Implementing Classes:
GetResourcesFunction.Abst, GetResourcesFunction.ForJava7, GetResourcesFunction.ForJava9
public interface GetResourcesFunction
extends ThrowingTriFunction<String, Boolean, ClassLoader[], Collection<URL>, Throwable>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionapply(String resourceRelativePath, Boolean findFirst, Collection<ClassLoader> resourceClassLoaders) Methods inherited from interface ThrowingTriFunction
apply
-
Method Details
-
apply
Collection<URL> apply(String resourceRelativePath, Boolean findFirst, Collection<ClassLoader> resourceClassLoaders) throws Throwable - Throws:
Throwable
-