Class ReactorDepthComparator

java.lang.Object
org.codehaus.mojo.versions.ordering.ReactorDepthComparator
All Implemented Interfaces:
Comparator<File>

public class ReactorDepthComparator extends Object implements Comparator<File>
Compares project paths relative to the base directory based on their depth in a reactor
Since:
15-Sep-2010 14:54:42
Author:
Stephen Connolly
  • Constructor Details

    • ReactorDepthComparator

      public ReactorDepthComparator(Map<File,org.apache.maven.model.Model> reactor)
  • Method Details