PathMapping

binny.fs.PathMapping
See thePathMapping companion trait
object PathMapping

Attributes

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

Members list

Type members

Classlikes

object syntax

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
syntax.type

Value members

Concrete methods

def apply(f: (Path, BinaryId) => Path)(g: Path => Option[BinaryId]): PathMapping

This simply resolves the id against the base directory.

This simply resolves the id against the base directory.

Attributes

def subdir(filename: String): PathMapping

Creates a subdirectory using the complete id, placing filename into it.

Creates a subdirectory using the complete id, placing filename into it.

Attributes

def subdir2(filename: String): PathMapping

Creates a subdirectory using the first two characters from the id. Below another subdirectory using the complete id and in there a file of filename.

Creates a subdirectory using the first two characters from the id. Below another subdirectory using the complete id and in there a file of filename.

Attributes