Input

sbt.util.Input
trait Input 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 FileInput
class PlainInput[J]

Members list

Value members

Abstract methods

def read[T : JsonReader](): T

Concrete methods

def read[T : JsonReader](default: => T): T

Inherited methods

def close(): Unit

Attributes

Inherited from:
Closeable