-
Type:
New Feature
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0-M2
-
Fix Version/s: 3.0-beta3
-
Component/s: None
-
Labels:None
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.