| Package | Description |
|---|---|
| io.github.cdklabs.projen |
projen
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Rule.Jsii$Proxy
An implementation for
Rule |
| Modifier and Type | Method and Description |
|---|---|
Rule |
Rule.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<Rule> |
Makefile.getRules()
(experimental) List of rule definitions.
|
default List<Rule> |
MakefileOptions.getRules()
(experimental) Rules to include in the Makefile.
|
List<Rule> |
MakefileOptions.Jsii$Proxy.getRules() |
| Modifier and Type | Method and Description |
|---|---|
Makefile |
Makefile.addRule(Rule rule)
(experimental) Add a rule to the Makefile.
|
Makefile |
Makefile.addRules(Rule... rules)
(experimental) Add multiple rules to the Makefile.
|
| Modifier and Type | Method and Description |
|---|---|
Makefile.Builder |
Makefile.Builder.rules(List<? extends Rule> rules)
(experimental) Rules to include in the Makefile.
|
MakefileOptions.Builder |
MakefileOptions.Builder.rules(List<? extends Rule> rules)
Sets the value of
MakefileOptions.getRules() |
Copyright © 2021. All rights reserved.