|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.plugins.maven2.artifact.ArtifactIsSnapshotPredicate
public class ArtifactIsSnapshotPredicate
Predicate that will return true for all Maven artifacts which claim to be snapshots.
Constructor Summary | |
---|---|
ArtifactIsSnapshotPredicate()
|
Method Summary | |
---|---|
boolean |
apply(org.apache.maven.artifact.Artifact artifact)
|
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 |
---|
public ArtifactIsSnapshotPredicate()
Method Detail |
---|
public boolean apply(@Nullable org.apache.maven.artifact.Artifact artifact)
apply
in interface com.google.common.base.Predicate<org.apache.maven.artifact.Artifact>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |