Package org.apache.maven.plugin.surefire
Class AbstractSurefireMojo.TestNgProviderInfo
- java.lang.Object
-
- org.apache.maven.plugin.surefire.AbstractSurefireMojo.TestNgProviderInfo
-
- All Implemented Interfaces:
ProviderInfo
- Enclosing class:
- AbstractSurefireMojo
final class AbstractSurefireMojo.TestNgProviderInfo extends java.lang.Object implements ProviderInfo
-
-
Field Summary
Fields Modifier and Type Field Description private org.apache.maven.artifact.Artifact
testNgArtifact
-
Constructor Summary
Constructors Constructor Description TestNgProviderInfo(org.apache.maven.artifact.Artifact testNgArtifact)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addProviderProperties()
java.util.Set<org.apache.maven.artifact.Artifact>
getProviderClasspath()
java.lang.String
getProviderName()
boolean
isApplicable()
-
-
-
Method Detail
-
getProviderName
@Nonnull public java.lang.String 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
-
getProviderClasspath
@Nonnull public java.util.Set<org.apache.maven.artifact.Artifact> getProviderClasspath()
- Specified by:
getProviderClasspath
in interfaceProviderInfo
-
-