org.apache.maven.plugin.surefire
Class AbstractSurefireMojo.DynamicProviderInfo

java.lang.Object
  extended by org.apache.maven.plugin.surefire.AbstractSurefireMojo.DynamicProviderInfo
Enclosing class:
AbstractSurefireMojo

public class AbstractSurefireMojo.DynamicProviderInfo
extends Object


Method Summary
 void addProviderProperties()
           
 Classpath getProviderClasspath()
           
 String getProviderName()
           
 ProviderInfo instantiate(String providerName)
           
 boolean isApplicable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instantiate

public ProviderInfo instantiate(String providerName)

getProviderName

@Nonnull
public String getProviderName()

isApplicable

public boolean isApplicable()

addProviderProperties

public void addProviderProperties()
                           throws MojoExecutionException
Throws:
MojoExecutionException

getProviderClasspath

public Classpath getProviderClasspath()
                               throws ArtifactResolutionException,
                                      ArtifactNotFoundException
Throws:
ArtifactResolutionException
ArtifactNotFoundException


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.