summaryrefslogtreecommitdiffstats
path: root/java/examples/guestfs-java.pod
Commit message (Collapse)AuthorAgeFilesLines
* man pages: Ensure consistent copyright/author sections, remove licenseRichard W.M. Jones2012-08-301-18/+1
| | | | | | | | | | | | section. Ensure each man page contains consistent COPYRIGHT and AUTHOR sections. Remove the LICENSE section. We will add that back in podwrapper in a later commit. (cherry picked from commit f1d98bbc79496947210ee0305f80440ed8557ec1)
* java: Generate overloaded non-optargs method for each optargs method.Richard W.M. Jones2012-08-051-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); } (cherry picked from commit 0da2dbef26a9efddbc1f4cd6cbe796b3b5f98d13)
* 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