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
IOException
InputStream openStream(URL url) throws IOException
IOException
Copyright © 2016 The Apache Software Foundation. All rights reserved.