public abstract class LocateableResource extends Object
| Constructor and Description |
|---|
LocateableResource() |
| Modifier and Type | Method and Description |
|---|---|
static LocateableResource |
fromFile(File file) |
abstract LocateableResource |
locate(String relativePath) |
abstract InputStream |
openToRead() |
public static LocateableResource fromFile(File file)
public abstract LocateableResource locate(String relativePath)
public abstract InputStream openToRead() throws IOException
IOExceptionCopyright © 2013-2015. All Rights Reserved.