
public abstract class AbstractResourceOracle extends Object implements ResourceOracle
ResourceOracle implementations.| Constructor and Description |
|---|
AbstractResourceOracle() |
| Modifier and Type | Method and Description |
|---|---|
Resource |
getResource(String pathName)
Returns the resource for the given path name or null if there is no such resource.
|
InputStream |
getResourceAsStream(String pathName)
Returns the resource input stream for the given path name or null if there
is no such resource.
|
clear, getPathNames, getResourceMap, getResourcespublic Resource getResource(String pathName)
ResourceOraclegetResource in interface ResourceOraclepublic InputStream getResourceAsStream(String pathName)
ResourceOraclegetResourceAsStream in interface ResourceOracleCopyright © 2018. All rights reserved.