LMS-103
First version of file system based storage (without symbolic links) implemented and tested SVN: 2133
Showing
- bds/.classpath 10 additions, 9 deletionsbds/.classpath
- bds/resource/dependency-structure.ddf 18 additions, 2 deletionsbds/resource/dependency-structure.ddf
- bds/source/java/ch/systemsx/cisd/bds/ExperimentIdentifier.java 3 additions, 3 deletions...ource/java/ch/systemsx/cisd/bds/ExperimentIdentifier.java
- bds/source/java/ch/systemsx/cisd/bds/ProcessingType.java 1 addition, 1 deletionbds/source/java/ch/systemsx/cisd/bds/ProcessingType.java
- bds/source/java/ch/systemsx/cisd/bds/Utilities.java 8 additions, 3 deletionsbds/source/java/ch/systemsx/cisd/bds/Utilities.java
- bds/source/java/ch/systemsx/cisd/bds/Version.java 1 addition, 1 deletionbds/source/java/ch/systemsx/cisd/bds/Version.java
- bds/source/java/ch/systemsx/cisd/bds/storage/IDirectory.java 2 additions, 2 deletionsbds/source/java/ch/systemsx/cisd/bds/storage/IDirectory.java
- bds/source/java/ch/systemsx/cisd/bds/storage/IFile.java 8 additions, 3 deletionsbds/source/java/ch/systemsx/cisd/bds/storage/IFile.java
- bds/source/java/ch/systemsx/cisd/bds/storage/filesystem/AbstractNode.java 1 addition, 0 deletions...ch/systemsx/cisd/bds/storage/filesystem/AbstractNode.java
- bds/source/java/ch/systemsx/cisd/bds/storage/filesystem/Directory.java 15 additions, 18 deletions...va/ch/systemsx/cisd/bds/storage/filesystem/Directory.java
- bds/source/java/ch/systemsx/cisd/bds/storage/filesystem/File.java 28 additions, 6 deletions...ce/java/ch/systemsx/cisd/bds/storage/filesystem/File.java
- bds/source/java/ch/systemsx/cisd/bds/storage/filesystem/NodeFactory.java 3 additions, 4 deletions.../ch/systemsx/cisd/bds/storage/filesystem/NodeFactory.java
- bds/sourceTest/java/ch/systemsx/cisd/bds/.gitignore 0 additions, 0 deletionsbds/sourceTest/java/ch/systemsx/cisd/bds/.gitignore
- bds/sourceTest/java/ch/systemsx/cisd/bds/storage/filesystem/DirectoryTest.java 144 additions, 0 deletions...h/systemsx/cisd/bds/storage/filesystem/DirectoryTest.java
- bds/sourceTest/java/ch/systemsx/cisd/bds/storage/filesystem/FileStorageTest.java 7 additions, 10 deletions...systemsx/cisd/bds/storage/filesystem/FileStorageTest.java
- bds/sourceTest/java/ch/systemsx/cisd/bds/storage/filesystem/FileTest.java 55 additions, 0 deletions...ava/ch/systemsx/cisd/bds/storage/filesystem/FileTest.java
- bds/sourceTest/java/ch/systemsx/cisd/bds/storage/filesystem/NodeFactoryTest.java 55 additions, 0 deletions...systemsx/cisd/bds/storage/filesystem/NodeFactoryTest.java
- bds/sourceTest/java/ch/systemsx/cisd/bds/storage/filesystem/StorageTestCase.java 10 additions, 9 deletions...systemsx/cisd/bds/storage/filesystem/StorageTestCase.java
Please register or sign in to comment