Uses of Class
aQute.libg.remote.Delta
-
Packages that use Delta Package Description aQute.libg.remote aQute.libg.remote.sink aQute.libg.remote.source -
-
Uses of Delta in aQute.libg.remote
Method parameters in aQute.libg.remote with type arguments of type Delta Modifier and Type Method Description boolean
Sink. sync(java.lang.String areaId, java.util.Collection<Delta> deltas)
-
Uses of Delta in aQute.libg.remote.sink
Methods in aQute.libg.remote.sink with parameters of type Delta Modifier and Type Method Description private void
SinkFS. delta(java.io.File cwd, Delta delta)
Method parameters in aQute.libg.remote.sink with type arguments of type Delta Modifier and Type Method Description boolean
SinkFS. delta(java.io.File cwd, java.util.Collection<Delta> deltas)
boolean
RemoteSink. sync(java.lang.String areaId, java.util.Collection<Delta> deltas)
-
Uses of Delta in aQute.libg.remote.source
Method parameters in aQute.libg.remote.source with type arguments of type Delta Modifier and Type Method Description protected void
SourceFS. sync(java.util.List<Delta> deltas)
-