Interface ProjectPath


public interface ProjectPath
Label for "project path", like "main", "test", but could be "it", etc.
Since:
2.0.0
Restriction:
This interface is not intended to be extended by clients.
Restriction:
This interface is not intended to be implemented by clients.
  • Method Summary

    Modifier and Type
    Method
    Description
    The label.
    int
    Returns the "order" of this path, usable to sort against other instances.
    int
    Returns the "reverse order" of this path, usable to sort against other instances.
  • Method Details

    • getId

      The label.
    • order

      int order()
      Returns the "order" of this path, usable to sort against other instances. Expected natural order is "main", "test"... (basically like the processing order).
    • reverseOrder

      Returns the "reverse order" of this path, usable to sort against other instances. Expected natural order is "test", "main"... (basically like the processing order).