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

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

public class delComposite
extends Object

Delete a composite member.

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

Constructor Summary
delComposite()
           
 
Method Summary
static boolean invoke(bsh.Interpreter i, bsh.CallStack stack, String group)
          Delete a composite member.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

delComposite

public delComposite()
Method Detail

invoke

public static boolean invoke(bsh.Interpreter i,
                             bsh.CallStack stack,
                             String group)
                      throws GrouperShellException
Delete a composite member.

Parameters:
i - BeanShell interpreter.
stack - BeanShell call stack.
group - Delete Composite from Group with this name.
Returns:
True if succeeds.
Throws:
GrouperShellException
Since:
0.0.1