Class delGroup
java.lang.Object
edu.internet2.middleware.grouper.app.gsh.delGroup
Delete a group.
- Since:
- 0.0.1
- Version:
- $Id: delGroup.java,v 1.3 2009-03-15 06:37:23 mchyzer Exp $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanDelete a stem.static booleaninvoke(GrouperSession grouperSession, String name) Delete a stem.
-
Constructor Details
-
delGroup
public delGroup()
-
-
Method Details
-
invoke
public static boolean invoke(bsh.Interpreter i, bsh.CallStack stack, String name) throws GrouperShellException Delete a stem.- Parameters:
i- BeanShell interpreter.stack- BeanShell call stack.name- name ofGroupto delete.- Returns:
- True if
Groupdeleted. - Throws:
GrouperShellException- Since:
- 0.0.1
-
invoke
Delete a stem.
-