bloop.config

package bloop.config

Members list

Packages

Type members

Classlikes

object Config

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Config.type
object ConfigCodecs

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object PlatformFiles

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Tag

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Tag.type

Value members

Concrete methods

def read(bytes: Array[Byte]): Either[Throwable, File]
def read(jsonConfig: Path): Either[Throwable, File]
def write(all: File): String
def write(all: File, target: Path): Unit