Class xmlUpdateFromURL

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

public class xmlUpdateFromURL extends Object
Update Groups Registry from XML at URL.

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

    • xmlUpdateFromURL

      public xmlUpdateFromURL()
  • Method Details

    • invoke

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

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

      public static boolean invoke(GrouperSession grouperSession, URL url)
      Update Groups Registry from XML at URL.

      Parameters:
      grouperSession -
      url - Use the XML at this URL for updates.
      Returns:
      True if successful.