Class ResourceUtil
- java.lang.Object
-
- org.curioswitch.common.server.framework.util.ResourceUtil
-
public final class ResourceUtil extends java.lang.Object
Utilities 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.InputStream
openStream(java.lang.String path)
Opens aInputStream
to the provided resourcepath
.
-