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 class
RemoteSink
-
Uses of Sink in aQute.libg.remote.source
Fields in aQute.libg.remote.source declared as Sink Modifier and Type Field Description private Sink
RemoteSource. sink
private Sink
SourceFS. sink
Methods in aQute.libg.remote.source that return Sink Modifier and Type Method Description Sink
RemoteSource. getSink()
Methods in aQute.libg.remote.source with parameters of type Sink Modifier and Type Method Description void
RemoteSource. 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)
-