mirror of
https://github.com/apache/jclouds.git
synced 2025-02-21 01:34:48 +00:00
Removed with: mvn checkstyle:checkstyle --quiet -Dcheckstyle.output.file=/dev/stdout -Dcheckstyle.output.format=plain | tac | while read i; do echo $i | sed -n 's/\([^:]*\):\([^:]*\):.*/sed -i \2d \1/p' | bash; done
# # The jclouds API for Rackspace's Cloud Server (http://www.rackspacecloud.com/cloud_hosting_products/servers/). # # TODO: Implementation status. # TODO: Supported features. # TODO: Usage example.