Class GetResourcesFunction.ForJava7
- java.lang.Object
-
- io.github.toolfactory.jvm.function.catalog.GetResourcesFunction.Abst
-
- io.github.toolfactory.jvm.function.catalog.GetResourcesFunction.ForJava7
-
- All Implemented Interfaces:
GetResourcesFunction
,ThrowingTriFunction<java.lang.String,java.lang.Boolean,java.lang.ClassLoader[],java.util.Collection<java.net.URL>,java.lang.Throwable>
- Direct Known Subclasses:
GetResourcesFunction.ForJava9
- Enclosing interface:
- GetResourcesFunction
public static class GetResourcesFunction.ForJava7 extends GetResourcesFunction.Abst
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.github.toolfactory.jvm.function.catalog.GetResourcesFunction
GetResourcesFunction.Abst, GetResourcesFunction.ForJava7, GetResourcesFunction.ForJava9
-
-
Field Summary
-
Fields inherited from class io.github.toolfactory.jvm.function.catalog.GetResourcesFunction.Abst
resourceFinder
-
-
Constructor Summary
Constructors Constructor Description ForJava7(java.util.Map<java.lang.Object,java.lang.Object> context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ThrowingQuadFunction<java.lang.ClassLoader,java.lang.String,java.lang.Boolean,java.util.Collection<java.net.URL>,java.util.Collection<java.net.URL>,java.lang.Throwable>
buildResourceFinder(java.util.Map<java.lang.Object,java.lang.Object> context)
-
Methods inherited from class io.github.toolfactory.jvm.function.catalog.GetResourcesFunction.Abst
apply, apply
-
-
-
-
Method Detail
-
buildResourceFinder
protected ThrowingQuadFunction<java.lang.ClassLoader,java.lang.String,java.lang.Boolean,java.util.Collection<java.net.URL>,java.util.Collection<java.net.URL>,java.lang.Throwable> buildResourceFinder(java.util.Map<java.lang.Object,java.lang.Object> context) throws java.lang.Throwable
- Specified by:
buildResourceFinder
in classGetResourcesFunction.Abst
- Throws:
java.lang.Throwable
-
-