Package org.powermock.configuration
Interface ConfigurationFactory
-
- All Known Implementing Classes:
ConfigurationFactoryImpl
public interface ConfigurationFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends Configuration<T>>
Tcreate(java.lang.Class<T> configurationType)
-
-
-
Method Detail
-
create
<T extends Configuration<T>> T create(java.lang.Class<T> configurationType)
-
-