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 class
static class
static class
-
Method Summary
Modifier and TypeMethodDescriptionapply
(String resourceRelativePath, Boolean findFirst, Collection<ClassLoader> resourceClassLoaders) Methods inherited from interface io.github.toolfactory.jvm.function.template.ThrowingTriFunction
apply
-
Method Details
-
apply
Collection<URL> apply(String resourceRelativePath, Boolean findFirst, Collection<ClassLoader> resourceClassLoaders) throws Throwable - Throws:
Throwable
-