]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
java: add Java and C++ source files
authorNoah Watkins <noahwatkins@gmail.com>
Sat, 1 Sep 2012 17:26:41 +0000 (10:26 -0700)
committerNoah Watkins <noahwatkins@gmail.com>
Fri, 19 Oct 2012 16:59:10 +0000 (09:59 -0700)
commit350433530fb13f219ed528f0327429d17c38de47
treef5613182e9ec81d1bcbe3f229e24be8c3f592849
parentd2f0f895e45d5d338e0ab17610dc0bd35cd4f234
java: add Java and C++ source files

This adds all of the Java and C++ source files that make up the
libcephfs Java wrappers package.

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
13 files changed:
src/common/config_opts.h
src/java/README [new file with mode: 0644]
src/java/build.xml [new file with mode: 0644]
src/java/java/com/ceph/fs/CephException.java [new file with mode: 0644]
src/java/java/com/ceph/fs/CephMount.java [new file with mode: 0644]
src/java/java/com/ceph/fs/CephNativeLoader.java [new file with mode: 0644]
src/java/java/com/ceph/fs/CephNotMountedException.java [new file with mode: 0644]
src/java/java/com/ceph/fs/CephStat.java [new file with mode: 0644]
src/java/java/com/ceph/fs/CephStatVFS.java [new file with mode: 0644]
src/java/native/libcephfs_jni.cc [new file with mode: 0644]
src/java/test/CephMountCreateTest.java [new file with mode: 0644]
src/java/test/CephMountTest.java [new file with mode: 0644]
src/java/test/CephUnmountedTest.java [new file with mode: 0644]