| Package | Description |
|---|---|
| org.apache.avalon.excalibur.monitor |
An extensible resource monitor framework and implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileResource
Managed File based Resource.
|
class |
SourceResource |
| Modifier and Type | Field and Description |
|---|---|
private StreamResource |
ResourceOutputStream.m_resource |
private StreamResource |
ResourceWriter.m_resource |
| Constructor and Description |
|---|
ResourceOutputStream(java.io.OutputStream out,
StreamResource resource)
Set up the ResourceOutputStream.
|
ResourceWriter(java.io.Writer out,
StreamResource resource)
Set up the ResourceOutputStream.
|