]> git.mxchange.org Git - jcore-utils.git/commit
Continued with refacturing:
authorRoland Haeder <roland@mxchange.org>
Fri, 11 Sep 2015 13:36:56 +0000 (15:36 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 11 Sep 2015 13:36:56 +0000 (15:36 +0200)
commitac1a55001415a650cef270e375f3c119f47c6b4e
tree5a601e4c13619344500adad00cf4d3b42a2ba361
parent6f11c595605f9c65ebffcbea249c346a162fe321
Continued with refacturing:
- added new validator for longs and amounts
- updated jars
Signed-off-by:Roland Häder <roland@mxchange.org>
lib/jcore-ee-logger.jar
lib/jcore.jar
src/org/mxchange/jcoreee/BaseEeSystem.java
src/org/mxchange/jcoreee/beans/BaseFrameworkBean.java
src/org/mxchange/jcoreee/validator/BaseObjectValidator.java
src/org/mxchange/jcoreee/validator/bool/BaseBooleanValidator.java
src/org/mxchange/jcoreee/validator/number/BaseLongValidator.java [new file with mode: 0644]
src/org/mxchange/jcoreee/validator/number/item_amount/ItemAmountValidator.java [new file with mode: 0644]
src/org/mxchange/jcoreee/validator/string/BaseStringValidator.java