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

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

public class groupGetTypes
extends Object

Get a Group's GroupType.

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

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

Constructor Detail

groupGetTypes

public groupGetTypes()
Method Detail

invoke

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

Parameters:
i - BeanShell interpreter.
stack - BeanShell call stack.
name - Name of Group.
Returns:
Set of GroupTypes.
Throws:
GrouperShellException
Since:
0.1.0