org.apache.maven.plugin.surefire
Interface ProviderInfo


public interface ProviderInfo

Author:
Kristian Rosenvold

Method Summary
 void addProviderProperties()
           
 Classpath getProviderClasspath()
           
 String getProviderName()
           
 boolean isApplicable()
           
 

Method Detail

getProviderName

String getProviderName()

isApplicable

boolean isApplicable()

getProviderClasspath

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

addProviderProperties

void addProviderProperties()


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