summaryrefslogtreecommitdiffstats
path: root/python/examples/inspect_vm.py
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-07-13 13:59:00 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-07-13 14:02:43 +0100
commit0da2dbef26a9efddbc1f4cd6cbe796b3b5f98d13 (patch)
treed78609c666560803df1d69e95842594c9d0197ef /python/examples/inspect_vm.py
parent60805c92179bc193be2d125504b12d285ff7c74b (diff)
downloadlibguestfs-0da2dbef26a9efddbc1f4cd6cbe796b3b5f98d13.tar.gz
libguestfs-0da2dbef26a9efddbc1f4cd6cbe796b3b5f98d13.tar.xz
libguestfs-0da2dbef26a9efddbc1f4cd6cbe796b3b5f98d13.zip
java: Generate overloaded non-optargs method for each optargs method.
For example the existing method: public void mkfs_opts (String fstype, String device, Map<..> optargs); is now accompanied by this overloaded method which is a simple wrapper: public void mkfs_opts (String fstype, String device) throws LibGuestFSException { mkfs_opts (fstype, device, null); }
Diffstat (limited to 'python/examples/inspect_vm.py')
0 files changed, 0 insertions, 0 deletions