This closes #258 CLI improvements
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/efb9edbc Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/efb9edbc Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/efb9edbc Branch: refs/heads/master Commit: efb9edbc665cb8792e7e75b136ee83690772c322 Parents: 73c5f2e 6cb68f2 Author: jbertram <[email protected]> Authored: Wed May 13 14:53:16 2015 -0500 Committer: jbertram <[email protected]> Committed: Wed May 13 14:53:16 2015 -0500 ---------------------------------------------------------------------- .../artemis/cli/commands/Configurable.java | 48 ++++++++++++++++++-- .../activemq/artemis/cli/commands/Run.java | 12 +++++ .../cli/commands/tools/DataAbstract.java | 19 ++++++++ .../cli/commands/tools/DecodeJournal.java | 2 +- .../cli/commands/tools/EncodeJournal.java | 2 +- .../artemis/cli/commands/tools/PrintData.java | 10 +++- .../cli/commands/tools/XmlDataExporter.java | 9 +++- .../bootstrap/ActiveMQBootstrapBundle.java | 5 +- .../bootstrap/ActiveMQBootstrapLogger.java | 8 ++++ 9 files changed, 104 insertions(+), 11 deletions(-) ----------------------------------------------------------------------
