java.lang.Object
org.basepom.mojo.duplicatefinder.classpath.MatchArtifactPredicate
All Implemented Interfaces:
com.google.common.base.Predicate<org.apache.maven.artifact.Artifact>, Predicate<org.apache.maven.artifact.Artifact>

public class MatchArtifactPredicate extends Object implements com.google.common.base.Predicate<org.apache.maven.artifact.Artifact>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    apply(org.apache.maven.artifact.Artifact artifact)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.google.common.base.Predicate

    equals, test

    Methods inherited from interface java.util.function.Predicate

    and, negate, or
  • Method Details

    • apply

      public boolean apply(org.apache.maven.artifact.Artifact artifact)
      Specified by:
      apply in interface com.google.common.base.Predicate<org.apache.maven.artifact.Artifact>