java plugin: Add support for `target' callbacks.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 24 Feb 2009 09:11:56 +0000 (10:11 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 24 Feb 2009 09:16:47 +0000 (10:16 +0100)
commit0300aefaeb9bac0a771cce6d11fa1f4c637e49d2
tree1b58939c7f37356214aaa2df3b93e621c66cadaf
parent45aa6a65c24e38c0a3fa3880a300fbb02db50486
java plugin: Add support for `target' callbacks.

With the ``do everything while in the configuration phase'' issues all
sorted out, this was actually kinda easy.

Matches and targets share a lot of code, so that the patch actually isn't
all that large..

Now, the Java plugin is feature-complete \o/
bindings/java/org/collectd/api/Collectd.java
bindings/java/org/collectd/api/CollectdTargetFactoryInterface.java [new file with mode: 0644]
bindings/java/org/collectd/api/CollectdTargetInterface.java [new file with mode: 0644]
src/java.c