public class InterfaceCodeGenerator extends Object
| Constructor and Description |
|---|
InterfaceCodeGenerator(String _introspectionData,
String _objectPath,
String _busName) |
| Modifier and Type | Method and Description |
|---|---|
Map<File,String> |
analyze(boolean _ignoreDtd)
Analyze the DBus interface given in constructor by parsing the introspection data.
|
static void |
main(String[] args) |
public Map<File,String> analyze(boolean _ignoreDtd) throws Exception
_ignoreDtd - true to disable dtd-validation, false otherwiseException - on DBUS or IO errorspublic static void main(String[] args)
Copyright © 2019. All rights reserved.