PathPart

scribe.file.path.PathPart
See thePathPart companion object
trait PathPart

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class FileName
object Root.type
class SetPath

Members list

Value members

Abstract methods

def all(previous: String): Iterator[String]
def current(previous: String, timeStamp: Long): String

Concrete methods

def /(part: PathPart): PathBuilder
Implicitly added by pathPart2PathBuilder
def after(writer: FileWriter): Unit
Implicitly added by pathPart2PathBuilder
def after(writer: FileWriter): Unit
def before(writer: FileWriter): Unit
Implicitly added by pathPart2PathBuilder
def before(writer: FileWriter): Unit
def file(timeStamp: Long): File
Implicitly added by pathPart2PathBuilder
def iterator(): Iterator[File]
Implicitly added by pathPart2PathBuilder
def nextValidation(timeStamp: Long): Option[Long]

Inherited methods

def productElementNames: Iterator[String]
Implicitly added by pathPart2PathBuilder

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]
Implicitly added by pathPart2PathBuilder

Attributes

Inherited from:
Product