Package org.freedesktop.dbus.utils.bin
Class CreateInterface
java.lang.Object
org.freedesktop.dbus.utils.bin.CreateInterface
Deprecated.
Converts a DBus XML file into Java interface definitions.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Deprecated.class
Deprecated. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
createInterface
(Reader _introspectdata, CreateInterface.Config _config) Deprecated.Output the interface for the supplied xml readerstatic void
Deprecated.static void
version()
Deprecated.
-
Field Details
-
comment
Deprecated.
-
-
Constructor Details
-
CreateInterface
Deprecated.
-
-
Method Details
-
version
public static void version()Deprecated. -
main
Deprecated.- Throws:
Exception
-
createInterface
public void createInterface(Reader _introspectdata, CreateInterface.Config _config) throws ParserConfigurationException, SAXException, IOException, DBusException Deprecated.Output the interface for the supplied xml reader- Parameters:
_introspectdata
- The introspect data reader_config
- config- Throws:
ParserConfigurationException
- If the xml parser could not be configuredSAXException
- If a problem occurs reading the xml dataIOException
- If an IO error occursDBusException
- If the dbus related error occurs
-
InterfaceCodeGenerator