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

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

public class getSources
extends java.lang.Object

Find all Subject sources.

Since:
0.0.1
Version:
$Id: getSources.java,v 1.2 2008-09-29 03:38:28 mchyzer Exp $
Author:
blair christensen.

Constructor Summary
getSources()
           
 
Method Summary
static java.util.Set invoke(bsh.Interpreter i, bsh.CallStack stack)
          Find all Subject sources.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

getSources

public getSources()
Method Detail

invoke

public static java.util.Set invoke(bsh.Interpreter i,
                                   bsh.CallStack stack)
Find all Subject sources.

Parameters:
i - BeanShell interpreter.
stack - BeanShell call stack.
Returns:
Set of sources.
Since:
0.0.1