FileTreeView

Companion:
class
class Object
trait Matchable
class Any

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.

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.

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.

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.

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.