-
- Downloads
change:
- Some refactoring done. add: - 'IDataStructureHandler' interface to make 'DataStructureV1_0' more readable and better testable. - 'isValid' method to 'INode' interface. SVN: 2852
Showing
- bds/source/java/ch/systemsx/cisd/bds/AbstractDataStructure.java 60 additions, 25 deletions...urce/java/ch/systemsx/cisd/bds/AbstractDataStructure.java
- bds/source/java/ch/systemsx/cisd/bds/DataStructureV1_0.java 53 additions, 127 deletionsbds/source/java/ch/systemsx/cisd/bds/DataStructureV1_0.java
- bds/source/java/ch/systemsx/cisd/bds/IDataStructureHandler.java 45 additions, 0 deletions...urce/java/ch/systemsx/cisd/bds/IDataStructureHandler.java
- bds/source/java/ch/systemsx/cisd/bds/Reference.java 6 additions, 4 deletionsbds/source/java/ch/systemsx/cisd/bds/Reference.java
- bds/source/java/ch/systemsx/cisd/bds/ReferenceType.java 7 additions, 10 deletionsbds/source/java/ch/systemsx/cisd/bds/ReferenceType.java
- bds/source/java/ch/systemsx/cisd/bds/Utilities.java 25 additions, 3 deletionsbds/source/java/ch/systemsx/cisd/bds/Utilities.java
- bds/source/java/ch/systemsx/cisd/bds/handler/ChecksumBuilder.java 3 additions, 2 deletions...ce/java/ch/systemsx/cisd/bds/handler/ChecksumBuilder.java
- bds/source/java/ch/systemsx/cisd/bds/handler/ChecksumHandler.java 65 additions, 0 deletions...ce/java/ch/systemsx/cisd/bds/handler/ChecksumHandler.java
- bds/source/java/ch/systemsx/cisd/bds/handler/IChecksumCalculator.java 3 additions, 3 deletions...ava/ch/systemsx/cisd/bds/handler/IChecksumCalculator.java
- bds/source/java/ch/systemsx/cisd/bds/handler/MD5ChecksumCalculator.java 2 additions, 1 deletion...a/ch/systemsx/cisd/bds/handler/MD5ChecksumCalculator.java
- bds/source/java/ch/systemsx/cisd/bds/handler/MappingFileHandler.java 160 additions, 0 deletions...java/ch/systemsx/cisd/bds/handler/MappingFileHandler.java
- bds/source/java/ch/systemsx/cisd/bds/storage/IDirectory.java 3 additions, 3 deletionsbds/source/java/ch/systemsx/cisd/bds/storage/IDirectory.java
- bds/source/java/ch/systemsx/cisd/bds/storage/IFile.java 8 additions, 7 deletionsbds/source/java/ch/systemsx/cisd/bds/storage/IFile.java
- bds/source/java/ch/systemsx/cisd/bds/storage/INode.java 8 additions, 3 deletionsbds/source/java/ch/systemsx/cisd/bds/storage/INode.java
- bds/source/java/ch/systemsx/cisd/bds/storage/filesystem/AbstractNode.java 5 additions, 0 deletions...ch/systemsx/cisd/bds/storage/filesystem/AbstractNode.java
- bds/source/java/ch/systemsx/cisd/bds/storage/filesystem/Directory.java 6 additions, 0 deletions...va/ch/systemsx/cisd/bds/storage/filesystem/Directory.java
- bds/source/java/ch/systemsx/cisd/bds/storage/filesystem/File.java 14 additions, 13 deletions...ce/java/ch/systemsx/cisd/bds/storage/filesystem/File.java
- bds/source/java/ch/systemsx/cisd/bds/storage/filesystem/Link.java 38 additions, 15 deletions...ce/java/ch/systemsx/cisd/bds/storage/filesystem/Link.java
- bds/sourceTest/java/ch/systemsx/cisd/bds/DataStructureV1_0Test.java 4 additions, 3 deletions...Test/java/ch/systemsx/cisd/bds/DataStructureV1_0Test.java
- bds/sourceTest/java/ch/systemsx/cisd/bds/handler/ChecksumBuilderTest.java 3 additions, 1 deletion...ava/ch/systemsx/cisd/bds/handler/ChecksumBuilderTest.java
Loading
Please register or sign in to comment