Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0-M2
-
None
-
None
Description
Suggest minor refactoring to the james-server-cli project.
Create an interface for current ServerProbe class, and move existing code to a specific implementation class (ie JmxServerProbe).
Define an enumeration with valid values for command-line arguments, remove hardcoded strings from existing main class.
General cleanup.
Unit tests.
Javadoc.
I've made the changes above and will attach a diff shortly.