java.lang.Object
org.freedesktop.dbus.utils.DBusNamingUtil
DBus name Util class for internal and external use.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic String
getAnnotationName
(Class<? extends Annotation> _clazz) Get DBus name for specified annotation classstatic String
getInterfaceName
(Class<?> _clazz) Get DBus interface name for specified interface classstatic String
getMethodName
(Method _method) Get DBus method name for specified method object.static String
getPropertyName
(Method _method) Get a property name for a method (annotated withDBusBoundProperty
.static String
getSignalName
(Class<?> _clazz) Get DBus signal name for specified signal class.
-
Methodendetails
-
getInterfaceName
Get DBus interface name for specified interface class- Parameter:
_clazz
- input DBus interface class- Gibt zurück:
- interface name
- Siehe auch:
-
getMethodName
Get DBus method name for specified method object.- Parameter:
_method
- input method- Gibt zurück:
- method name
- Siehe auch:
-
getPropertyName
Get a property name for a method (annotated withDBusBoundProperty
. These would typically be setter / getter type methods. IfDBusBoundProperty.name()
is provided, that will take precedence.- Parameter:
_method
- input method- Gibt zurück:
- property name
- Siehe auch:
-
getSignalName
Get DBus signal name for specified signal class.- Parameter:
_clazz
- input DBus signal class- Gibt zurück:
- signal name
- Siehe auch:
-
getAnnotationName
Get DBus name for specified annotation class- Parameter:
_clazz
- input DBus annotation- Gibt zurück:
- interface name
- Siehe auch:
-