Package io.github.cdklabs.projen
Class Rule.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.Rule.Jsii$Proxy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.Rule
Rule.Builder, Rule.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(Rule.Builder builder)Constructor that initializes the object based on literal property values passed by theRule.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)BooleangetPhony()(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.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(Rule.Builder builder)
Constructor that initializes the object based on literal property values passed by theRule.Builder.
-
-
Method Detail
-
getTargets
public final List<String> getTargets()
Description copied from interface:Rule(experimental) Files to be created or updated by this rule.If the rule is phony then instead this represents the command's name(s).
- Specified by:
getTargetsin interfaceRule
-
getPhony
public final Boolean getPhony()
Description copied from interface:Rule(experimental) Marks whether the target is phony.Default: false
-
getPrerequisites
public final List<String> getPrerequisites()
Description copied from interface:Rule(experimental) Files that are used as inputs to create a target.Default: []
- Specified by:
getPrerequisitesin interfaceRule
-
getRecipe
public final List<String> getRecipe()
Description copied from interface:Rule(experimental) Commands that are run (using prerequisites as inputs) to create a target.Default: []
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-