org.springframework.shell.commands
Class VersionCommands

java.lang.Object
  extended by org.springframework.shell.commands.VersionCommands
All Implemented Interfaces:
Aware, ApplicationContextAware, CommandMarker

@Component
public class VersionCommands
extends Object
implements CommandMarker, ApplicationContextAware

Essential built-in shell commands.


Constructor Summary
VersionCommands()
           
 
Method Summary
 void setApplicationContext(ApplicationContext applicationContext)
           
 String version()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionCommands

public VersionCommands()
Method Detail

version

public String version()

setApplicationContext

public void setApplicationContext(ApplicationContext applicationContext)
                           throws BeansException
Specified by:
setApplicationContext in interface ApplicationContextAware
Throws:
BeansException