Class getStemAttr
java.lang.Object
edu.internet2.middleware.grouper.app.gsh.getStemAttr
Get
Stem attribute value.
- Since:
- 0.0.1
- Version:
- $Id: getStemAttr.java,v 1.4 2009-03-15 06:37:23 mchyzer Exp $
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
getStemAttr
public getStemAttr()
-
-
Method Details
-
invoke
public static Object invoke(bsh.Interpreter i, bsh.CallStack stack, String name, String attr) throws GrouperShellException GetStemattribute value.- Parameters:
i- BeanShell interpreter.stack- BeanShell call stack.name- name ofStemto retrieve attribute on.attr- Name of attribute to retrieve.- Returns:
- Value of attribute.
- Throws:
GrouperShellException- Since:
- 0.0.1
-
invoke
GetStemattribute value.- Parameters:
grouperSession-name- name ofStemto retrieve attribute on.attr- Name of attribute to retrieve.- Returns:
- Value of attribute.
- Throws:
GrouperShellException- Since:
- 0.0.1
-