timabell / sqlHawk

Database management / migration tooling. Java / JDBC based.
http://timabell.github.com/sqlHawk/
GNU General Public License v3.0
8 stars 4 forks source link

refactor core code away from command line for reuse #60

Closed timabell closed 12 years ago

timabell commented 12 years ago

Core code too tied to command line. Makes unit testing, clean UI code, and reuse harder.

needed for issue #48

timabell commented 12 years ago

all command line parsing removed from config class ready for unit tests and other reuse. phew!