Class xmlUpdateFromFile

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

public class xmlUpdateFromFile extends Object
Update Groups Registry from XML file.

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

    • xmlUpdateFromFile

      public xmlUpdateFromFile()
  • Method Details

    • invoke

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

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

      public static boolean invoke(GrouperSession grouperSession, String file)
      Update Groups Registry from XML file.

      Parameters:
      grouperSession -
      file - Use this XML in this file for updates.
      Returns:
      True if successful.