PathMapping

Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

object syntax

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.

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.

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.