Klasse DBusNamingUtil

java.lang.Object
org.freedesktop.dbus.utils.DBusNamingUtil

public final class DBusNamingUtil extends Object
DBus name Util class for internal and external use.
  • Methodendetails

    • getInterfaceName

      public static String getInterfaceName(Class<?> _clazz)
      Get DBus interface name for specified interface class
      Parameter:
      _clazz - input DBus interface class
      Gibt zurück:
      interface name
      Siehe auch:
    • getMethodName

      public static String getMethodName(Method _method)
      Get DBus method name for specified method object.
      Parameter:
      _method - input method
      Gibt zurück:
      method name
      Siehe auch:
    • getPropertyName

      public static String getPropertyName(Method _method)
      Get a property name for a method (annotated with DBusBoundProperty. These would typically be setter / getter type methods. If DBusBoundProperty.name() is provided, that will take precedence.
      Parameter:
      _method - input method
      Gibt zurück:
      property name
      Siehe auch:
    • getSignalName

      public static String getSignalName(Class<?> _clazz)
      Get DBus signal name for specified signal class.
      Parameter:
      _clazz - input DBus signal class
      Gibt zurück:
      signal name
      Siehe auch:
    • getAnnotationName

      public static String getAnnotationName(Class<? extends Annotation> _clazz)
      Get DBus name for specified annotation class
      Parameter:
      _clazz - input DBus annotation
      Gibt zurück:
      interface name
      Siehe auch: