com.atlassian.bamboo.plugins.maven2
Class Maven2ArtifactPropertiesIsSnapshotPredicate

java.lang.Object
  extended by com.atlassian.bamboo.plugins.maven2.Maven2ArtifactPropertiesIsSnapshotPredicate
All Implemented Interfaces:
com.google.common.base.Predicate<Maven2ArtifactProperties>

public class Maven2ArtifactPropertiesIsSnapshotPredicate
extends java.lang.Object
implements com.google.common.base.Predicate<Maven2ArtifactProperties>


Constructor Summary
Maven2ArtifactPropertiesIsSnapshotPredicate()
           
 
Method Summary
 boolean apply(Maven2ArtifactProperties artifactProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Constructor Detail

Maven2ArtifactPropertiesIsSnapshotPredicate

public Maven2ArtifactPropertiesIsSnapshotPredicate()
Method Detail

apply

public boolean apply(@Nullable
                     Maven2ArtifactProperties artifactProperties)
Specified by:
apply in interface com.google.common.base.Predicate<Maven2ArtifactProperties>


Copyright © 2010 Atlassian. All Rights Reserved.