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

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

public class addStem
extends Object

Add stem.

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

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

Constructor Detail

addStem

public addStem()
Method Detail

invoke

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

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