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
Methods in aQute.libg.remote.sink with parameters of type Source Modifier and Type Method Description void
RemoteSink. setSources(Source... sources)
void
SinkFS. setSources(Source[] sources)
Constructors in aQute.libg.remote.sink with parameters of type Source Constructor Description 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 class
RemoteSource
Controls a different file system trough a Sink.
-