SpringCmdLineOptionStore store = new SpringCmdLineOptionStore(
SPRING_OPTION_CONFIG);
Set<CmdLineOption> options = store.loadSupportedOptions();
SpringCmdLineActionStore actionStore = new SpringCmdLineActionStore(
SPRING_ACTION_CONFIG);
Set<CmdLineAction> actions = actionStore.loadSupportedActions();
// Load PrintHelloWorldAction
PrintMessageAction printHelloWorldAction = (PrintMessageAction) findAction(
"PrintMessageAction", actions);
AdvancedCmdLineOption printHelloWorldOption = (AdvancedCmdLineOption) getOptionByName(