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

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

public class addRootStem
extends Object

Add stem.

Since:
0.0.1
Version:
$Id: addRootStem.java,v 1.2 2008-09-29 03:38:28 mchyzer Exp $
Author:
blair christensen.

Constructor Summary
addRootStem()
           
 
Method Summary
static Stem invoke(bsh.Interpreter i, bsh.CallStack stack, String extn, String displayExtn)
          Add a root stem.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

addRootStem

public addRootStem()
Method Detail

invoke

public static Stem invoke(bsh.Interpreter i,
                          bsh.CallStack stack,
                          String extn,
                          String displayExtn)
                   throws GrouperShellException
Add a root stem.

Parameters:
i - BeanShell interpreter.
stack - BeanShell call stack.
extn - extension of Stem.
displayExtn - displayExtension of Stem.
Returns:
Added Stem.
Throws:
GrouperShellException
Since:
0.0.1