Class GraphOutputDot.TopNodeSort

java.lang.Object
org.eclipse.jetty.deploy.graph.GraphOutputDot.TopNodeSort
All Implemented Interfaces:
Comparator<Node>
Enclosing class:
GraphOutputDot

private static class GraphOutputDot.TopNodeSort extends Object implements Comparator<Node>
Comparator that makes the 'undeployed' node the first node in the sort list. This makes the 'undeployed' node show up at the top of the generated graph.
  • Field Details

  • Constructor Details

    • TopNodeSort

      private TopNodeSort()
  • Method Details