org.springframework.shell.support.util
Class VersionUtils

java.lang.Object
  extended by org.springframework.shell.support.util.VersionUtils

public class VersionUtils
extends Object


Constructor Summary
VersionUtils()
           
 
Method Summary
static String versionInfo()
          Returns the full version string of the present Spring Shell codebase, or null if it cannot be determined.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionUtils

public VersionUtils()
Method Detail

versionInfo

public static String versionInfo()
Returns the full version string of the present Spring Shell codebase, or null if it cannot be determined.

See Also:
Package.getImplementationVersion()