.TH "DBUS-JAVA" "1" .SH "NAME" CreateInterface \(em Create a Java Interface definition from DBus introspection data. .SH "SYNOPSIS" .PP \fBCreateInterface\fR [\fB\fIintrospection.xml\fR\fP] [\fB\fIbusname\fR \fIobjectname\fR\fP] [\fB-y \fP] [\fB\-\-system \fP] [\fB-s \fP] [\fB\-\-session \fP] [\fB-f \fP] [\fB\-\-create-files \fP] [\fB-h \fP] [\fB\-\-help\fP] .SH "DESCRIPTION" .PP This manual page documents briefly the \fBCreateInterface\fR command. .PP \fBCreateInterface\fR takes DBus introspection data, either as an XML file or by calling the Introspect() method on the Bus, and converts it into a Java interface file. This is either written to the standard output or to the correct file structure for the Java packages. .SH "OPTIONS" .PP These programs follow the usual GNU command line syntax, with long options starting with two dashes (`\-'). A summary of options is included below. .IP "\fB-s\fP \fB\-\-session\fP " 10 Use the Session Bus to query introspection data (This is the Default) .IP "\fB-y\fP \fB\-\-system\fP " 10 Use the System Bus to query introspection data (Default is Session) .IP "\fB-f\fP \fB\-\-create-files\fP " 10 Writes introspection data into files rather than to stdout. .IP " \fB\-\-no-ignore-builtin\fP " 10 Do not ignore builtin (org.freedesktop.DBus) interfaces while parsing introspection data .IP "\fB-h\fP \fB\-\-help\fP " 10 Show summary of options. .SH "AUTHOR" .PP This manual page was written by Matthew Johnson . Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Lesser General Public License, Version 2 as published by the Free Software Foundation. .PP On Debian systems, the complete text of the GNU Lesser General Public License can be found in /usr/share/common-licenses/LGPL-2. .\" created by instant / docbook-to-man