DOC

org.ow2.weblab.service : simple-file-repository

Maven & Gradle

Jul 09, 2010

Simple Resource Container using file system. · It's a simple file system repository. Just configure the file system folder and the component will save and load resources from files in this folder. This implementation is able to save and get resources. The limitation are that it is not assigning an new URI. It hashes the existing one to save the files. It's also not able to get or save sub resources since it uses the hash as key. In most of the application, you'd rather to use the file-repository whitch is able to do so.

Table Of Contents

Latest Version

Download org.ow2.weblab.service : simple-file-repository Javadoc & API Documentation - Latest Versions:

All Versions

Download org.ow2.weblab.service : simple-file-repository Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0

How to open Javadoc JAR file in web browser

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