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

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

public class xmlFromURL
extends Object

Import Groups Registry from XML URL.

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

Constructor Summary
xmlFromURL()
           
 
Method Summary
static boolean invoke(bsh.Interpreter i, bsh.CallStack stack, URL url)
          Import Groups Registry from XML URL.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

xmlFromURL

public xmlFromURL()
Method Detail

invoke

public static boolean invoke(bsh.Interpreter i,
                             bsh.CallStack stack,
                             URL url)
                      throws GrouperShellException
Import Groups Registry from XML URL.

Parameters:
i - BeanShell interpreter.
stack - BeanShell call stack.
url - Import XML from this URL.
Returns:
True if successful.
Throws:
GrouperShellException
Since:
0.1.0