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

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

public class groupAddType
extends Object

Add a GroupType to a Group.

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

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

Constructor Detail

groupAddType

public groupAddType()
Method Detail

invoke

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

Parameters:
i - BeanShell interpreter.
stack - BeanShell call stack.
name - Name of Group.
type - Name of GroupType.
Returns:
True if GroupType added to Group.
Throws:
GrouperShellException
Since:
0.1.0