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

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

public class typeGetFields
extends Object

Find Fields belonging to a GroupType.

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

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

Constructor Detail

typeGetFields

public typeGetFields()
Method Detail

invoke

public static Set invoke(bsh.Interpreter i,
                         bsh.CallStack stack,
                         String name)
                  throws GrouperShellException
Find Fields belonging to a GroupType.

Parameters:
i - BeanShell interpreter.
stack - BeanShell call stack.
name - Find this GroupType's Fields.
Returns:
Set of Fields.
Throws:
GrouperShellException
Since:
0.1.0