org.springframework.core
Class SpringVersion
java.lang.Object
org.springframework.core.SpringVersion
- public class SpringVersion
- extends Object
Class that exposes the Spring version. Fetches the
"Implementation-Version" manifest attribute from the jar file.
- Since:
- 1.1
- Author:
- Juergen Hoeller
Method Summary |
static String |
getVersion()
Return the full Spring version string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringVersion
public SpringVersion()
getVersion
public static String getVersion()
- Return the full Spring version string.
- See Also:
Package.getImplementationVersion()
Copyright (C) 2003-2004 The Spring Framework Project.