Folder

ammonite.runtime.Storage.Folder
class Folder(val dir: Path, isRepl: Boolean) extends Storage

Attributes

Graph
Supertypes
trait Storage
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def classFilesListLoad(filePathPrefix: SubPath, tag: Tag): Option[ScriptOutput]
def classFilesListSave(filePathPrefix: SubPath, perBlockMetadata: Seq[BlockMetadata], tag: Tag): Unit
def compileCacheLoad(path: String, tag: Tag): Option[CompileCache]
def compileCacheSave(path: String, tag: Tag, data: CompileCache): Unit
override def dirOpt: Option[Path]

Attributes

Definition Classes
def getSessionId: Long
def loadClassFiles(cacheDir: Path): Option[ClassFiles]
def loadPredef: Option[(String, Path)]
def predef: Path
def readJson[T : Reader](path: Path): Option[T]

Concrete fields

val cacheDir: Path
val classFilesOrder: String
val compileCacheDir: Path
val dir: Path
val fullHistory: StableRef[History]
val historyFile: Path
val ivyCache: StableRef[IvyMap]
val ivyCacheFile: Path
val metadataFile: String
val sessionFile: Path