Class xmlToFile

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

public class xmlToFile extends Object
Export Groups Registry to XML file.

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

    • xmlToFile

      public xmlToFile()
  • Method Details

    • invoke

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

      Parameters:
      i - BeanShell interpreter.
      stack - BeanShell call stack.
      file - Export XML to file with this name.
      Returns:
      boolean
      Throws:
      GrouperShellException
      Since:
      0.1.0
    • invoke

      public static boolean invoke(GrouperSession grouperSession, String file)
      Export Groups Registry to XML file.

      Parameters:
      grouperSession -
      file - Export XML to file with this name.
      Returns:
      boolean