Class typeDelField
java.lang.Object
edu.internet2.middleware.grouper.app.gsh.typeDelField
- Since:
- 0.1.0
- Version:
- $Id: typeDelField.java,v 1.3 2009-03-15 06:37:23 mchyzer Exp $
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
typeDelField
public typeDelField()
-
-
Method Details
-
invoke
public static boolean invoke(bsh.Interpreter i, bsh.CallStack stack, String type, String name) throws GrouperShellException - Parameters:
i- BeanShell interpreter.stack- BeanShell call stack.type- Add to thisGroupType.name- Name ofFieldto delete.- Returns:
- True if
Fieldwas deleted. - Throws:
GrouperShellException- Since:
- 0.1.0
-
invoke
-