Uses of Interface
aQute.libg.remote.Source
-
Packages that use Source Package Description aQute.libg.remote.sink aQute.libg.remote.source -
-
Uses of Source in aQute.libg.remote.sink
Fields in aQute.libg.remote.sink declared as Source Modifier and Type Field Description (package private) Source[]Appender. sources(package private) Source[]RemoteSink. sourcesprivate Source[]SinkFS. sourcesMethods in aQute.libg.remote.sink with parameters of type Source Modifier and Type Method Description voidRemoteSink. setSources(Source... sources)voidSinkFS. setSources(Source[] sources)Constructors in aQute.libg.remote.sink with parameters of type Source Constructor Description Appender(Source[] sources, java.lang.String areaId, boolean err)RemoteSink(java.io.File root, Source... s)SinkFS(Source[] sources, java.io.File shacache) -
Uses of Source in aQute.libg.remote.source
Classes in aQute.libg.remote.source that implement Source Modifier and Type Class Description classRemoteSourceControls a different file system trough a Sink.
-