org.constretto.model
Class Resource
java.lang.Object
org.constretto.model.Resource
- Direct Known Subclasses:
- ClassPathResource, FileResource, UrlResource
public abstract class Resource
- extends Object
- Author:
- Kaare Nilsen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASSPATH_PREFIX
public static final String CLASSPATH_PREFIX
- See Also:
- Constant Field Values
FILE_PREFIX
public static final String FILE_PREFIX
- See Also:
- Constant Field Values
Resource
protected Resource(String path)
create
public static Resource create(String path)
exists
public abstract boolean exists()
getInputStream
public abstract InputStream getInputStream()
Copyright © 2008-2012. All Rights Reserved.