toggle menu
konture
0.6.8
jvm
switch theme
search in API
library
/
io.github.baole.konture
/
LayeredArchitectureBuilder
Layered
Architecture
Builder
class
LayeredArchitectureBuilder
(
graph
:
ProjectGraph
=
Konture.projectGraph
)
A builder class implementing the Layered Architecture DSL.
Members
Constructors
Layered
Architecture
Builder
Link copied to clipboard
constructor
(
graph
:
ProjectGraph
=
Konture.projectGraph
)
Types
Constraint
Spec
Link copied to clipboard
class
ConstraintSpec
Layer
Spec
Link copied to clipboard
class
LayerSpec
Functions
check
Link copied to clipboard
fun
check
(
g
:
ProjectGraph
=
graph
)
layer
Link copied to clipboard
fun
layer
(
name
:
String
)
:
LayeredArchitectureBuilder.LayerSpec
where
Layer
Link copied to clipboard
fun
whereLayer
(
name
:
String
)
:
LayeredArchitectureBuilder.ConstraintSpec