Path

final case
class Path extends PathApi
Companion
object
trait Serializable
trait Product
trait Equals
trait PathApi
class Object
trait Matchable
class Any

Value members

Concrete methods

def /(name: String): Path
def /(path: Path): Path
def endsWith(path: String): Boolean
def endsWith(that: Path): Boolean
override
def equals(that: Any): Boolean
Definition Classes
Equals -> Any
def extName: String
override
def hashCode: Int
Definition Classes
Any
def isAbsolute: Boolean
def names: Seq[Path]
def parent: Option[Path]
def relativize(path: Path): Path
def resolve(name: String): Path
def resolve(path: Path): Path
def resolveSibling(name: String): Path
def startsWith(path: String): Boolean
def startsWith(path: Path): Boolean

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product