Uses of Class
aQute.libg.remote.sink.AreaImpl
-
Packages that use AreaImpl Package Description aQute.libg.remote.sink -
-
Uses of AreaImpl in aQute.libg.remote.sink
Fields in aQute.libg.remote.sink with type parameters of type AreaImpl Modifier and Type Field Description (package private) java.util.Map<java.lang.String,AreaImpl>
RemoteSink. areas
Methods in aQute.libg.remote.sink that return AreaImpl Modifier and Type Method Description AreaImpl
RemoteSink. createArea(java.lang.String areaId)
AreaImpl
RemoteSink. getArea(java.lang.String areaId)
protected AreaImpl
RemoteSink. read(java.io.File areaDir)
Methods in aQute.libg.remote.sink with parameters of type AreaImpl Modifier and Type Method Description (package private) void
RemoteSink. event(Event e, AreaImpl area)
-