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

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

public class typeDel
extends Object

Delete a GroupType.

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

Constructor Summary
typeDel()
           
 
Method Summary
static boolean invoke(bsh.Interpreter i, bsh.CallStack stack, 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

typeDel

public typeDel()
Method Detail

invoke

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

Parameters:
i - BeanShell interpreter.
stack - BeanShell call stack.
name - Delete this GroupType.
Returns:
True if GroupType was deleted.
Throws:
GrouperShellException
Since:
0.1.0