Package io.github.toolfactory.jvm.util
Class Resources
java.lang.Object
io.github.toolfactory.jvm.util.Resources
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Map<URL,
InputStream> getAsInputStreams
(String resourceRelativePath, ClassLoader... resourceClassLoaders)
-
Constructor Details
-
Resources
public Resources()
-
-
Method Details
-
getAsInputStreams
public static Map<URL,InputStream> getAsInputStreams(String resourceRelativePath, ClassLoader... resourceClassLoaders) throws IOException - Throws:
IOException
-