Uses of Interface
org.unitils.core.util.Configurable

Packages that use Configurable
org.unitils.core.util   
 

Uses of Configurable in org.unitils.core.util
 

Classes in org.unitils.core.util that implement Configurable
 class BaseConfigurable
          Base class for implementations that need access to the unitils configuration
 

Methods in org.unitils.core.util with type parameters of type Configurable
static
<T extends Configurable>
T
ConfigUtils.getConfiguredInstanceOf(java.lang.Class<? extends T> type, java.util.Properties configuration, java.lang.String... implementationDiscriminatorValues)
          Retrieves the concrete instance of the class with the given type as configured by the given Configuration.
 



Copyright © 2009. All Rights Reserved.