Class GraphRootMatcher

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(org.apache.maven.model.Dependency dependency)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • graphRoot

        private final GraphRoot graphRoot
    • Constructor Detail

      • GraphRootMatcher

        GraphRootMatcher​(GraphRoot graphRoot)
    • Method Detail

      • matches

        public boolean matches​(org.apache.maven.model.Dependency dependency)
        Specified by:
        matches in interface DependencyMatcher