org.freedesktop.dbus.bin

Class CreateInterface

public class CreateInterface extends Object

Converts a DBus XML file into Java interface definitions.
Nested Class Summary
abstract static classCreateInterface.PrintStreamFactory
Field Summary
Stringcomment
Constructor Summary
CreateInterface(CreateInterface.PrintStreamFactory factory, boolean builtin)
Method Summary
voidcreateInterface(Reader introspectdata)
Output the interface for the supplied xml reader
static voidmain(String[] args)
static voidversion()

Field Detail

comment

public String comment

Constructor Detail

CreateInterface

public CreateInterface(CreateInterface.PrintStreamFactory factory, boolean builtin)

Method Detail

createInterface

public void createInterface(Reader introspectdata)
Output the interface for the supplied xml reader

Parameters: introspectdata The introspect data reader

Throws: ParserConfigurationException If the xml parser could not be configured SAXException If a problem occurs reading the xml data IOException If an IO error occurs DBusException If the dbus related error occurs

main

public static void main(String[] args)

version

public static void version()