edu.internet2.middleware.grouper.xml
Class XmlUtils

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

public class XmlUtils
extends 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 String SPECIAL_STAR
           
 
Constructor Summary
XmlUtils()
           
 
Method Summary
static boolean internal_getBooleanOption(Properties opts, String key)
           
static Properties internal_getUserProperties(org.apache.commons.logging.Log log, 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 String SPECIAL_STAR
See Also:
Constant Field Values
Constructor Detail

XmlUtils

public XmlUtils()
Method Detail

internal_getBooleanOption

public static boolean internal_getBooleanOption(Properties opts,
                                                String key)

internal_getUserProperties

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