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

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

public class delStem
extends Object

Delete a stem.

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

Constructor Summary
delStem()
           
 
Method Summary
static boolean invoke(bsh.Interpreter i, bsh.CallStack stack, String name)
          Delete a stem.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

delStem

public delStem()
Method Detail

invoke

public static boolean invoke(bsh.Interpreter i,
                             bsh.CallStack stack,
                             String name)
                      throws GrouperShellException
Delete a stem.

Parameters:
i - BeanShell interpreter.
stack - BeanShell call stack.
name - name of Stem to delete.
Returns:
True if Stem was deleted.
Throws:
GrouperShellException
Since:
0.0.1