DirectoryStore

org.specs2.io.DirectoryStore
case class DirectoryStore(baseDirectory: DirectoryPath, fileSystem: FileSystem) extends Store

Attributes

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

Members list

Value members

Concrete methods

def get[A](key: Key[A]): Operation[Option[A]]
def reset: Operation[Unit]
def set[A](key: Key[A], fact: A): Operation[Unit]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product