Class ClasspathResource
- java.lang.Object
-
- org.smallmind.nutsnbolts.resource.AbstractResource
-
- org.smallmind.nutsnbolts.resource.ClasspathResource
-
- All Implemented Interfaces:
Resource
public class ClasspathResource extends AbstractResource
-
-
Constructor Summary
Constructors Constructor Description ClasspathResource(String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamgetInputStream()StringgetScheme()-
Methods inherited from class org.smallmind.nutsnbolts.resource.AbstractResource
getIdentifier, getPath, setPath, toString
-
-
-
-
Constructor Detail
-
ClasspathResource
public ClasspathResource(String path)
-
-
Method Detail
-
getScheme
public String getScheme()
-
getInputStream
public InputStream getInputStream()
-
-