class EmbeddedAmmonite extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EmbeddedAmmonite
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new EmbeddedAmmonite(predef: String = "")
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val errReader: BufferedReader
- val errStream: PipedOutputStream
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val fromStderr: PipedInputStream
- val fromStdout: PipedInputStream
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val inStream: PipedInputStream
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val jobQueue: BlockingQueue[Job]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val outStream: PipedOutputStream
- def query(q: String): QueryResult
Submit query
q
to the shell and return result. - def queryAsync(q: String)(observer: (QueryResult) => Unit): UUID
Submit query
q
to shell and callobserver
when the result is ready. - val reader: BufferedReader
- val shellThread: Thread
- def shutdown(): Unit
Shutdown the embedded ammonite shell and associated threads.
- def start(): Unit
Start the embedded ammonite shell
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val toStdin: PipedOutputStream
- def toString(): String
- Definition Classes
- AnyRef → Any
- val userThread: Thread
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- val writer: PrintWriter