PathBuilder

case
class PathBuilder(parts: List[PathPart])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def /(part: PathPart): PathBuilder
def after(writer: FileWriter): Unit
def before(writer: FileWriter): Unit
def file(timeStamp: Long): File
def iterator(): Iterator[File]

Inherited methods

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