t

sbt.std

ManagedStreams

sealed trait ManagedStreams[Key] extends TaskStreams[Key]

Linear Supertypes
TaskStreams[Key], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ManagedStreams
  2. TaskStreams
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def binary(sid: String = default): BufferedOutputStream

    Provides an output stream for writing to the stream with the given ID.

    Provides an output stream for writing to the stream with the given ID.

    Definition Classes
    TaskStreams
  2. abstract def cacheDirectory: File

    A cache directory that is unique to the context of this streams instance.

    A cache directory that is unique to the context of this streams instance.

    Definition Classes
    TaskStreams
  3. abstract def cacheStoreFactory: CacheStoreFactory
    Definition Classes
    TaskStreams
  4. abstract def close(): Unit
  5. abstract def getInput(key: Key, sid: String = default): Input
    Definition Classes
    TaskStreams
  6. abstract def getOutput(sid: String = default): Output
    Definition Classes
    TaskStreams
  7. abstract def isClosed: Boolean
  8. abstract def key: Key
    Definition Classes
    TaskStreams
  9. abstract def log(sid: String): ManagedLogger

    Creates a Logger that logs to stream with ID sid.

    Creates a Logger that logs to stream with ID sid.

    Definition Classes
    TaskStreams
  10. abstract def open(): Unit
  11. abstract def readBinary(a: Key, sid: String = default): BufferedInputStream

    Provides an output stream to read from the stream sid for key.

    Provides an output stream to read from the stream sid for key. It is the caller's responsibility to coordinate writing to the stream. That is, no synchronization or ordering is provided and so this method should only be called when writing is complete.

    Definition Classes
    TaskStreams
  12. abstract def readText(key: Key, sid: String = default): BufferedReader

    Provides a reader to read text from the stream sid for key.

    Provides a reader to read text from the stream sid for key. It is the caller's responsibility to coordinate writing to the stream. That is, no synchronization or ordering is provided and so this method should only be called when writing is complete.

    Definition Classes
    TaskStreams
  13. abstract def text(sid: String = default): PrintWriter

    Provides a writer for writing text to the stream with the given ID.

    Provides a writer for writing text to the stream with the given ID.

    Definition Classes
    TaskStreams

Concrete 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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def default: String

    The default stream ID, used when an ID is not provided.

    The default stream ID, used when an ID is not provided.

    Definition Classes
    TaskStreams
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def errorID: String
    Definition Classes
    TaskStreams
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final lazy val log: ManagedLogger

    Obtains the default logger.

    Obtains the default logger.

    Definition Classes
    TaskStreams
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. def outID: String
    Definition Classes
    TaskStreams
  19. final def readBinary(a: Key, sid: Option[String]): BufferedInputStream
    Definition Classes
    TaskStreams
  20. final def readText(a: Key, sid: Option[String]): BufferedReader
    Definition Classes
    TaskStreams
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from TaskStreams[Key]

Inherited from AnyRef

Inherited from Any

Ungrouped