keycloak-federation
公開メンバ関数 | 公開変数類 | 限定公開変数類 | 全メンバ一覧
org.freedesktop.dbus.ObjectPath クラス
org.freedesktop.dbus.ObjectPath の継承関係図
Inheritance graph
org.freedesktop.dbus.ObjectPath 連携図
Collaboration graph

公開メンバ関数

 ObjectPath (String source, String path)
 
String getPath ()
 
String toString ()
 
boolean equals (Object other)
 
int hashCode ()
 
int compareTo (Path that)
 

公開変数類

String source
 

限定公開変数類

String path
 

詳解

構築子と解体子

◆ ObjectPath()

org.freedesktop.dbus.ObjectPath.ObjectPath ( String  source,
String  path 
)
inline
17  {
18  super(path);
19  this.source = source;
20  // this.conn = conn;
21  }
String path
Definition: Path.java:14
String source
Definition: ObjectPath.java:14

関数詳解

◆ compareTo()

int org.freedesktop.dbus.Path.compareTo ( Path  that)
inlineinherited
36  {
37  return path.compareTo(that.path);
38  }
String path
Definition: Path.java:14

◆ equals()

boolean org.freedesktop.dbus.Path.equals ( Object  other)
inlineinherited
28  {
29  return (other instanceof Path) && path.equals(((Path) other).path);
30  }
Path(String path)
Definition: Path.java:16
String path
Definition: Path.java:14

◆ getPath()

String org.freedesktop.dbus.Path.getPath ( )
inlineinherited
20  {
21  return path;
22  }
String path
Definition: Path.java:14

◆ hashCode()

int org.freedesktop.dbus.Path.hashCode ( )
inlineinherited
32  {
33  return path.hashCode();
34  }
String path
Definition: Path.java:14

◆ toString()

String org.freedesktop.dbus.Path.toString ( )
inlineinherited
24  {
25  return path;
26  }
String path
Definition: Path.java:14

メンバ詳解

◆ path

String org.freedesktop.dbus.Path.path
protectedinherited

◆ source

String org.freedesktop.dbus.ObjectPath.source

このクラス詳解は次のファイルから抽出されました: