org.freedesktop.dbus.viewer
Class DBusViewer

java.lang.Object
  extended by org.freedesktop.dbus.viewer.DBusViewer

public class DBusViewer
extends java.lang.Object

A viewer for DBus goal is to replicate the functionality of kdbus with Java smarts

Since:
29/01/2006

Constructor Summary
DBusViewer(java.util.Map<java.lang.String,java.lang.Integer> connectionTypes)
          Create the DBusViewer
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBusViewer

public DBusViewer(java.util.Map<java.lang.String,java.lang.Integer> connectionTypes)
Create the DBusViewer

Parameters:
connectionTypes - The map of connection types
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args -