Class ResourceUtil
- java.lang.Object
-
- org.curioswitch.common.server.framework.util.ResourceUtil
-
public final class ResourceUtil extends java.lang.ObjectUtilities for working with resources that can either be in the classpath or on the filesystem.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.io.InputStreamopenStream(java.lang.String path)Opens aInputStreamto the provided resourcepath.
-