/java7-fs-box

Primary LanguageJavaOtherNOASSERTION

Read me first

This project is licensed under both LGPLv3 and ASL 2.0. See file LICENSE for more details.

What this is

This is an implementation of a Java 7 FileSystem over Box.com. This implementation is based on java7-fs-base.

Note that it does not make use of the Android SDK (see here but of the new API.

Status

In active development.

The basic I/O operations work: you can download and upload files, create and delete entries, and a few other things.

The status is as of yet unclear and highly tied to java7-fs-base, so please refer to this project for more details.

Building

Right now, this project uses the latest HEAD of java7-fs-base. You therefore need to clone it (see link above), then build and install it in your local maven repo using:

# Replace ./gradlew with gradlew.bat if you run Windows
./gradlew clean test install

Then clone this project.