java plugin: Implemented oconfig types in Java.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 18 Feb 2009 15:43:26 +0000 (16:43 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 18 Feb 2009 15:43:26 +0000 (16:43 +0100)
commitd2f971b93c68b110c80be151eb6c5e65bd6d189c
tree20879679411fd4926345513609b902e4bd14678c
parentaede1532622a544e16fbb3fbd1a096230f047745
java plugin: Implemented oconfig types in Java.

The CollectdAPI class has been moved to the `org.collectd.api'
namespace, too, so that this stuff is together..
bindings/java/org/collectd/api/CollectdAPI.java [new file with mode: 0644]
bindings/java/org/collectd/api/OConfigItem.java [new file with mode: 0644]
bindings/java/org/collectd/api/OConfigValue.java [new file with mode: 0644]
bindings/java/org/collectd/java/CollectdAPI.java [deleted file]
src/java.c