Class RemoteSink
java.lang.Object
aQute.libg.remote.sink.RemoteSink
- All Implemented Interfaces:
Sink
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleancreateArea(String areaId) Create a new areavoidexit()intGet a specific areaCollection<? extends Area> getAreas()Return a list of areasgetWelcome(int highest) Return the protocol version that must be used.voidbooleanLaunchprotected AreaImplbooleanremoveArea(String areaId) Remove an areavoidsetSources(Source... sources) booleansync(String areaId, Collection<Delta> deltas) byte[]View a file or dir
-
Constructor Details
-
RemoteSink
-
-
Method Details
-
getArea
-
removeArea
-
launch
-
cancel
-
input
-
exit
-
view
-
exit
-
getWelcome
Description copied from interface:SinkReturn the protocol version that must be used. The parameter passed specifies the highest supported by the caller.- Specified by:
getWelcomein interfaceSink
-
createArea
-
getAreas
Description copied from interface:SinkReturn a list of areas -
read
-
setSources
-
sync
-
clearCache
public boolean clearCache()- Specified by:
clearCachein interfaceSink
-