edu.internet2.middleware.grouper.xml.export
Class XmlExportGsh
java.lang.Object
edu.internet2.middleware.grouper.xml.export.XmlExportGsh
public class XmlExportGsh
- extends java.lang.Object
Utility class for exporting data in XML import from the Groups Registry.
- 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)
Export the registry as GrouperSystem
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INCLUDE_COMMENTS_ARG
public static final java.lang.String INCLUDE_COMMENTS_ARG
- See Also:
- Constant Field Values
STEMS_ARG
public static final java.lang.String STEMS_ARG
- See Also:
- Constant Field Values
OBJECT_NAMES_ARG
public static final java.lang.String OBJECT_NAMES_ARG
- See Also:
- Constant Field Values
RECORD_REPORT_ARG
public static final java.lang.String RECORD_REPORT_ARG
- See Also:
- Constant Field Values
XmlExportGsh
public XmlExportGsh()
main
public static void main(java.lang.String[] args)
- Export the registry as GrouperSystem
- Parameters:
args
- args[0] = name of Xml file to write to- Since:
- 1.1.0