DOC

org.dasein : dasein-cloud-mock

Maven & Gradle

Jan 23, 2013
1 stars

dasein-cloud-mock · Mock implementation of the Dasein Cloud API for use in executing unit tests of code without the need to talk to an actual cloud.

Table Of Contents

Latest Version

Download org.dasein : dasein-cloud-mock Javadoc & API Documentation - Latest Versions:

All Versions

Download org.dasein : dasein-cloud-mock Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2013.02
2012.09

How to open Javadoc JAR file in web browser

  1. Rename the file dasein-cloud-mock-2013.02-javadoc.jar to dasein-cloud-mock-2013.02-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder dasein-cloud-mock-2013.02-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 "dasein-cloud-mock-2013.02-sources.jar" -d "dasein-cloud-mock-2013.02-javadoc" -subpackages 

Advertisement