DOC

uk.ac.open.kmi.test-collections : sws-test-collections

Maven & Gradle

Oct 07, 2014
9 usages
5 stars

SWS Test Collections · SWS Test Collections is just a convenience module capturing some of the existing SWS resources used for tests. Some resources are provided by this module while others are automatically downloaded from the Web. The result is packaged in a jar which enables it being reused in Java projects for development and testing purposes.

Table Of Contents

Latest Version

Download uk.ac.open.kmi.test-collections : sws-test-collections Javadoc & API Documentation - Latest Versions:

All Versions

Download uk.ac.open.kmi.test-collections : sws-test-collections Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

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

Advertisement