FileTree

org.encalmo.utils.FileTree
See theFileTree companion object
trait FileTree

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object FileTree

Members list

Type members

Types

type Node = (Int, String)
type Tree = List[Node]

Value members

Concrete methods

final def commonPrefix(prefix: Path, path1: Path, path2: Path): (Path, Path, Path)
final def comparePaths(path1: Path, path2: Path, i: Int): Boolean
def compute(paths: Seq[Path]): Tree
def draw(pathsTree: Tree): String
def sort(paths: Seq[Path]): Seq[Path]
def trimRight(string: String): String

Concrete fields

val space: String