1DBUS-JAVA(1)                                                      DBUS-JAVA(1)
2
3
4

NAME

6       CreateInterface  -  Create a Java Interface definition from DBus intro‐
7       spection data.
8

SYNOPSIS

10       CreateInterface [introspection.xml] [busname objectname] [-y ]
11                       [--system ] [-s ] [--session ] [-f ] [--create-files ]
12                       [-h ] [--help]
13

DESCRIPTION

15       This manual page documents briefly the CreateInterface command.
16
17       CreateInterface takes DBus introspection data, either as an XML file or
18       by  calling  the Introspect() method on the Bus, and converts it into a
19       Java interface file. This is either written to the standard  output  or
20       to the correct file structure for the Java packages.
21

OPTIONS

23       These  programs follow the usual GNU command line syntax, with long op‐
24       tions starting with two dashes (`-'). A summary of options is  included
25       below.
26
27       -s --session
28              Use the Session Bus to query introspection data (This is the De‐
29              fault)
30
31       -y --system
32              Use the System Bus to query introspection data (Default is  Ses‐
33              sion)
34
35       -f --create-files
36              Writes introspection data into files rather than to stdout.
37
38       --no-ignore-builtin
39              Do  not  ignore  builtin (org.freedesktop.DBus) interfaces while
40              parsing introspection data
41
42       -h --help
43              Show summary of options.
44

AUTHOR

46       This   manual   page   was   written   by   Matthew    Johnson    <<de‐
47       bian@matthew.ath.cx>>. Permission is granted to copy, distribute and/or
48       modify this document under the terms of the GNU Lesser  General  Public
49       License, Version 2 as published by the Free Software Foundation.
50
51       On  Debian  systems, the complete text of the GNU Lesser General Public
52       License can be found in /usr/share/common-licenses/LGPL-2.
53
54
55
56                               January 10, 2006                   DBUS-JAVA(1)
Impressum