Package org.apache.maven.plugin.surefire
Interface ConfigurableProviderInfo
-
- All Superinterfaces:
ProviderInfo
- All Known Implementing Classes:
AbstractSurefireMojo.DynamicProviderInfo
interface ConfigurableProviderInfo extends ProviderInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProviderInfo
instantiate(java.lang.String providerName)
-
Methods inherited from interface org.apache.maven.plugin.surefire.ProviderInfo
addProviderProperties, getProviderClasspath, getProviderName, isApplicable
-
-
-
-
Method Detail
-
instantiate
ProviderInfo instantiate(java.lang.String providerName)
-
-