directives
directives
scala.build.errors
ScalaJsLinkingError
SingleValueExpectedError
UsingDirectiveExpectationError
UsingDirectiveValueNumError
UsingDirectiveWrongValueTypeError
WrongJarPathError
WrongJavaHomePathError
scala.build.preprocessing
ScopePath
ScopePath
Scoped
scala.build.preprocessing.directives
Directive
Directive
Require
Type
Using
DirectiveHandler
DirectiveUtil
GroupedScopedValuesContainer
ProcessedDirective
RequireDirectiveHandler
RequirePlatformsDirectiveHandler
RequireScalaVersionDirectiveHandler
RequireScopeDirectiveHandler
ScopedDirective
ScopedValue
StrictDirective
UsingCompilerPluginDirectiveHandler
UsingCustomJarDirectiveHandler
UsingDependencyDirectiveHandler
UsingDirectiveHandler
UsingDirectiveValueKind
UsingDirectiveValueNumberBounds
UsingJavaHomeDirectiveHandler
UsingJavaOptionsDirectiveHandler
UsingJavaPropsDirectiveHandler
UsingMainClassDirectiveHandler
UsingOptionDirectiveHandler
UsingPackagingDirectiveHandler
UsingPlatformDirectiveHandler
UsingPublishContextualDirectiveHandler
UsingPublishDirectiveHandler
UsingRepositoryDirectiveHandler
UsingResourcesDirectiveHandler
UsingScalaJsOptionsDirectiveHandler
UsingScalaNativeOptionsDirectiveHandler
UsingScalaVersionDirectiveHandler
UsingSourceDirectiveHandler
UsingTestFrameworkDirectiveHandler
directives
/
scala.build.preprocessing.directives
/
Directive
Directive
object
Directive
Companion:
class
Graph
Supertypes
Self type
trait
Product
trait
Mirror
class
Object
trait
Matchable
class
Any
Directive
.type
Type members
Value members
Type members
Classlikes
case
object
Require
extends
Type
sealed abstract
class
Type
(
val
name:
String
)
extends
Product
with
Serializable
case
object
Using
extends
Type
Inherited types
type
MirroredElemLabels
<:
Tuple
The names of the product elements
The names of the product elements
Inherited from:
Mirror
type
MirroredLabel
<:
String
The name of the type
The name of the type
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
])