Class ViewModel

    • Constructor Detail

      • ViewModel

        public ViewModel​(java.nio.file.Path target,
                         long version)
      • ViewModel

        public ViewModel​(java.nio.file.Path sourcePath,
                         java.nio.file.Path targetPath)
    • Method Detail

      • getTarget

        public java.nio.file.Path getTarget()
      • getBreadcrumbs

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

        public ListView<java.nio.file.Path> getPaths()
      • 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
      • setInner

        public void setInner​(ViewModel innerRender)