FileTree

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

Attributes

Companion
trait
Graph
Supertypes
trait FileTree
class Object
trait Matchable
class Any
Self type
FileTree.type

Members list

Type members

Inherited types

type Node = (Int, String)

Attributes

Inherited from:
FileTree
type Tree = List[Node]

Attributes

Inherited from:
FileTree

Value members

Inherited methods

final def commonPrefix(prefix: Path, path1: Path, path2: Path): (Path, Path, Path)

Attributes

Inherited from:
FileTree
final def comparePaths(path1: Path, path2: Path, i: Int): Boolean

Attributes

Inherited from:
FileTree
def compute(paths: Seq[Path]): Tree

Attributes

Inherited from:
FileTree
def draw(pathsTree: Tree): String

Attributes

Inherited from:
FileTree
def sort(paths: Seq[Path]): Seq[Path]

Attributes

Inherited from:
FileTree
def trimRight(string: String): String

Attributes

Inherited from:
FileTree

Inherited fields

Attributes

Inherited from:
FileTree

Attributes

Inherited from:
FileTree
val space: String

Attributes

Inherited from:
FileTree