Class TargetPathView

    • Constructor Detail

      • TargetPathView

        public TargetPathView​(java.nio.file.Path path,
                              long version)
    • Method Detail

      • getBreadcrumbs

        public java.util.List<java.nio.file.Path> getBreadcrumbs()
      • getFileTree

        public TreeView getFileTree()
      • getVersion

        public long getVersion()
        Description copied from interface: Versioned
        Get the version for this element. An element is considered valid only for other elements of the same version.
        Specified by:
        getVersion in interface Versioned
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object