cloudstack/api
Rohit Yadav d13cc7e7e4 ApiDiscoveryService: Use only as pluggable service
Remove usage and impl as adapter.
We have duplicate code that generates apiname:cmd class maps which is
unavoidable right now as:

- Plugin should not depend on ApiServer or any other component
- cloud-utils cannot depend on cloud-api for the APICommand annotation
- Use java reflect to create a static method in cloud-utils that does the job
  would be unsafe.

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-01-09 17:25:29 -08:00
..
src ApiDiscoveryService: Use only as pluggable service 2013-01-09 17:25:29 -08:00
test CLOUDSTACK-212: Move api/test pkg to org.apache.cloudstack 2013-01-05 15:53:59 -08:00
pom.xml Unit test additions (and some minor command class changes to support testing) 2012-11-20 12:21:54 -05:00