diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-03-02 04:49:12 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-03-02 05:21:36 +0000 |
commit | eb54a7ede43d9275f10db6fce1472256550da0eb (patch) | |
tree | 9af30f5bdaa8010005fb8b4a7089834fb776ccb3 /java/t/GuestFS010Basic.java | |
parent | 0b2e45da609002d44cbbf689cfdee252e6806648 (diff) | |
download | libguestfs-eb54a7ede43d9275f10db6fce1472256550da0eb.tar.gz libguestfs-eb54a7ede43d9275f10db6fce1472256550da0eb.tar.xz libguestfs-eb54a7ede43d9275f10db6fce1472256550da0eb.zip |
java: Fix generated functions that return RHashtable.
Creating a HashMap directly from JNI is possible but very tedious
(see: http://java.sun.com/docs/books/jni/html/fldmeth.html#26254)
Instead we use the existing code to return hashes from JNI as plain
String[], then add some code in the Java wrapper to convert these to
HashMap<String,String>.
Diffstat (limited to 'java/t/GuestFS010Basic.java')
0 files changed, 0 insertions, 0 deletions