object BuildStreams
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BuildStreams
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Streams = std.Streams[Def.ScopedKey[_]]
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 val BuildUnitPath: String("_build")
- final val GlobalPath: String("_global")
- final val StreamsDirectory: String("streams")
-
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
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
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mkStreams(units: Map[URI, LoadedBuildUnit], root: URI, data: Settings[Scope]): (State) ⇒ Streams
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nonProjectPath[T](scoped: Def.ScopedKey[T]): Seq[String]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def path(units: Map[URI, LoadedBuildUnit], root: URI, data: Settings[Scope])(scoped: Def.ScopedKey[_]): File
- def pathComponent[T](axis: ScopeAxis[T], scoped: Def.ScopedKey[_], label: String)(show: (T) ⇒ String): String
- def projectPath(units: Map[URI, LoadedBuildUnit], root: URI, scoped: Def.ScopedKey[_], data: Settings[Scope]): File
-
def
refTarget(scope: Scope, fallbackBase: File, data: Settings[Scope]): File
- Annotations
- @nowarn()
- def refTarget(ref: ResolvedReference, fallbackBase: File, data: Settings[Scope]): File
- def resolvePath(base: File, components: Seq[String]): File
- def showAMap(a: AttributeMap): String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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()