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

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

public class setGroupAttr
extends Object

Set Group attribute value.

Since:
0.0.1
Version:
$Id: setGroupAttr.java,v 1.4 2009-03-24 17:12:09 mchyzer Exp $
Author:
blair christensen.

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

Constructor Detail

setGroupAttr

public setGroupAttr()
Method Detail

invoke

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

Parameters:
i - BeanShell interpreter.
stack - BeanShell call stack.
name - name of Group to retrieve attribute on.
attr - Name of attribute to set.
val - New attribute value.
Returns:
True if attribute set to new value.
Throws:
GrouperShellException
Since:
0.0.1