Class ResourceUtilities
- java.lang.Object
-
- net.anwiba.commons.resource.reflaction.ResourceUtilities
-
public class ResourceUtilities extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ResourceUtilities()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.net.URLgetUrl(java.lang.Class clazz, java.lang.String resourceUrl)static java.net.URLgetUrl(IBiFunction<java.lang.Class,java.lang.String,java.net.URL,java.io.IOException> helper, java.lang.Class clazz, java.lang.String resourceUrl)
-
-
-
Method Detail
-
getUrl
public static java.net.URL getUrl(IBiFunction<java.lang.Class,java.lang.String,java.net.URL,java.io.IOException> helper, java.lang.Class clazz, java.lang.String resourceUrl) throws java.io.IOException
- Throws:
java.io.IOException
-
getUrl
public static java.net.URL getUrl(java.lang.Class clazz, java.lang.String resourceUrl) throws java.io.IOException- Throws:
java.io.IOException
-
-