@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.414Z") @Stability(value=Experimental) public class Makefile extends FileBase
| Modifier and Type | Class and Description |
|---|---|
static class |
Makefile.Builder
(experimental) A fluent builder for
Makefile. |
PROJEN_MARKER| Modifier | Constructor and Description |
|---|---|
protected |
Makefile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Makefile(software.amazon.jsii.JsiiObjectRef objRef) |
|
Makefile(Project project,
String filePath) |
|
Makefile(Project project,
String filePath,
MakefileOptions options) |
| Modifier and Type | Method and Description |
|---|---|
Makefile |
addAll(String target)
(experimental) Add a target to all.
|
Makefile |
addAlls(String... targets)
(experimental) Add multiple targets to all.
|
Makefile |
addRule(Rule rule)
(experimental) Add a rule to the Makefile.
|
Makefile |
addRules(Rule... rules)
(experimental) Add multiple rules to the Makefile.
|
List<Rule> |
getRules()
(experimental) List of rule definitions.
|
protected String |
synthesizeContent(IResolver resolver)
(experimental) Implemented by derived classes and returns the contents of the file to emit.
|
getAbsolutePath, getExecutable, getPath, getReadonly, setExecutable, setReadonly, synthesizegetProject, postSynthesize, preSynthesizejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Makefile(software.amazon.jsii.JsiiObjectRef objRef)
protected Makefile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public Makefile(@NotNull
Project project,
@NotNull
String filePath,
@Nullable
MakefileOptions options)
project - This parameter is required.filePath - This parameter is required.options - @Stability(value=Experimental) @NotNull public Makefile addAll(@NotNull String target)
target - This parameter is required.@Stability(value=Experimental) @NotNull public Makefile addAlls(@NotNull String... targets)
targets - This parameter is required.@Stability(value=Experimental) @NotNull public Makefile addRule(@NotNull Rule rule)
rule - This parameter is required.@Stability(value=Experimental) @NotNull public Makefile addRules(@NotNull Rule... rules)
rules - This parameter is required.@Stability(value=Experimental) @Nullable protected String synthesizeContent(@NotNull IResolver resolver)
synthesizeContent in class FileBaseresolver - This parameter is required.Copyright © 2021. All rights reserved.