Class JarResource
- java.lang.Object
-
- org.smallmind.nutsnbolts.resource.AbstractResource
-
- org.smallmind.nutsnbolts.resource.JarResource
-
- All Implemented Interfaces:
Resource
public class JarResource extends AbstractResource
-
-
Constructor Summary
Constructors Constructor Description JarResource(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
-
JarResource
public JarResource(String path)
-
-
Method Detail
-
getScheme
public String getScheme()
-
getInputStream
public InputStream getInputStream() throws ResourceException
- Throws:
ResourceException
-
-