Package org.apache.maven.plugin.surefire
Class AbstractSurefireMojo.DynamicProviderInfo
java.lang.Object
org.apache.maven.plugin.surefire.AbstractSurefireMojo.DynamicProviderInfo
- All Implemented Interfaces:
ConfigurableProviderInfo,ProviderInfo
- Enclosing class:
AbstractSurefireMojo
final class AbstractSurefireMojo.DynamicProviderInfo
extends Object
implements ConfigurableProviderInfo
Provides the Provider information for manually configured providers.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetJpmsArguments(ProviderRequirements forkRequirements) Set<org.apache.maven.artifact.Artifact> instantiate(String providerName) boolean
-
Field Details
-
providerName
-
-
Constructor Details
-
DynamicProviderInfo
DynamicProviderInfo(String providerName)
-
-
Method Details
-
instantiate
- Specified by:
instantiatein interfaceConfigurableProviderInfo
-
getProviderName
- Specified by:
getProviderNamein interfaceProviderInfo
-
isApplicable
public boolean isApplicable()- Specified by:
isApplicablein interfaceProviderInfo
-
addProviderProperties
public void addProviderProperties() throws org.apache.maven.plugin.MojoExecutionException- Specified by:
addProviderPropertiesin interfaceProviderInfo- Throws:
org.apache.maven.plugin.MojoExecutionException
-
getJpmsArguments
- Specified by:
getJpmsArgumentsin interfaceProviderInfo
-
getProviderClasspath
@Nonnull public Set<org.apache.maven.artifact.Artifact> getProviderClasspath() throws org.apache.maven.plugin.MojoExecutionException- Specified by:
getProviderClasspathin interfaceProviderInfo- Throws:
org.apache.maven.plugin.MojoExecutionException
-