hypfvieh / dbus-java

Improved version of java DBus library provided by freedesktop.org (https://dbus.freedesktop.org/doc/dbus-java/)
https://hypfvieh.github.io/dbus-java/
MIT License
185 stars 73 forks source link

InterfaceCodeGenerator doesn't support using an XML instrospection file #52

Closed sshort closed 5 years ago

sshort commented 5 years ago

The deprecated CreateInterface class allows you to generate Java classes using XML introspection data as an input, so it does not need to access the DBus interface to do code generation.

The new InterfaceCodeGenerator always introspects the DBus directly and does not support using an XML introspection file.

This is important for cross-platform building.