Output

sbt.util.Output
trait Output extends Closeable

Attributes

Graph
Supertypes
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Known subtypes
class CacheStore
class FileBasedStore[J]
class StreamBasedStore[J]
class FileOutput
class PlainOutput[J]

Members list

Value members

Abstract methods

def write[T : JsonWriter](value: T): Unit

Inherited methods

def close(): Unit

Attributes

Inherited from:
Closeable