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

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

public class xmlUpdateFromString
extends Object

Update Groups Registry from XML in String.

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

Constructor Summary
xmlUpdateFromString()
           
 
Method Summary
static boolean invoke(bsh.Interpreter i, bsh.CallStack stack, String xml)
          Update Groups Registry from XML in String.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

xmlUpdateFromString

public xmlUpdateFromString()
Method Detail

invoke

public static boolean invoke(bsh.Interpreter i,
                             bsh.CallStack stack,
                             String xml)
                      throws GrouperShellException
Update Groups Registry from XML in String.

Parameters:
i - BeanShell interpreter.
stack - BeanShell call stack.
xml - Use this XML in this String for updates.
Returns:
True if successful.
Throws:
GrouperShellException
Since:
0.1.0