Settings
Members list
Type members
Classlikes
Attributes
- Supertypes
Class used for deprecating purposes. It contains all necessary information to deprecate given option. Scala Settings are considered deprecated when this object is present at their creation site.
Class used for deprecating purposes. It contains all necessary information to deprecate given option. Scala Settings are considered deprecated when this object is present at their creation site.
Value parameters
- msg
-
deprecation message that will be displayed in following format: s"Option $name is deprecated: $msg"
- replacedBy
-
option that is substituting current option
Attributes
- Companion
- object
- Supertypes
Attributes
- Companion
- class
- Supertypes
- Self type
-
Deprecation.type
Attributes
- Companion
- object
- Supertypes
Attributes
- Supertypes
- Known subtypes
Attributes
- Supertypes
- Known subtypes
-
class ScalaSettingsobject ScalaSettings
Attributes
- Supertypes
Types
List of setting-value pairs that are required for another setting to be valid. For example, s = Setting(..., depends = List(YprofileEnabled -> true)) means that s requires YprofileEnabled to be set to true.
List of setting-value pairs that are required for another setting to be valid. For example, s = Setting(..., depends = List(YprofileEnabled -> true)) means that s requires YprofileEnabled to be set to true.
Attributes
Value members
Concrete methods
Concrete fields
Extensions
Extensions
Warn and skip, prepending the alternative arguments as substitution.
Warn and skip, prepending the alternative arguments as substitution.
Attributes
Error and update arguments
Error and update arguments
Attributes
Error without updating arguments
Error without updating arguments
Attributes
Only shift arguments
Only shift arguments
Attributes
Update state and shift arguments
Update state and shift arguments
Attributes
Warn and update arguments
Warn and update arguments
Attributes
Warn without updating arguments
Warn without updating arguments