final
class
Settings extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Settings, B)
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
val
classpath: io.Classpath
-
def
clone(): AnyRef
-
val
dependencyClasspath: io.Classpath
-
def
ensuring(cond: (Settings) ⇒ Boolean, msg: ⇒ Any): Settings
-
def
ensuring(cond: (Settings) ⇒ Boolean): Settings
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Settings
-
def
ensuring(cond: Boolean): Settings
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
val
includeJdk: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
val
logBrokenSignatures: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
out: io.AbsolutePath
-
val
par: Boolean
-
def
parse[U](implicit convert: Convert[Settings, inputs.Input], parse: Parse[U], dialect: Dialect): parsers.Parsed[U]
-
val
scalaLibrarySynthetics: Boolean
-
def
show[Style[X] <: Show[X]](implicit style: Style[Settings]): String
-
val
stubBrokenSignatures: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
tokenize(implicit convert: Convert[Settings, inputs.Input], tokenize: Tokenize, dialect: Dialect): tokenizers.Tokenized
-
val
usejavacp: Boolean
-
val
verbose: Boolean
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
withClasspath(classpath: io.Classpath): Settings
-
def
withDependencyClasspath(classpath: io.Classpath): Settings
-
def
withIncludeJdk(includeJdk: Boolean): Settings
-
def
withLogBrokenSignatures(logBrokenSignatures: Boolean): Settings
-
def
withOut(out: io.AbsolutePath): Settings
-
def
withPar(par: Boolean): Settings
-
def
withScalaLibrarySynthetics(include: Boolean): Settings
-
def
withStubBrokenSignatures(stubBrokenSignatures: Boolean): Settings
-
def
withUsejavacp(usejavacp: Boolean): Settings
-
def
withVerbose(verbose: Boolean): Settings
-
def
→[B](y: B): (Settings, B)
Deprecated Value Members
-
def
withCacheDir(out: io.AbsolutePath): Settings
Inherited from Any
Inherited by implicit conversion any2stringadd from
Settings to any2stringadd[Settings]
Inherited by implicit conversion StringFormat from
Settings to StringFormat[Settings]
Inherited by implicit conversion ArrowAssoc from
Settings to ArrowAssoc[Settings]