Uses of Class
com.lucimber.dbus.type.DBusObjectPath
Packages that use DBusObjectPath
Package
Description
D-Bus message decoding infrastructure for converting wire format to Java objects.
D-Bus message encoding infrastructure for converting Java objects to wire format.
D-Bus message types and structures for method calls, returns, signals, and errors.
Standard D-Bus interfaces and implementations for common D-Bus functionality.
Type-safe D-Bus data types and containers providing compile-time marshalling safety.
-
Uses of DBusObjectPath in com.lucimber.dbus.codec.decoder
Methods in com.lucimber.dbus.codec.decoder that return types with arguments of type DBusObjectPath -
Uses of DBusObjectPath in com.lucimber.dbus.codec.encoder
Methods in com.lucimber.dbus.codec.encoder with parameters of type DBusObjectPath -
Uses of DBusObjectPath in com.lucimber.dbus.message
Methods in com.lucimber.dbus.message with parameters of type DBusObjectPathModifier and TypeMethodDescriptionInboundMethodCall.Builder.withObjectPath
(DBusObjectPath path) InboundSignal.Builder.withObjectPath
(DBusObjectPath path) OutboundSignal.Builder.withObjectPath
(DBusObjectPath path) OutboundMethodCall.Builder.withPath
(DBusObjectPath path) Constructors in com.lucimber.dbus.message with parameters of type DBusObjectPathModifierConstructorDescriptionInboundMethodCall
(DBusUInt32 serial, DBusString sender, DBusObjectPath path, DBusString member, boolean replyExpected) Constructs a new instance with mandatory parameter.InboundMethodCall
(DBusUInt32 serial, DBusString sender, DBusObjectPath path, DBusString member, boolean replyExpected, DBusString iface, DBusSignature signature, List<? extends DBusType> payload) Constructs a new instance with all parameter.InboundSignal
(DBusUInt32 serial, DBusString sender, DBusObjectPath path, DBusString iface, DBusString member) Constructs a new instance with mandatory parameter.InboundSignal
(DBusUInt32 serial, DBusString sender, DBusObjectPath path, DBusString iface, DBusString member, DBusSignature signature, List<? extends DBusType> payload) Constructs a new instance with all parameter.OutboundMethodCall
(DBusUInt32 serial, DBusObjectPath path, DBusString member, boolean replyExpected, DBusString dst, DBusString iface, DBusSignature signature, List<? extends DBusType> payload) Constructs a new instance with all parameter.OutboundMethodCall
(DBusUInt32 serial, DBusObjectPath path, DBusString member, boolean replyExpected, DBusString dst, DBusString iface, DBusSignature signature, List<? extends DBusType> payload, Duration timeout) Constructs a new instance with all parameter including timeout.OutboundSignal
(DBusUInt32 serial, DBusObjectPath path, DBusString iface, DBusString member, DBusString dst, DBusSignature signature, List<? extends DBusType> payload) Constructs a new instance with all parameter. -
Uses of DBusObjectPath in com.lucimber.dbus.standard
Methods in com.lucimber.dbus.standard that return types with arguments of type DBusObjectPathModifier and TypeMethodDescriptionObjectManager.getManagedObjects()
Gets all managed objects below this object path. -
Uses of DBusObjectPath in com.lucimber.dbus.type
Methods in com.lucimber.dbus.type that return DBusObjectPathModifier and TypeMethodDescriptionstatic DBusObjectPath
DBusObjectPath.valueOf
(CharSequence sequence) Constructs a newDBusObjectPath
instance by parsing aCharSequence
.Methods in com.lucimber.dbus.type that return types with arguments of type DBusObjectPathModifier and TypeMethodDescriptionstatic DBusArray<DBusObjectPath>
DBusArray.ofObjectPaths
(String... paths) Creates an array of object paths.static DBusDict<DBusObjectPath,
DBusString> DBusDict.ofObjectPathToString()
Creates a dictionary with object path keys and string values.Methods in com.lucimber.dbus.type with parameters of type DBusObjectPathModifier and TypeMethodDescriptionboolean
DBusObjectPath.endsWith
(DBusObjectPath suffix) Tests if this path ends with the specified suffix.boolean
DBusObjectPath.startsWith
(DBusObjectPath prefix) Tests if this path start with the specified prefix.