Uses of Class
org.freedesktop.dbus.DBusPath
-
Packages that use DBusPath Package Description org.freedesktop.dbus org.freedesktop.dbus.interfaces -
-
Uses of DBusPath in org.freedesktop.dbus
Subclasses of DBusPath in org.freedesktop.dbus Modifier and Type Class Description classObjectPathMethods in org.freedesktop.dbus with parameters of type DBusPath Modifier and Type Method Description intDBusPath. compareTo(DBusPath _that) -
Uses of DBusPath in org.freedesktop.dbus.interfaces
Fields in org.freedesktop.dbus.interfaces declared as DBusPath Modifier and Type Field Description DBusPathObjectManager.InterfacesAdded. signalSourceDBusPathObjectManager.InterfacesRemoved. signalSourceMethods in org.freedesktop.dbus.interfaces that return DBusPath Modifier and Type Method Description DBusPathObjectManager.InterfacesAdded. getSignalSource()The source DBus object path (e.g.DBusPathObjectManager.InterfacesRemoved. getSignalSource()The source DBus object path (e.g.Methods in org.freedesktop.dbus.interfaces that return types with arguments of type DBusPath Modifier and Type Method Description java.util.Map<DBusPath,java.util.Map<java.lang.String,java.util.Map<java.lang.String,Variant<?>>>>ObjectManager. GetManagedObjects()Get a sub-tree of objects.Constructors in org.freedesktop.dbus.interfaces with parameters of type DBusPath Constructor Description InterfacesAdded(java.lang.String _objectPath, DBusPath _source, java.util.Map<java.lang.String,java.util.Map<java.lang.String,Variant<?>>> _interfaces)InterfacesRemoved(java.lang.String _objectPath, DBusPath _source, java.util.List<java.lang.String> _interfaces)
-