edu.internet2.middleware.grouper.xml.export
Class XmlExportGsh

java.lang.Object
  extended by edu.internet2.middleware.grouper.xml.export.XmlExportGsh

public class XmlExportGsh
extends 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

Field Summary
static String INCLUDE_COMMENTS_ARG
           
static String OBJECT_NAMES_ARG
           
static String RECORD_REPORT_ARG
           
static String STEMS_ARG
           
 
Constructor Summary
XmlExportGsh()
           
 
Method Summary
static void main(String[] args)
          Export the registry as GrouperSystem

 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INCLUDE_COMMENTS_ARG

public static final String INCLUDE_COMMENTS_ARG
See Also:
Constant Field Values

STEMS_ARG

public static final String STEMS_ARG
See Also:
Constant Field Values

OBJECT_NAMES_ARG

public static final String OBJECT_NAMES_ARG
See Also:
Constant Field Values

RECORD_REPORT_ARG

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

XmlExportGsh

public XmlExportGsh()
Method Detail

main

public static void main(String[] args)
Export the registry as GrouperSystem

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