com.atlassian.maven.plugins.unpacktests
Class TestScopeFilter

java.lang.Object
  extended by com.atlassian.maven.plugins.unpacktests.TestScopeFilter

public class TestScopeFilter
extends Object

Predicate that tests that a given


Field Summary
static com.google.common.base.Predicate<org.apache.maven.artifact.Artifact> TEST_SCOPE_PREDICATE
           
 
Constructor Summary
TestScopeFilter()
           
 
Method Summary
static com.google.common.collect.ImmutableList<org.apache.maven.artifact.Artifact> getTestScoped(Iterable<? extends org.apache.maven.artifact.Artifact> artifacts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEST_SCOPE_PREDICATE

public static final com.google.common.base.Predicate<org.apache.maven.artifact.Artifact> TEST_SCOPE_PREDICATE
Constructor Detail

TestScopeFilter

public TestScopeFilter()
Method Detail

getTestScoped

public static com.google.common.collect.ImmutableList<org.apache.maven.artifact.Artifact> getTestScoped(Iterable<? extends org.apache.maven.artifact.Artifact> artifacts)


Copyright © 2013. All Rights Reserved.