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

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

public class getGroupAttr
extends Object

Get Group attribute value.

Since:
0.0.1
Version:
$Id: getGroupAttr.java,v 1.6 2009-04-14 07:41:24 mchyzer Exp $
Author:
blair christensen.

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

Constructor Detail

getGroupAttr

public getGroupAttr()
Method Detail

invoke

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

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