Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
FileTreeView.type
Members list
Type members
Classlikes
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 AnyValtrait Matchableclass 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
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
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.