public class CreateInterface
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateInterface.PrintStreamFactory |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
comment |
| Constructor and Description |
|---|
CreateInterface(CreateInterface.PrintStreamFactory factory,
boolean builtin) |
| Modifier and Type | Method and Description |
|---|---|
void |
createInterface(java.io.Reader introspectdata)
Output the interface for the supplied xml reader
|
static void |
main(java.lang.String[] args) |
static void |
version() |
public CreateInterface(CreateInterface.PrintStreamFactory factory, boolean builtin)
public static void version()
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exceptionpublic void createInterface(java.io.Reader introspectdata)
throws javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException,
java.io.IOException,
DBusException
introspectdata - The introspect data readerjavax.xml.parsers.ParserConfigurationException - If the xml parser could not be configuredorg.xml.sax.SAXException - If a problem occurs reading the xml datajava.io.IOException - If an IO error occursDBusException - If the dbus related error occurs