org.freedesktop.dbus.bin
public class CreateInterface extends Object
| Nested Class Summary | |
|---|---|
| abstract static class | CreateInterface.PrintStreamFactory |
| Field Summary | |
|---|---|
| String | comment |
| Constructor Summary | |
|---|---|
| CreateInterface(CreateInterface.PrintStreamFactory factory, boolean builtin) | |
| Method Summary | |
|---|---|
| void | createInterface(Reader introspectdata) Output the interface for the supplied xml reader |
| static void | main(String[] args) |
| static void | version() |
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