class
Folder extends Storage
Instance Constructors
-
new
Folder(dir: Path, isRepl: Boolean = true)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
val
cacheDir: Path
-
def
classFilesListLoad(pkg: String, wrapper: String, cacheTag: String): Option[CacheOutput]
-
def
classFilesListSave(pkg: String, wrapper: String, dataList: Seq[(String, String)], imports: Imports, tag: String, importTreesList: Seq[ImportTree]): Unit
-
val
classFilesOrder: String
-
def
clone(): AnyRef
-
val
compileCacheDir: ThisType
-
def
compileCacheLoad(path: String, tag: String): Option[CompileCache]
-
def
compileCacheSave(path: String, tag: String, data: CompileCache): Unit
-
val
dir: Path
-
-
-
def
finalize(): Unit
-
val
fullHistory: StableRef[History]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
val
historyFile: ThisType
-
final
def
isInstanceOf[T0]: Boolean
-
val
ivyCache: StableRef[IvyMap]
-
val
ivyCacheFile: ThisType
-
def
loadClassFiles(cacheDir: Path): Option[ClassFiles]
-
def
loadPredef: String
-
def
loadSharedPredef: String
-
val
metadataFile: String
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
predef: ThisType
-
def
predefShared: ThisType
-
def
readJson[T](path: Path)(implicit arg0: upickle.default.Reader[T]): Option[T]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit