edu.internet2.middleware.grouper.xml.importXml
Class XmlImportGsh
java.lang.Object
edu.internet2.middleware.grouper.xml.importXml.XmlImportGsh
public class XmlImportGsh
- extends java.lang.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 Stem
s, Group
s and
Membership
s, etc (all data)
- Since:
- 1.0
- Version:
- $Id: XmlImporter.java,v 1.24 2009-11-11 16:48:11 mchyzer Exp $
- Author:
- Chris Hyzer
Method Summary |
static void |
main(java.lang.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 |
RECORD_REPORT_ARG
public static final java.lang.String RECORD_REPORT_ARG
- See Also:
- Constant Field Values
XmlImportGsh
public XmlImportGsh()
main
public static void main(java.lang.String[] args)
- Process an Xml file as the 'root' user.
- Parameters:
args
- args[0] = name of Xml file to process- Since:
- 1.1.0