Interface PathDescriptor

  • All Superinterfaces:
    java.lang.Comparable<PathDescriptor>
    All Known Implementing Classes:
    DocPath

    public interface PathDescriptor
    extends java.lang.Comparable<PathDescriptor>
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getName()  
      java.nio.file.Path getPath()  
      int getPriority()  
      • Methods inherited from interface java.lang.Comparable

        compareTo
    • Method Detail

      • getPath

        java.nio.file.Path getPath()
      • getName

        java.lang.String getName()
      • getPriority

        int getPriority()