Packages

  • package root
    Definition Classes
    root
  • package ammonite
    Definition Classes
    root
  • package runtime

    What actually lets us compile and execute code in the Ammonite REPL; deals with the Scala compiler, preprocessing the strings, JVM classloaders, etc.

    What actually lets us compile and execute code in the Ammonite REPL; deals with the Scala compiler, preprocessing the strings, JVM classloaders, etc.

    Definition Classes
    ammonite
  • object Storage
    Definition Classes
    runtime
  • CompileCache
  • Folder
  • InMemory

class Folder extends Storage

Linear Supertypes
Storage, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Folder
  2. Storage
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Folder(dir: Path, isRepl: Boolean = true)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val cacheDir: Path
  6. def classFilesListLoad(filePathPrefix: SubPath, tag: Tag): Option[ScriptOutput]
    Definition Classes
    FolderStorage
  7. def classFilesListSave(filePathPrefix: SubPath, perBlockMetadata: Seq[BlockMetadata], tag: Tag): Unit
    Definition Classes
    FolderStorage
  8. val classFilesOrder: String
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. val compileCacheDir: ThisType
  11. def compileCacheLoad(path: String, tag: Tag): Option[CompileCache]
    Definition Classes
    FolderStorage
  12. def compileCacheSave(path: String, tag: Tag, data: CompileCache): Unit
    Definition Classes
    FolderStorage
  13. val coursierFetchCacheDir: ThisType
  14. val dir: Path
  15. def dirOpt: Option[Path]
    Definition Classes
    FolderStorage
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. val fullHistory: StableRef[History]
    Definition Classes
    FolderStorage
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def getSessionId(): Long
    Definition Classes
    FolderStorage
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. val historyFile: ThisType
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val ivyCache: StableRef[IvyMap]
    Definition Classes
    FolderStorage
  26. val ivyCacheFile: ThisType
  27. def loadClassFiles(cacheDir: Path): Option[ClassFiles]
  28. def loadPredef: Option[(String, Path)]
    Definition Classes
    FolderStorage
  29. val metadataFile: String
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def predef: ThisType
  34. def readJson[T](path: Path)(implicit arg0: upickle.default.Reader[T]): Option[T]
  35. val sessionFile: ThisType
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Storage

Inherited from AnyRef

Inherited from Any

Ungrouped