war

org.ow2.weblab.service : file-repository

Maven & Gradle

Dec 02, 2010

Resource Container using file system. · It's a file system repository. Just configure the file system folder and the component will save and load resources from files in this folder. When you save a resource, the component check if the resource's uri exists and if it's exists replace it, if not generate an unique uri for the repository and replace all old uris with the new one and save the resource. You can load every saved resource, and subresource.

Table Of Contents

Latest Version

Download org.ow2.weblab.service : file-repository WAR file - Latest Versions:

All Versions

Download org.ow2.weblab.service : file-repository JAR file - All Versions:

Version Vulnerabilities Size Updated
1.6
1.5
1.4

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window file-repository-1.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.ow2.weblab.repository.file.impl

├─ org.ow2.weblab.repository.file.impl.FileRepositoryService.class - [JAR]

org.ow2.weblab.repository.file

├─ org.ow2.weblab.repository.file.FileRepository.class - [JAR]

├─ org.ow2.weblab.repository.file.RepoRI.class - [JAR]