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

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

public class xmlToString
extends Object

Export Groups Registry to XML string.

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

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

Constructor Detail

xmlToString

public xmlToString()
Method Detail

invoke

public static String invoke(bsh.Interpreter i,
                            bsh.CallStack stack)
                     throws GrouperShellException
Export Groups Registry to XML String.

Parameters:
i - BeanShell interpreter.
stack - BeanShell call stack.
Returns:
XML string.
Throws:
GrouperShellException
Since:
0.1.0