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 voidRemoteSink. setSources(Source... sources)voidSinkFS. 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 classRemoteSourceControls a different file system trough a Sink.
-