edu.internet2.middleware.grouper.cfg
Class ConfigurationHelper
java.lang.Object
edu.internet2.middleware.grouper.cfg.ConfigurationHelper
public class ConfigurationHelper
- extends 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.
ConfigurationHelper
public ConfigurationHelper()
validateParamsNotNull
public void validateParamsNotNull(String property)
throws IllegalArgumentException
- Validate that property is not null.
- Throws:
IllegalArgumentException
- if null.- Since:
- 1.2.1
validateParamsNotNull
public void validateParamsNotNull(String property,
String value)
throws IllegalArgumentException
- Validate that property and value are not null.
- Throws:
IllegalArgumentException
- if any parameter is null.- Since:
- 1.2.1