root
root
API
scala.cli.directivehandler
CompositeDirectiveException
CompositeDirectiveException
CustomDirectivesReporter
CustomDirectivesReporter
DependencyFormatError
Diagnostic
DirectiveDescription
DirectiveExamples
DirectiveException
DirectiveGroupDetails
DirectiveGroupName
DirectiveHandler
DirectiveHandler
DirectiveName
DirectivePrefix
DirectiveSpecialSyntax
DirectiveTag
DirectiveUsage
DirectiveUtil
DirectiveValueParser
DirectiveValueParser
DirectiveSingleValueParser
MaybeNumericalString
WithScopePath
WithScopePath
EitherSequence
EitherSeqOps
ExtractedDirectives
ExtractedDirectives
MalformedDirectiveError
Position
Position
File
Positioned
Positioned
ProcessedDirective
ScopePath
ScopePath
Scoped
ScopedDirective
Severity
Severity
Error
Warning
StrictDirective
UnexpectedDirectiveError
UnusedDirectiveError
UsingDirectiveExpectationError
UsingDirectiveValueNumError
UsingDirectiveWrongValueTypeError
UsingDirectivesOps
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
]
Clear all
Members list
Concise view
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
]
def
tags
:
Seq
[
String
]
def
usageMd
:
String