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

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

public class usdu
extends Object

usdu all

Since:
0.0.1
Version:
$Id: usdu.java,v 1.1 2008-09-29 03:38:28 mchyzer Exp $
Author:
Chris Hyzer

Field Summary
static int DELETE
          constant to delete unresolvable memberships
 
Constructor Summary
usdu()
           
 
Method Summary
static String invoke(bsh.Interpreter interpreter, bsh.CallStack stack)
          usdu all

static String invoke(bsh.Interpreter interpreter, bsh.CallStack stack, int options)
          usdu all

 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DELETE

public static final int DELETE
constant to delete unresolvable memberships

See Also:
Constant Field Values
Constructor Detail

usdu

public usdu()
Method Detail

invoke

public static String invoke(bsh.Interpreter interpreter,
                            bsh.CallStack stack)
usdu all

Parameters:
interpreter - BeanShell interpreter.
stack - BeanShell call stack.
Returns:
True if succeeds.
Since:
0.0.1

invoke

public static String invoke(bsh.Interpreter interpreter,
                            bsh.CallStack stack,
                            int options)
usdu all

Parameters:
interpreter - BeanShell interpreter.
stack - BeanShell call stack.
options -
Returns:
True if succeeds.
Since:
0.0.1