Interface Resource
-
- All Known Subinterfaces:
MutableResource
- All Known Implementing Classes:
AbstractResource,ClasspathResource,FileResource,JarResource,PlaceholderResource,URLResource
public interface Resource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetIdentifier()InputStreamgetInputStream()StringgetPath()StringgetScheme()voidsetPath(String path)
-
-
-
Method Detail
-
getIdentifier
String getIdentifier()
-
getScheme
String getScheme()
-
getPath
String getPath()
-
setPath
void setPath(String path)
-
getInputStream
InputStream getInputStream() throws ResourceException
- Throws:
ResourceException
-
-