]> git.mxchange.org Git - jcore.git/commit
Continued with jcore: (refacturing)
authorRoland Haeder <roland@mxchange.org>
Fri, 14 Aug 2015 18:28:50 +0000 (20:28 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 14 Aug 2015 18:28:50 +0000 (20:28 +0200)
commit7f5757b4f1cdcc3fe44e1bce4c6d6a788fca8ab0
treecd35e7dea02c6a0d96d1589ea00dcf02e5ff7fc5
parent8ae34ed7cbb5903ff9766eec089cd28a6bcc96d4
Continued with jcore: (refacturing)
- Added Apache commons jar
- Added missing license files
- getValueFromColumn() and setValueFromColumn() are now moved to Storeable (that they are in BaseFrameworkSystem and then needs to be overwritten again was bad OOP-ed style anyway).
- Also for this work, the type-hint for (mostly) instance must be changed to Storeable
- Added new exception CorruptedDatabaseFileException. This is thrown when the file is damaged
- Removed CorruptedDatabaseFileException() as StoreableCsv is now removed, too
-
Signed-off-by:Roland Häder <roland@mxchange.org>
15 files changed:
lib/commons-codec-1.10.jar [new file with mode: 0644]
lib/commons-codec-LICENSE.txt [new file with mode: 0644]
lib/log4j-LICENSE.txt [new file with mode: 0644]
nbproject/project.properties
src/org/mxchange/jcore/BaseFrameworkSystem.java
src/org/mxchange/jcore/FrameworkInterface.java
src/org/mxchange/jcore/contact/BaseContact.java
src/org/mxchange/jcore/contact/Contact.java
src/org/mxchange/jcore/database/backend/DatabaseBackend.java
src/org/mxchange/jcore/database/backend/base64/Base64CsvDatabaseBackend.java
src/org/mxchange/jcore/database/frontend/BaseDatabaseFrontend.java
src/org/mxchange/jcore/database/frontend/DatabaseFrontend.java
src/org/mxchange/jcore/database/storage/Storeable.java
src/org/mxchange/jcore/database/storage/csv/StoreableCsv.java [deleted file]
src/org/mxchange/jcore/exceptions/CorruptedDatabaseFileException.java [new file with mode: 0644]