Package org.freedesktop.dbus.bin
Class CreateInterface
- java.lang.Object
-
- org.freedesktop.dbus.bin.CreateInterface
-
@Deprecated public class CreateInterface extends Object
Deprecated.please useInterfaceCodeGeneratorConverts a DBus XML file into Java interface definitions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classCreateInterface.InterfaceDefinitionDeprecated.
-
Constructor Summary
Constructors Constructor Description CreateInterface(PrintStreamFactory _factory, boolean _builtin)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidcreateInterface(Reader _introspectdata, org.freedesktop.dbus.bin.CreateInterface.Config _config)Deprecated.Output the interface for the supplied xml readerstatic voidmain(String[] args)Deprecated.static voidversion()Deprecated.
-
-
-
Field Detail
-
comment
public String comment
Deprecated.
-
-
Constructor Detail
-
CreateInterface
public CreateInterface(PrintStreamFactory _factory, boolean _builtin)
Deprecated.
-
-
Method Detail
-
version
public static void version()
Deprecated.
-
createInterface
public void createInterface(Reader _introspectdata, org.freedesktop.dbus.bin.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
-
-