edu.internet2.middleware.grouper.xml.importXml
Class XmlImportGsh

java.lang.Object
  extended by 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 $
Author:
Chris Hyzer

Field Summary
static String RECORD_REPORT_ARG
           
 
Constructor Summary
XmlImportGsh()
           
 
Method Summary
static void main(String[] args)
          Process an Xml file as the 'root' user.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RECORD_REPORT_ARG

public static final String RECORD_REPORT_ARG
See Also:
Constant Field Values
Constructor Detail

XmlImportGsh

public XmlImportGsh()
Method Detail

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