add history file name example

This commit is contained in:
Jarred Li
2012-04-11 06:03:03 -07:00
parent e6e201e390
commit 956d72ee28
6 changed files with 45 additions and 20 deletions

View File

@@ -67,7 +67,7 @@ public class Bootstrap {
//shell = new JLineShellComponent();
shell = ctx.getBean("shell", JLineShellComponent.class);
shell.setApplicationContext(ctx);
Map<String, CommandMarker> commands = BeanFactoryUtils.beansOfTypeIncludingAncestors(ctx,CommandMarker.class);
@@ -129,6 +129,7 @@ public class Bootstrap {
ctx = initPluginApplicationContext(annctx);
ctx.refresh();
}