com.atlassian.bamboo.build.artifact
Class ArtifactLinkIsExistsPredicate

java.lang.Object
  extended by com.atlassian.bamboo.build.artifact.ArtifactLinkIsExistsPredicate
All Implemented Interfaces:
com.google.common.base.Predicate<ArtifactLink>

public class ArtifactLinkIsExistsPredicate
extends java.lang.Object
implements com.google.common.base.Predicate<ArtifactLink>


Constructor Summary
ArtifactLinkIsExistsPredicate()
           
 
Method Summary
 boolean apply(ArtifactLink input)
           
 
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

ArtifactLinkIsExistsPredicate

public ArtifactLinkIsExistsPredicate()
Method Detail

apply

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


Copyright © 2010 Atlassian. All Rights Reserved.