RichPath

fm.common.rich.RichPath
final class RichPath(val self: Path) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def stripLeading(path: Path): Path

If this path starts with the passed in path then strip it

If this path starts with the passed in path then strip it

Attributes

def stripTrailing(path: Path): Path

If this path ends with the passed in path then strip it

If this path ends with the passed in path then strip it

Attributes

Concrete fields

val self: Path