Interface ConfigurableProviderInfo
-
- All Superinterfaces:
ProviderInfo
- All Known Implementing Classes:
AbstractSurefireMojo.DynamicProviderInfo
public 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.surefire.providerapi.ProviderInfo
addProviderProperties, getJpmsArguments, getProviderClasspath, getProviderName, isApplicable
-
-
-
-
Method Detail
-
instantiate
ProviderInfo instantiate(java.lang.String providerName)
-
-