root
root
API
scala.cli.directivehandler
CompositeDirectiveException
CompositeDirectiveException
CustomDirectivesReporter
CustomDirectivesReporter
DependencyFormatError
Diagnostic
DirectiveDescription
DirectiveExamples
DirectiveException
DirectiveGroupDetails
DirectiveGroupName
DirectiveHandler
DirectiveHandler
DirectiveHandlerMacros
DirectiveHandlerMacros
Deriver
DirectiveHandlers
DirectiveName
DirectivePrefix
DirectiveSpecialSyntax
DirectiveTag
DirectiveUsage
DirectiveUtil
PositionedDepsOps
DirectiveValueParser
DirectiveValueParser
DirectiveSingleValueParser
DirectiveValueParserValueOps
MaybeNumericalString
WithScopePath
WithScopePath
EitherSequence
EitherSeqOps
ExtractedDirectives
ExtractedDirectives
JavaOpt
JavaOpt
MalformedDirectiveError
Position
Position
File
Positioned
Positioned
ProcessedDirective
ScalacOpt
ScalacOpt
ScopePath
ScopePath
Scoped
ScopedDirective
Severity
Severity
Error
Warning
ShadowingSeq
ShadowingSeq
KeyOf
KeyOf
StrictDirective
UnexpectedDirectiveError
UnusedDirectiveError
UsingDirectiveExpectationError
UsingDirectiveValueNumError
UsingDirectiveWrongValueTypeError
UsingDirectivesOps
UsingDirectivesOps0
root
/
scala.cli.directivehandler
/
DirectiveHandler
DirectiveHandler
scala.cli.directivehandler.DirectiveHandler
See the
DirectiveHandler
companion object
trait
DirectiveHandler
[
+
T
]
Attributes
Companion
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
DirectiveHandler
[
T
]
Members list
Clear all
Value members
Abstract methods
def
description
:
String
def
handleValues
(
scopedDirective
:
ScopedDirective
):
Either
[
DirectiveException
,
ProcessedDirective
[
T
]]
def
keys
:
Seq
[
String
]
def
name
:
String
def
usage
:
String
Concrete methods
def
descriptionMd
:
String
def
examples
:
Seq
[
String
]
def
map
[
U
](
f
:
T
=>
U
):
DirectiveHandler
[
U
]
final
def
parse
(
input
:
String
,
path
:
Either
[
String
,
Path
],
scopePath
:
ScopePath
):
Either
[
DirectiveException
,
Seq
[
ProcessedDirective
[
T
]]]
def
tags
:
Seq
[
String
]
def
usageMd
:
String
In this article
Attributes
Members list
Value members
Abstract methods
Concrete methods