FilePath

laika.io.model.FilePath$
See theFilePath companion class
object FilePath

Companion for parsing path strings or creating FilePath instances from other path representations.

Attributes

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

Members list

Value members

Concrete methods

def fromFS2Path(path: Path): FilePath

Creates a new FilePath from the specified fs2 path after normalizing it.

Creates a new FilePath from the specified fs2 path after normalizing it.

Attributes

def fromJavaFile(file: File): FilePath

Creates a new FilePath from the specified File instance after normalizing its path.

Creates a new FilePath from the specified File instance after normalizing its path.

Attributes

def fromNioPath(path: Path): FilePath

Creates a new FilePath from the specified NIO path after normalizing it.

Creates a new FilePath from the specified NIO path after normalizing it.

Attributes

def parse(path: String): FilePath

Creates a new FilePath by parsing the specified path string in a platform-specific manner.

Creates a new FilePath by parsing the specified path string in a platform-specific manner.

Attributes