org.freedesktop.dbus

Class ObjectTree

class ObjectTree extends Object

Keeps track of the exported objects for introspection data
Field Summary
static Patternslashpattern
Constructor Summary
ObjectTree()
Method Summary
voidadd(String path, DBusInterface object, String data)
StringIntrospect(String path)
voidremove(String path)
StringtoString()

Field Detail

slashpattern

public static final Pattern slashpattern

Constructor Detail

ObjectTree

public ObjectTree()

Method Detail

add

public void add(String path, DBusInterface object, String data)

Introspect

public String Introspect(String path)

remove

public void remove(String path)

toString

public String toString()