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

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

public class getStems
extends Object

Query for stems by name.

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

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

Constructor Detail

getStems

public getStems()
Method Detail

invoke

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

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