Class ProviderHelper
- java.lang.Object
-
- org.eclipse.tycho.surefire.provider.impl.ProviderHelper
-
@Component(role=ProviderHelper.class) public class ProviderHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description ProviderHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<org.apache.maven.artifact.Artifact>
filterTestFrameworkBundles(TestFrameworkProvider provider, List<org.apache.maven.artifact.Artifact> pluginArtifacts)
List<String>
getSymbolicNames(Set<org.apache.maven.artifact.Artifact> bundleArtifacts)
TestFrameworkProvider
selectProvider(List<ClasspathEntry> classpath, Properties providerProperties, String providerHint)
-
-
-
Method Detail
-
selectProvider
public TestFrameworkProvider selectProvider(List<ClasspathEntry> classpath, Properties providerProperties, String providerHint) throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
filterTestFrameworkBundles
public Set<org.apache.maven.artifact.Artifact> filterTestFrameworkBundles(TestFrameworkProvider provider, List<org.apache.maven.artifact.Artifact> pluginArtifacts) throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
-