Class BanDynamicVersions.ExcludeArtifactPatternsPredicate

  • All Implemented Interfaces:
    java.util.function.Predicate<org.eclipse.aether.graph.DependencyNode>
    Enclosing class:
    BanDynamicVersions

    private static final class BanDynamicVersions.ExcludeArtifactPatternsPredicate
    extends java.lang.Object
    implements java.util.function.Predicate<org.eclipse.aether.graph.DependencyNode>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean test​(org.eclipse.aether.graph.DependencyNode depNode)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Constructor Detail

      • ExcludeArtifactPatternsPredicate

        ExcludeArtifactPatternsPredicate​(java.util.List<java.lang.String> excludes)
    • Method Detail

      • test

        public boolean test​(org.eclipse.aether.graph.DependencyNode depNode)
        Specified by:
        test in interface java.util.function.Predicate<org.eclipse.aether.graph.DependencyNode>