DOC

com.elastisys.scale : cloudadapters.aws.ec2

Maven & Gradle

Mar 03, 2015
3 stars

elastisys:scale :: cloudadapters :: AWS :: EC2 adapter · A cloud adapter capable of managing a scaling group of EC2 instances. This build module produces an all-in-one "server and application" executable jar file. When executed, it starts an embedded web server that publishes the cloud adapter REST API endpoint.

Table Of Contents

Latest Version

Download com.elastisys.scale : cloudadapters.aws.ec2 Javadoc & API Documentation - Latest Versions:

All Versions

Download com.elastisys.scale : cloudadapters.aws.ec2 Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.0.x
1.1.x
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file cloudadapters.aws.ec2-2.0.1-javadoc.jar to cloudadapters.aws.ec2-2.0.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder cloudadapters.aws.ec2-2.0.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "cloudadapters.aws.ec2-2.0.1-sources.jar" -d "cloudadapters.aws.ec2-2.0.1-javadoc" -subpackages 

Advertisement