edu.internet2.middleware.grouper.cfg
Class ConfigurationHelper

java.lang.Object
  extended by edu.internet2.middleware.grouper.cfg.ConfigurationHelper

public class ConfigurationHelper
extends java.lang.Object

Helper class for Configuration interface.

Since:
1.2.1
Version:
$Id: ConfigurationHelper.java,v 1.2 2007-08-27 15:53:52 blair Exp $
Author:
blair christensen.

Constructor Summary
ConfigurationHelper()
           
 
Method Summary
 void validateParamsNotNull(java.lang.String property)
          Validate that property is not null.
 void validateParamsNotNull(java.lang.String property, java.lang.String value)
          Validate that property and value are not null.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationHelper

public ConfigurationHelper()
Method Detail

validateParamsNotNull

public void validateParamsNotNull(java.lang.String property)
                           throws java.lang.IllegalArgumentException
Validate that property is not null.

Throws:
java.lang.IllegalArgumentException - if null.
Since:
1.2.1

validateParamsNotNull

public void validateParamsNotNull(java.lang.String property,
                                  java.lang.String value)
                           throws java.lang.IllegalArgumentException
Validate that property and value are not null.

Throws:
java.lang.IllegalArgumentException - if any parameter is null.
Since:
1.2.1