Class xmlFromString

java.lang.Object
edu.internet2.middleware.grouper.app.gsh.xmlFromString

public class xmlFromString extends Object
Import Groups Registry from XML string.

Since:
0.1.0
Version:
$Id: xmlFromString.java,v 1.2 2008-09-29 03:38:28 mchyzer Exp $
  • Constructor Details

    • xmlFromString

      public xmlFromString()
  • Method Details

    • invoke

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

      Parameters:
      i - BeanShell interpreter.
      stack - BeanShell call stack.
      xml - Import XML from this String.
      Returns:
      True if successful.
      Throws:
      GrouperShellException
      Since:
      0.1.0
    • invoke

      public static boolean invoke(GrouperSession grouperSession, String xml)
      Import Groups Registry from XML string.

      Parameters:
      grouperSession -
      xml - Import XML from this String.
      Returns:
      True if successful.