Uses of Class
org.freedesktop.dbus.DBusPath
Packages that use DBusPath
Package
Description
-
Uses of DBusPath in org.freedesktop.dbus
Subclasses of DBusPath in org.freedesktop.dbusModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.Classes in org.freedesktop.dbus that implement interfaces with type arguments of type DBusPathMethods in org.freedesktop.dbus that return DBusPathModifier and TypeMethodDescriptionstatic DBusPathCreate a DBusPath object using one or multiple string parts.Methods in org.freedesktop.dbus with parameters of type DBusPath -
Uses of DBusPath in org.freedesktop.dbus.connections.impl
Methods in org.freedesktop.dbus.connections.impl with parameters of type DBusPathModifier and TypeMethodDescriptiondefault <I extends DBusInterface>
IIRemoteObjectGetter.getPeerRemoteObject(String _busname, DBusPath _objectpath, Class<I> _type) default <I extends DBusInterface>
IIRemoteObjectGetter.getPeerRemoteObject(String _busname, DBusPath _objectpath, Class<I> _type, boolean _autostart) default DBusInterfaceIRemoteObjectGetter.getRemoteObject(String _busname, DBusPath _objectpath) default <I extends DBusInterface>
IIRemoteObjectGetter.getRemoteObject(String _busname, DBusPath _objectpath, Class<I> _type) default <I extends DBusInterface>
IIRemoteObjectGetter.getRemoteObject(String _busname, DBusPath _objectpath, Class<I> _type, boolean _autostart) -
Uses of DBusPath in org.freedesktop.dbus.interfaces
Fields in org.freedesktop.dbus.interfaces declared as DBusPathModifier and TypeFieldDescriptionfinal DBusPathObjectManager.InterfacesAdded.signalSourcefinal DBusPathObjectManager.InterfacesRemoved.signalSourceMethods in org.freedesktop.dbus.interfaces that return DBusPathModifier and TypeMethodDescriptionObjectManager.InterfacesAdded.getSignalSource()The source DBus object path (e.g.ObjectManager.InterfacesRemoved.getSignalSource()The source DBus object path (e.g.Methods in org.freedesktop.dbus.interfaces that return types with arguments of type DBusPathConstructors in org.freedesktop.dbus.interfaces with parameters of type DBusPath -
Uses of DBusPath in org.freedesktop.dbus.utils
Methods in org.freedesktop.dbus.utils that return DBusPathModifier and TypeMethodDescriptionstatic DBusPathDBusObjects.requireObjectPath(DBusPath _dbusPath) Ensures given DBusPath is a valid object path.static DBusPathDBusObjects.requireObjectPath(DBusPath _dbusPath, String _customMsg) Ensures given DBusPath is a valid object path.Methods in org.freedesktop.dbus.utils with parameters of type DBusPathModifier and TypeMethodDescriptionstatic DBusPathDBusObjects.requireObjectPath(DBusPath _dbusPath) Ensures given DBusPath is a valid object path.static DBusPathDBusObjects.requireObjectPath(DBusPath _dbusPath, String _customMsg) Ensures given DBusPath is a valid object path.
DBusPathinstead