java.lang.Object
edu.internet2.middleware.grouper.xml.importXml.XmlImportGsh

public class XmlImportGsh extends Object
Utility class for importing data in XML import into the Groups Registry.

This class reads an XML file representing all or part of a Groups Registry and updates-or-creates the equivalent Stems, Groups and Memberships, etc (all data)

Since:
1.0
Version:
$Id: XmlImporter.java,v 1.24 2009-11-11 16:48:11 mchyzer Exp $
  • Field Details

  • Constructor Details

    • XmlImportGsh

      public XmlImportGsh()
  • Method Details

    • main

      public static void main(String[] args)
      Process an Xml file as the 'root' user.

      Parameters:
      args - args[0] = name of Xml file to process
      Since:
      1.1.0