public interface IFXGResourceResolver
| Modifier and Type | Method and Description |
|---|---|
String |
getRootPath() |
InputStream |
openStream(String path) |
InputStream |
openStream(URL url) |
String |
resolve(String path) |
void |
setRootPath(String dir) |
String getRootPath()
void setRootPath(String dir)
InputStream openStream(String path) throws IOException
IOExceptionInputStream openStream(URL url) throws IOException
IOExceptionCopyright © 2016 The Apache Software Foundation. All rights reserved.