edu.internet2.middleware.grouper.internal.util
Class U

java.lang.Object
  extended by edu.internet2.middleware.grouper.internal.util.U

public class U
extends Object

Grouper Utility Class.

Since:
1.0
Version:
$Id: U.java,v 1.3 2007-04-18 18:02:04 blair Exp $
Author:
blair christensen.

Constructor Summary
U()
           
 
Method Summary
static String constructName(String stem, String extn)
          TODO 20070418 relocate to somewhere more appropriate.
static boolean getBooleanProperty(Properties props, String key)
          TODO 20070418 relocate to somewhere more appropriate.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

U

public U()
Method Detail

constructName

public static String constructName(String stem,
                                   String extn)
TODO 20070418 relocate to somewhere more appropriate.

Since:
1.2.0

getBooleanProperty

public static boolean getBooleanProperty(Properties props,
                                         String key)
TODO 20070418 relocate to somewhere more appropriate.

Since:
1.2.0