summaryrefslogtreecommitdiffstats
path: root/java/examples/guestfs-java.pod
Commit message (Collapse)AuthorAgeFilesLines
* generator: Rename 'add_drive_opts' API to 'add_drive'.Richard W.M. Jones2012-07-141-1/+1
| | | | | | By using the once_had_no_optargs flag, this change is backwards compatible for callers (except Haskell, PHP and GObject as discussed in earlier commit).
* java: Generate overloaded non-optargs method for each optargs method.Richard W.M. Jones2012-07-131-1/+1
| | | | | | | | | | | | | | 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); }
* Add Erlang bindings.Richard W.M. Jones2011-09-211-0/+1
|
* java: Add guestfs-java(3) man page.Richard W.M. Jones2011-07-191-0/+80