Uses of Interface
aQute.libg.remote.Sink
-
Packages that use Sink Package Description aQute.libg.remote.sink aQute.libg.remote.source -
-
Uses of Sink in aQute.libg.remote.sink
Classes in aQute.libg.remote.sink that implement Sink Modifier and Type Class Description classRemoteSink -
Uses of Sink in aQute.libg.remote.source
Fields in aQute.libg.remote.source declared as Sink Modifier and Type Field Description private SinkRemoteSource. sinkprivate SinkSourceFS. sinkMethods in aQute.libg.remote.source that return Sink Modifier and Type Method Description SinkRemoteSource. getSink()Methods in aQute.libg.remote.source with parameters of type Sink Modifier and Type Method Description voidRemoteSource. open(Sink sink, java.io.File cwd, java.lang.String areaId)Constructors in aQute.libg.remote.source with parameters of type Sink Constructor Description SourceFS(char separatorChar, java.io.File cwd, Sink sink, java.lang.String areaId)
-