trait AbsSettings extends reflect.internal.settings.AbsSettings
A Settings abstraction boiled out of the original highly mutable Settings class with the intention of creating an ImmutableSettings which can be used interchangeably. Except of course without the mutants.
- Source
- AbsSettings.scala
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- AbsSettings
- AbsSettings
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait AbsSetting extends Ordered[Setting] with AbsSettingValue
-
trait
AbsSettingValue extends AnyRef
- Definition Classes
- AbsSettings
- trait InternalSetting extends AbsSetting
- abstract type ResultOfTryToSet
-
abstract
type
Setting <: AbsSetting
- Definition Classes
- AbsSettings → AbsSettings
Abstract Value Members
- abstract def errorFn: (String) ⇒ Unit
Concrete Value Members
- def checkDependencies: Boolean
-
def
equals(that: Any): Boolean
- Definition Classes
- AbsSettings → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AbsSettings → AnyRef → Any
- def lookupSetting(cmd: String): Option[Setting]
- def recreateArgs: collection.immutable.List[String]
- def toConciseString: String
-
def
toString(): String
- Definition Classes
- AbsSettings → AnyRef → Any
- def userSetSettings: Set[Setting]
- def visibleSettings: Set[Setting]
The Scala compiler and reflection APIs.