]> git.mxchange.org Git - jbonuscard-lib.git/commit
Initial commit
authorRoland Haeder <roland@mxchange.org>
Wed, 15 Jul 2015 06:31:34 +0000 (08:31 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 15 Jul 2015 06:31:34 +0000 (08:31 +0200)
commitc3a6502c11c40b41c5c20988dd7344526d583b14
tree9824e5de3e1722195ec3341330a415e24a930ecc
Initial commit
Signed-off-by:Roland Häder <roland@mxchange.org>
27 files changed:
Addressbook/build.xml [new file with mode: 0644]
Addressbook/src/log4j2.xml [new file with mode: 0644]
Addressbook/src/org/mxchange/addressbook/BaseFrameworkSystem.java [new file with mode: 0644]
Addressbook/src/org/mxchange/addressbook/FrameworkInterface.java [new file with mode: 0644]
Addressbook/src/org/mxchange/addressbook/application/AddressbookApplication.java [new file with mode: 0644]
Addressbook/src/org/mxchange/addressbook/application/Application.java [new file with mode: 0644]
Addressbook/src/org/mxchange/addressbook/client/BaseClient.java [new file with mode: 0644]
Addressbook/src/org/mxchange/addressbook/client/Client.java [new file with mode: 0644]
Addressbook/src/org/mxchange/addressbook/client/console/ConsoleClient.java [new file with mode: 0644]
Addressbook/src/org/mxchange/addressbook/contact/BaseContact.java [new file with mode: 0644]
Addressbook/src/org/mxchange/addressbook/contact/Contact.java [new file with mode: 0644]
Addressbook/src/org/mxchange/addressbook/contact/book/BookContact.java [new file with mode: 0644]
Addressbook/src/org/mxchange/addressbook/contact/user/UserContact.java [new file with mode: 0644]
Addressbook/src/org/mxchange/addressbook/manager/BaseManager.java [new file with mode: 0644]
Addressbook/src/org/mxchange/addressbook/manager/Manageable.java [new file with mode: 0644]
Addressbook/src/org/mxchange/addressbook/manager/application/ApplicationManager.java [new file with mode: 0644]
Addressbook/src/org/mxchange/addressbook/manager/application/ManageableApplication.java [new file with mode: 0644]
Addressbook/src/org/mxchange/addressbook/manager/contact/ContactManager.java [new file with mode: 0644]
Addressbook/src/org/mxchange/addressbook/manager/contact/ManageableContact.java [new file with mode: 0644]
Addressbook/src/org/mxchange/addressbook/menu/AddressbookMenu.java [new file with mode: 0644]
Addressbook/src/org/mxchange/addressbook/menu/Menu.java [new file with mode: 0644]
Addressbook/src/org/mxchange/addressbook/menu/MenuTools.java [new file with mode: 0644]
Addressbook/src/org/mxchange/addressbook/menu/console/BaseMenu.java [new file with mode: 0644]
Addressbook/src/org/mxchange/addressbook/menu/console/ConsoleMenu.java [new file with mode: 0644]
Addressbook/src/org/mxchange/addressbook/menu/item/BaseMenuItem.java [new file with mode: 0644]
Addressbook/src/org/mxchange/addressbook/menu/item/SelectableMenuItem.java [new file with mode: 0644]
Addressbook/src/org/mxchange/addressbook/menu/item/console/ConsoleMenuItem.java [new file with mode: 0644]