Class RelativeOrdering

  • All Implemented Interfaces:
    Ordering

    public class RelativeOrdering
    extends java.lang.Object
    implements Ordering
    Relative Fragment Ordering

    Uses a TopologicalSort to order the fragments.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected MetaData _metaData  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Resource> order​(java.util.List<Resource> jars)  
      • Methods inherited from class java.lang.Object

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

      • _metaData

        protected MetaData _metaData
    • Constructor Detail

      • RelativeOrdering

        public RelativeOrdering​(MetaData metaData)