FileTreeView

sbt.nio.file.FileTreeView
See theFileTreeView companion trait
object FileTreeView

Attributes

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

Members list

Type members

Classlikes

final implicit class Ops(val fileTreeView: Nio[FileAttributes]) extends AnyVal

Adds additional methods to FileTreeView. This api may be changed so it should not be imported directly.

Adds additional methods to FileTreeView. This api may be changed so it should not be imported directly.

Value parameters

fileTreeView

the FileTreeView to augment.

Attributes

Supertypes
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

Provides a default instance of FileTreeView. The default may be configured by the sbt.io.filetreeview system property. When it is set to nio, the built in jvm implementation if used FileTreeView.nio. Otherwise, FileTreeView.native will be used.

Provides a default instance of FileTreeView. The default may be configured by the sbt.io.filetreeview system property. When it is set to nio, the built in jvm implementation if used FileTreeView.nio. Otherwise, FileTreeView.native will be used.

Attributes

Returns

the default FileTreeView

Concrete fields

An implementation of FileTreeView that uses the swoval library, which provides native apis for faster directory traversal on 64 bit Linux, Mac OS and Windows. This implementation will throw an IOException if the input path is not a directory or doesn't exist.

An implementation of FileTreeView that uses the swoval library, which provides native apis for faster directory traversal on 64 bit Linux, Mac OS and Windows. This implementation will throw an IOException if the input path is not a directory or doesn't exist.

Attributes

val nio: Nio[FileAttributes]

An implementation of FileTreeView that uses built in jvm apis. This implementation will throw an IOException if the input path is not a directory or doesn't exist.

An implementation of FileTreeView that uses built in jvm apis. This implementation will throw an IOException if the input path is not a directory or doesn't exist.

Attributes

Implicits

Implicits

final implicit def Ops(fileTreeView: Nio[FileAttributes]): Ops

Adds additional methods to FileTreeView. This api may be changed so it should not be imported directly.

Adds additional methods to FileTreeView. This api may be changed so it should not be imported directly.

Value parameters

fileTreeView

the FileTreeView to augment.

Attributes