Class version
java.lang.Object
edu.internet2.middleware.grouper.app.gsh.version
Get version information.
- Since:
- 0.0.1
- Version:
- $Id: version.java,v 1.3 2008-11-08 03:42:33 mchyzer Exp $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringinvoke(bsh.Interpreter i, bsh.CallStack stack) Get version information.static Stringinvoke(GrouperSession grouperSession) Get version information.
-
Constructor Details
-
version
public version()
-
-
Method Details
-
invoke
Get version information.- Parameters:
i- BeanShell interpreter.stack- BeanShell call stack.- Returns:
GrouperShellversion.- Since:
- 0.0.1
-
invoke
Get version information.- Parameters:
grouperSession-- Returns:
GrouperShellversion.
-