object SettingQuery
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SettingQuery
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait ParsedExplicitAxis[+T] extends AnyRef
- final class ParsedExplicitValue[T] extends ParsedExplicitAxis[T]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def explicitValue[T](t: Parser[T]): Parser[ParsedExplicitAxis[T]]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getJsonWriter[A](key: AttributeKey[A]): Either[String, JsonWriter[A]]
- def getSettingJsonValue[A](structure: BuildStructure, key: Def.ScopedKey[A]): Either[String, JValue]
- def getSettingValue[A](structure: BuildStructure, key: Def.ScopedKey[A]): Either[String, A]
- def handleSettingQuery(req: protocol.SettingQuery, structure: BuildStructure): SettingQueryResponse
- def handleSettingQueryEither(req: protocol.SettingQuery, structure: BuildStructure): Either[String, SettingQuerySuccess]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def projectRef(index: KeyIndex, currentBuild: URI): Parser[ParsedExplicitAxis[ResolvedReference]]
- def resolveProject(parsed: ParsedExplicitAxis[ResolvedReference]): Option[ResolvedReference]
- def scopedKey(index: KeyIndex, currentBuild: URI, defaultConfigs: (Option[ResolvedReference]) ⇒ Seq[String], keyMap: Map[String, AttributeKey[_]], data: Settings[Scope]): Parser[Def.ScopedKey[_]]
- def scopedKeyFull(index: KeyIndex, currentBuild: URI, defaultConfigs: (Option[ResolvedReference]) ⇒ Seq[String], keyMap: Map[String, AttributeKey[_]]): Parser[Seq[Parser[ParsedKey]]]
- def scopedKeyParser(structure: BuildStructure): Parser[Def.ScopedKey[_]]
- def scopedKeySelected(index: KeyIndex, currentBuild: URI, defaultConfigs: (Option[ResolvedReference]) ⇒ Seq[String], keyMap: Map[String, AttributeKey[_]], data: Settings[Scope]): Parser[ParsedKey]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toJson[A](x: A)(implicit arg0: JsonWriter[A]): JValue
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- object ParsedExplicitGlobal extends ParsedExplicitAxis[Nothing]