|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StreamMonitor | |
|---|---|
| org.ops4j.io | This package contains utilities for I/O operations. |
| org.ops4j.monitors.stream | |
| Uses of StreamMonitor in org.ops4j.io |
|---|
| Classes in org.ops4j.io that implement StreamMonitor | |
|---|---|
class |
PrintStreamMonitor
PrintStreamMonitor is a convenience implementation of the StreamMonitor for output to a PrintStream, such as System.out. |
| Methods in org.ops4j.io with parameters of type StreamMonitor | |
|---|---|
static void |
FileUtils.copyFile(java.io.File src,
java.io.File dest,
StreamMonitor monitor)
Copies a file. |
static void |
StreamUtils.copyStream(StreamMonitor monitor,
java.net.URL sourceURL,
int expected,
java.io.InputStream source,
java.io.OutputStream destination,
boolean closeStreams)
Copy a stream. |
| Uses of StreamMonitor in org.ops4j.monitors.stream |
|---|
| Classes in org.ops4j.monitors.stream that implement StreamMonitor | |
|---|---|
class |
StreamMonitorRouter
A router that handles multicasr distribution of monitor events to registered monitors. |
| Methods in org.ops4j.monitors.stream that return StreamMonitor | |
|---|---|
StreamMonitor |
StreamMonitorRouter.getMonitor(int index)
Returns a Monitor. |
| Methods in org.ops4j.monitors.stream with parameters of type StreamMonitor | |
|---|---|
void |
StreamMonitorRouter.addStreamMonitor(StreamMonitor monitor)
Add a monitor to the list of monitors managed by this router. |
void |
StreamSource.registerStreamMonitor(StreamMonitor monitor)
Register a ExceptionMonitor with the source. |
void |
StreamMonitorRouter.removeStreamMonitor(StreamMonitor monitor)
Remove a monitor to the list of monitors managed by this router. |
void |
StreamSource.unregisterStreamMonitor(StreamMonitor monitor)
Unregister a StreamMonitor with the source. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||