edu.internet2.middleware.grouper.app.gsh
Class getStemAttr

java.lang.Object
  extended by edu.internet2.middleware.grouper.app.gsh.getStemAttr

public class getStemAttr
extends Object

Get Stem attribute value.

Since:
0.0.1
Version:
$Id: getStemAttr.java,v 1.4 2009-03-15 06:37:23 mchyzer Exp $
Author:
blair christensen.

Constructor Summary
getStemAttr()
           
 
Method Summary
static Object invoke(bsh.Interpreter i, bsh.CallStack stack, String name, String attr)
          Get Stem attribute value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

getStemAttr

public getStemAttr()
Method Detail

invoke

public static Object invoke(bsh.Interpreter i,
                            bsh.CallStack stack,
                            String name,
                            String attr)
                     throws GrouperShellException
Get Stem attribute value.

Parameters:
i - BeanShell interpreter.
stack - BeanShell call stack.
name - name of Stem to retrieve attribute on.
attr - Name of attribute to retrieve.
Returns:
Value of attribute.
Throws:
GrouperShellException
Since:
0.0.1