Package | Description |
---|---|
aQute.libg.remote.sink | |
aQute.libg.remote.source |
Modifier and Type | Field and Description |
---|---|
(package private) Source[] |
Appender.sources |
(package private) Source[] |
RemoteSink.sources |
private Source[] |
SinkFS.sources |
Modifier and Type | Method and Description |
---|---|
void |
RemoteSink.setSources(Source... sources) |
void |
SinkFS.setSources(Source[] sources) |
Constructor and Description |
---|
Appender(Source[] sources,
java.lang.String areaId,
boolean err) |
RemoteSink(java.io.File root,
Source... s) |
SinkFS(Source[] sources,
java.io.File shacache) |
Modifier and Type | Class and Description |
---|---|
class |
RemoteSource
Controls a different file system trough a Sink.
|