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, getResources
public Resource getResource(String pathName)
ResourceOracle
getResource
in interface ResourceOracle
public InputStream getResourceAsStream(String pathName)
ResourceOracle
getResourceAsStream
in interface ResourceOracle
Copyright © 2018. All rights reserved.