Directive

scala.build.preprocessing.directives.Directive
See theDirective companion class
object Directive

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Directive.type

Members list

Type members

Classlikes

case object Require extends Type

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Type
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Require.type
sealed abstract class Type(val name: String) extends Product, Serializable

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Require
object Using
case object Using extends Type

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Type
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Using.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def osRoot(cwd: ScopePath, pos: Option[Position]): Either[BuildException, Path]
def osRootResource(cwd: ScopePath): (Option[SubPath], Option[Path])