java.lang.ObjectResource encapsulates access to Resources via the Classloader.org.apache.log4j.lf5.util.Resource
Michael - J. SikorskyRobert - Shaw| Field Summary | ||
|---|---|---|
| protected String | _name | |
| Constructor: |
|---|
|
|
| Method from org.apache.log4j.lf5.util.Resource Summary: |
|---|
| getInputStream, getInputStreamReader, getName, getURL, setName |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.log4j.lf5.util.Resource Detail: |
|---|
|
|
|
|
A resource is some data (images, audio, text, etc) that can be accessed by class code in a way that is independent of the location of the code. The name of a resource is a "/"-separated path name that identifies the resource. |