FileInfo

sbt.util.FileInfo
See theFileInfo companion trait
object FileInfo

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
FileInfo.type

Members list

Type members

Classlikes

sealed trait Style

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object exists.type
object full.type
object hash.type
object lastModified.type
object exists extends Style

Attributes

Supertypes
trait Style
class Object
trait Matchable
class Any
Self type
exists.type
object full extends Style

Attributes

Supertypes
trait Style
class Object
trait Matchable
class Any
Self type
full.type
object hash extends Style

Attributes

Supertypes
trait Style
class Object
trait Matchable
class Any
Self type
hash.type
object lastModified extends Style

Attributes

Supertypes
trait Style
class Object
trait Matchable
class Any
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits

Implicits

implicit val byteArrayFormat: JsonFormat[Array[Byte]]

Stores byte arrays as hex encoded strings, but falls back to reading an array of integers, which is how it used to be stored, if that fails.

Stores byte arrays as hex encoded strings, but falls back to reading an array of integers, which is how it used to be stored, if that fails.

Attributes