DOC

org.awake-file : awake-file

Maven & Gradle

Mar 30, 2015
1 usages

Awake FILE · Awake FILE is a secure Open Source framework that allows to program very easily file uploads/downloads and RPC through http. File transfers include powerful features like file chunking and automatic recovery mechanism. Security has been taken into account from the design: server side allows to specify strong security rules in order to protect the files and to secure the RPC calls.

Table Of Contents

Latest Version

Download org.awake-file : awake-file Javadoc & API Documentation - Latest Versions:

All Versions

Download org.awake-file : awake-file Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.0
2.0.x
1.5
1.4
1.3.x
1.3
1.2.x
1.2
1.1.x
1.1
1.0.x
1.0

How to open Javadoc JAR file in web browser

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

Advertisement