Class AbstractResource
- java.lang.Object
-
- org.smallmind.nutsnbolts.resource.AbstractResource
-
- All Implemented Interfaces:
Resource
- Direct Known Subclasses:
ClasspathResource,FileResource,JarResource,PlaceholderResource,URLResource
public abstract class AbstractResource extends Object implements Resource
-
-
Constructor Summary
Constructors Constructor Description AbstractResource(String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdentifier()StringgetPath()voidsetPath(String path)StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.smallmind.nutsnbolts.resource.Resource
getInputStream, getScheme
-
-
-
-
Constructor Detail
-
AbstractResource
public AbstractResource(String path)
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
- Specified by:
getIdentifierin interfaceResource
-
-