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

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

public class typeAdd
extends Object

Add a GroupType.

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

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

Constructor Detail

typeAdd

public typeAdd()
Method Detail

invoke

public static GroupType invoke(bsh.Interpreter i,
                               bsh.CallStack stack,
                               String name)
                        throws GrouperShellException
Add a GroupType.

Parameters:
i - BeanShell interpreter.
stack - BeanShell call stack.
name - Name of GroupType to add.
Returns:
GroupType
Throws:
GrouperShellException
Since:
0.1.0