org.springframework.shell.commands
Class HelpCommands
java.lang.Object
org.springframework.shell.commands.HelpCommands
- All Implemented Interfaces:
- Aware, ApplicationContextAware, CommandMarker
@Component
public class HelpCommands
- extends Object
- implements CommandMarker, ApplicationContextAware
Provides a listing of commands known to the shell.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HelpCommands
public HelpCommands()
obtainHelp
public void obtainHelp(String buffer)
setApplicationContext
public void setApplicationContext(ApplicationContext applicationContext)
throws BeansException
- Specified by:
setApplicationContext
in interface ApplicationContextAware
- Throws:
BeansException