Class Ordering.Context

  • Enclosing class:
    Ordering

    public static class Ordering.Context
    extends java.lang.Object
    Context about the ordering being applied.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Context​(Description description)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Description getTarget()
      Gets the description for the top-level target being ordered.
      • Methods inherited from class java.lang.Object

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

    • Constructor Detail

      • Context

        private Context​(Description description)
    • Method Detail

      • getTarget

        public Description getTarget()
        Gets the description for the top-level target being ordered.