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 TypeMethodDescriptionvoid
getJpmsArguments
(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:
instantiate
in interfaceConfigurableProviderInfo
-
getProviderName
- Specified by:
getProviderName
in interfaceProviderInfo
-
isApplicable
public boolean isApplicable()- Specified by:
isApplicable
in interfaceProviderInfo
-
addProviderProperties
public void addProviderProperties() throws org.apache.maven.plugin.MojoExecutionException- Specified by:
addProviderProperties
in interfaceProviderInfo
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
getJpmsArguments
- Specified by:
getJpmsArguments
in interfaceProviderInfo
-
getProviderClasspath
@Nonnull public Set<org.apache.maven.artifact.Artifact> getProviderClasspath() throws org.apache.maven.plugin.MojoExecutionException- Specified by:
getProviderClasspath
in interfaceProviderInfo
- Throws:
org.apache.maven.plugin.MojoExecutionException
-