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

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

public class setStemAttr
extends Object

Set Stem attribute value.

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

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

Constructor Detail

setStemAttr

public setStemAttr()
Method Detail

invoke

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

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