software.amazon.jsii.JsiiObject.InitializationModeRule.Builder, Rule.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(Rule.Builder builder)
Constructor that initializes the object based on literal property values passed by the
Rule.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getPhony()
(experimental) Marks whether the target is phony.
|
List<String> |
getPrerequisites()
(experimental) Files that are used as inputs to create a target.
|
List<String> |
getRecipe()
(experimental) Commands that are run (using prerequisites as inputs) to create a target.
|
List<String> |
getTargets()
(experimental) Files to be created or updated by this rule.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(Rule.Builder builder)
Rule.Builder.public final List<String> getTargets()
RuleIf the rule is phony then instead this represents the command's name(s).
getTargets in interface Rulepublic final Boolean getPhony()
RuleDefault: false
public final List<String> getPrerequisites()
RuleDefault: []
getPrerequisites in interface Rulepublic final List<String> getRecipe()
RuleDefault: []
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.