toggle menu
winds
1.0.2
jvm
switch theme
search in API
api
/
dev.teogor.winds.api
/
Winds
Winds
interface
Winds
Members
Members & Extensions
Properties
all
Specs
Link copied to clipboard
abstract
val
allSpecs
:
MutableList
<
ArtifactDescriptor
>
codebase
Options
Link copied to clipboard
abstract
var
codebaseOptions
:
CodebaseOptions
docs
Generator
Link copied to clipboard
abstract
var
docsGenerator
:
DocsGenerator
documentation
Builder
Link copied to clipboard
abstract
var
documentationBuilder
:
DocumentationBuilder
features
Link copied to clipboard
abstract
var
features
:
Features
module
Metadata
Link copied to clipboard
abstract
var
moduleMetadata
:
ModuleMetadata
publishing
Link copied to clipboard
abstract
var
publishing
:
Publishing
publishing
Options
Link copied to clipboard
abstract
var
publishingOptions
:
PublishingOptions
winds
Features
Link copied to clipboard
abstract
var
windsFeatures
:
WindsFeatures
workflow
Synthesizer
Link copied to clipboard
abstract
var
workflowSynthesizer
:
WorkflowSynthesizer
Functions
codebase
Options
Link copied to clipboard
abstract
fun
codebaseOptions
(
configure
:
CodebaseOptions
.
(
)
->
Unit
)
configure
Projects
Link copied to clipboard
abstract
fun
configureProjects
(
includeRoot
:
Boolean
=
true
,
action
:
Project
.
(
Winds
)
->
Unit
)
docs
Generator
Link copied to clipboard
abstract
fun
docsGenerator
(
action
:
DocsGenerator
.
(
)
->
Unit
)
documentation
Builder
Link copied to clipboard
abstract
fun
documentationBuilder
(
configure
:
DocumentationBuilder
.
(
)
->
Unit
)
features
Link copied to clipboard
abstract
fun
features
(
action
:
Features
.
(
)
->
Unit
)
get
Value
Link copied to clipboard
inline operator
fun
<
T
>
Winds
.
getValue
(
thisRef
:
Nothing
?
,
property
:
KProperty
<
*
>
)
:
T
is
Enabled
Link copied to clipboard
open
infix
fun
isEnabled
(
feature
:
WindsFeature
)
:
Boolean
module
Metadata
Link copied to clipboard
abstract
fun
moduleMetadata
(
action
:
ModuleMetadata
.
(
)
->
Unit
)
publishing
Link copied to clipboard
abstract
fun
publishing
(
action
:
Publishing
.
(
)
->
Unit
)
publishing
Options
Link copied to clipboard
abstract
fun
publishingOptions
(
action
:
PublishingOptions
.
(
)
->
Unit
)
winds
Features
Link copied to clipboard
abstract
fun
windsFeatures
(
action
:
WindsFeatures
.
(
)
->
Unit
)
workflow
Synthesizer
Link copied to clipboard
abstract
fun
workflowSynthesizer
(
action
:
WorkflowSynthesizer
.
(
)
->
Unit
)