atlas
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
atlas
:atlas-graphviz
/
atlas.graphviz.tasks
/
WriteGraphvizLegend
Write
Graphviz
Legend
@
CacheableTask
abstract
class
WriteGraphvizLegend
:
DefaultTask
,
TaskWithOutputFile
,
AtlasGenerationTask
(
source
)
Converts a
DotConfig
into a written legend table, generated once in the project root.
Members
Constructors
Write
Graphviz
Legend
Link copied to clipboard
constructor
(
)
Properties
config
Link copied to clipboard
@get:
Input
abstract
val
config
:
Property
<
DotConfig
>
link
Types
Link copied to clipboard
@get:
Input
abstract
val
linkTypes
:
ListProperty
<
LinkType
>
module
Types
Link copied to clipboard
@get:
Input
abstract
val
moduleTypes
:
ListProperty
<
ModuleType
>
output
File
Link copied to clipboard
@get:
OutputFile
abstract
override
val
outputFile
:
RegularFileProperty
Functions
execute
Link copied to clipboard
open
fun
execute
(
)