Class DBusPath
java.lang.Object
org.freedesktop.dbus.DBusPath
- All Implemented Interfaces:
Comparable<DBusPath>
- Direct Known Subclasses:
ObjectPath
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleangetPath()inthashCode()static DBusPathCreate a DBusPath object using one or multiple string parts.voidDeprecated, for removal: This API element is subject to removal in a future version.path will be final in future, please do no longer use the setter.toString()
-
Constructor Details
-
DBusPath
-
DBusPath
-
-
Method Details
-
getPath
-
setPath
Deprecated, for removal: This API element is subject to removal in a future version.path will be final in future, please do no longer use the setter. -
getSource
-
toString
-
hashCode
-
equals
-
compareTo
- Specified by:
compareToin interfaceComparable<DBusPath>
-
of
Create a DBusPath object using one or multiple string parts. Leading slash will automatically appended if missing.- Parameters:
_parts- parts to build DBusPath- Returns:
- DBusPath
- Throws:
IllegalArgumentException- when no parts are given
-