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

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

public class usduBySource
extends Object

usdu by a specific source

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

Constructor Summary
usduBySource()
           
 
Method Summary
static String invoke(bsh.Interpreter interpreter, bsh.CallStack stack, String sourceName)
          usdu by source

static String invoke(bsh.Interpreter interpreter, bsh.CallStack stack, String sourceName, int options)
          usdu by source

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

Constructor Detail

usduBySource

public usduBySource()
Method Detail

invoke

public static String invoke(bsh.Interpreter interpreter,
                            bsh.CallStack stack,
                            String sourceName)
usdu by source

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

invoke

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

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