[bs-135] Plugin model for spring commands

* Added CommandFactory and a ServiceLoader model for providing
implementations
* Added ScriptCommand (wrapping groovy script). Service providers
are recommended to implement OptionHandler in their script, but a
regulare Script or a Runnable will also work.

[#50427095]
This commit is contained in:
Dave Syer
2013-05-28 09:44:36 +01:00
parent 51e6c8c8b6
commit d950d15f9b
21 changed files with 836 additions and 400 deletions

View File

@@ -0,0 +1 @@
org.springframework.bootstrap.cli.command.DefaultCommandFactory