org.jboss.testharness.impl
Class PropertiesBasedConfigurationBuilder<T extends Configuration>
java.lang.Object
org.jboss.testharness.impl.PropertiesBasedConfigurationBuilder<T>
- All Implemented Interfaces:
- ConfigurationBuilder
public class PropertiesBasedConfigurationBuilder<T extends Configuration>
- extends Object
- implements ConfigurationBuilder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesBasedConfigurationBuilder
public PropertiesBasedConfigurationBuilder(T configuration)
init
public ConfigurationBuilder init()
- Specified by:
init in interface ConfigurationBuilder
getInstanceValue
protected <T> T getInstanceValue(String propertyName,
Class<T> expectedType,
boolean required)
getConfiguration
public T getConfiguration()
- Specified by:
getConfiguration in interface ConfigurationBuilder
getDeploymentProperties
protected PropertiesManager getDeploymentProperties()
Copyright © 2009-2010. All Rights Reserved.