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

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

public class typeDelField
extends Object

Delete a Field from a GroupType.

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

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

Constructor Detail

typeDelField

public typeDelField()
Method Detail

invoke

public static boolean invoke(bsh.Interpreter i,
                             bsh.CallStack stack,
                             String type,
                             String name)
                      throws GrouperShellException
Delete a Field from a GroupType.

Parameters:
i - BeanShell interpreter.
stack - BeanShell call stack.
type - Add to this GroupType.
name - Name of Field to delete.
Returns:
True if Field was deleted.
Throws:
GrouperShellException
Since:
0.1.0