SetPath

scribe.file.path.PathPart$.SetPath
case class SetPath(path: String) extends PathPart

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PathPart
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def all(previous: String): Iterator[String]

Attributes

Definition Classes
override def current(previous: String, timeStamp: Long): String

Attributes

Definition Classes

Inherited methods

def after(writer: FileWriter): Unit

Attributes

Inherited from:
PathPart
def before(writer: FileWriter): Unit

Attributes

Inherited from:
PathPart
def nextValidation(timeStamp: Long): Option[Long]

Attributes

Inherited from:
PathPart
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product