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

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

public class addComposite
extends Object

Add a composite member.

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

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

Constructor Detail

addComposite

public addComposite()
Method Detail

invoke

public static boolean invoke(bsh.Interpreter i,
                             bsh.CallStack stack,
                             String group,
                             CompositeType type,
                             String left,
                             String right)
                      throws GrouperShellException
Add a composite member.

Parameters:
i - BeanShell interpreter.
stack - BeanShell call stack.
group - Add Composite to Group with this name.
type - CompositeType.
left - Left factor Group.
right - Right factor Group.
Returns:
True if succeeds.
Throws:
GrouperShellException
Since:
0.0.1