edu.internet2.middleware.grouper.xml
Class XmlArgs

java.lang.Object
  extended by edu.internet2.middleware.grouper.xml.XmlArgs

public class XmlArgs
extends Object

XML Command Line Argument Processing.

Since:
1.1.0
Version:
$Id: XmlArgs.java,v 1.4 2009-03-31 06:58:28 mchyzer Exp $
Author:
blair christensen.

Field Summary
static String RC_CHILDREN
           
static String RC_EFILE
           
static String RC_IFILE
           
static String RC_IGNORE
           
static String RC_NAME
           
static String RC_NOPROMPT
           
static String RC_PARENT
           
static String RC_RELATIVE
           
static String RC_SUBJ
           
static String RC_UPDATELIST
           
static String RC_UPROPS
           
static String RC_UUID
           
 
Constructor Summary
XmlArgs()
           
 
Method Summary
static Properties internal_getXmlExportArgs(String[] args)
           
static Properties internal_getXmlImportArgs(String[] args)
           
static boolean internal_wantsHelp(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RC_EFILE

public static final String RC_EFILE
See Also:
Constant Field Values

RC_IFILE

public static final String RC_IFILE
See Also:
Constant Field Values

RC_NAME

public static final String RC_NAME
See Also:
Constant Field Values

RC_PARENT

public static final String RC_PARENT
See Also:
Constant Field Values

RC_RELATIVE

public static final String RC_RELATIVE
See Also:
Constant Field Values

RC_CHILDREN

public static final String RC_CHILDREN
See Also:
Constant Field Values

RC_IGNORE

public static final String RC_IGNORE
See Also:
Constant Field Values

RC_NOPROMPT

public static final String RC_NOPROMPT
See Also:
Constant Field Values

RC_SUBJ

public static final String RC_SUBJ
See Also:
Constant Field Values

RC_UPROPS

public static final String RC_UPROPS
See Also:
Constant Field Values

RC_UPDATELIST

public static final String RC_UPDATELIST
See Also:
Constant Field Values

RC_UUID

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

XmlArgs

public XmlArgs()
Method Detail

internal_getXmlExportArgs

public static Properties internal_getXmlExportArgs(String[] args)
                                            throws IllegalArgumentException,
                                                   IllegalStateException
Throws:
IllegalArgumentException
IllegalStateException

internal_getXmlImportArgs

public static Properties internal_getXmlImportArgs(String[] args)
                                            throws IllegalArgumentException,
                                                   IllegalStateException
Throws:
IllegalArgumentException
IllegalStateException

internal_wantsHelp

public static boolean internal_wantsHelp(String[] args)