edu.internet2.middleware.grouper.xml
Class XmlUtils

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

public class XmlUtils
extends java.lang.Object

XML Utilities.

Since:
1.1.0
Version:
$Id: XmlUtils.java,v 1.4 2008-10-15 03:57:06 mchyzer Exp $
Author:
blair christensen.

Field Summary
static java.lang.String SPECIAL_STAR
           
 
Constructor Summary
XmlUtils()
           
 
Method Summary
static boolean internal_getBooleanOption(java.util.Properties opts, java.lang.String key)
           
static java.util.Properties internal_getUserProperties(org.apache.commons.logging.Log log, java.lang.String file)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPECIAL_STAR

public static final java.lang.String SPECIAL_STAR
See Also:
Constant Field Values
Constructor Detail

XmlUtils

public XmlUtils()
Method Detail

internal_getBooleanOption

public static boolean internal_getBooleanOption(java.util.Properties opts,
                                                java.lang.String key)

internal_getUserProperties

public static java.util.Properties internal_getUserProperties(org.apache.commons.logging.Log log,
                                                              java.lang.String file)
                                                       throws java.io.FileNotFoundException,
                                                              java.io.IOException
Throws:
java.io.FileNotFoundException
java.io.IOException