commgrids.nuggets.wiley
Class Util

java.lang.Object
  extended bycommgrids.nuggets.wiley.Util

public class Util
extends java.lang.Object

DOCUMENT ME!

Version:
$Revision: 1.2 $
Author:
$author$

Field Summary
static java.lang.String DEFAULT_PROPERTIES
           
(package private) static java.util.Properties properties
           
 
Constructor Summary
Util()
           
 
Method Summary
static java.util.Properties getProperties()
          DOCUMENT ME!
static java.util.Properties getProperties(java.lang.String fileName)
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PROPERTIES

public static final java.lang.String DEFAULT_PROPERTIES
See Also:
Constant Field Values

properties

static java.util.Properties properties
Constructor Detail

Util

public Util()
Method Detail

getProperties

public static java.util.Properties getProperties()
                                          throws java.lang.Exception
DOCUMENT ME!

Returns:
DOCUMENT ME!
Throws:
java.lang.Exception - DOCUMENT ME!

getProperties

public static java.util.Properties getProperties(java.lang.String fileName)
                                          throws java.lang.Exception
DOCUMENT ME!

Parameters:
fileName - DOCUMENT ME!
Returns:
DOCUMENT ME!
Throws:
java.lang.Exception - DOCUMENT ME!