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

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

public class getGroups
extends Object

Query for groups by name.

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

Constructor Summary
getGroups()
           
 
Method Summary
static Set invoke(bsh.Interpreter i, bsh.CallStack stack, String name)
          Query for groups by name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

getGroups

public getGroups()
Method Detail

invoke

public static Set invoke(bsh.Interpreter i,
                         bsh.CallStack stack,
                         String name)
                  throws GrouperShellException
Query for groups by name.

Parameters:
i - BeanShell interpreter.
stack - BeanShell call stack.
name - Find groups with name as part of their name.
Returns:
Set of Groups.
Throws:
GrouperShellException
Since:
0.0.1