DOC

ch.bfh.due1 : time-slot

Maven & Gradle

Dec 09, 2016
1 stars

Time Slot · This is a small Java library for dealing with time slots which are built upon Java 8's new time framework ```java.time```. Useful for the treatment of recurring events. See also: http://martinfowler.com/apsupp/recurring.pdf.

Table Of Contents

Latest Version

Download ch.bfh.due1 : time-slot Javadoc & API Documentation - Latest Versions:

All Versions

Download ch.bfh.due1 : time-slot Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.1

How to open Javadoc JAR file in web browser

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

Advertisement