Uses of Interface
io.github.cdklabs.projen.Rule
-
Packages that use Rule Package Description io.github.cdklabs.projen -
-
Uses of Rule in io.github.cdklabs.projen
Classes in io.github.cdklabs.projen that implement Rule Modifier and Type Class Description static classRule.Jsii$ProxyAn implementation forRuleMethods in io.github.cdklabs.projen that return Rule Modifier and Type Method Description RuleRule.Builder. build()Builds the configured instance.Methods in io.github.cdklabs.projen that return types with arguments of type Rule Modifier and Type Method 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()Methods in io.github.cdklabs.projen with parameters of type Rule Modifier and Type Method Description MakefileMakefile. addRule(Rule rule)(experimental) Add a rule to the Makefile.MakefileMakefile. addRules(@NotNull Rule... rules)(experimental) Add multiple rules to the Makefile.Method parameters in io.github.cdklabs.projen with type arguments of type Rule Modifier and Type Method Description Makefile.BuilderMakefile.Builder. rules(List<? extends Rule> rules)(experimental) Rules to include in the Makefile.MakefileOptions.BuilderMakefileOptions.Builder. rules(List<? extends Rule> rules)Sets the value ofMakefileOptions.getRules()
-