Class ProjectTarget.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.aws.awsprototypingsdk.nxmonorepo.nx.ProjectTarget.Jsii$Proxy
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,ProjectTarget
- Enclosing interface:
- ProjectTarget
@Stability(Stable) @Internal public static final class ProjectTarget.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ProjectTarget
An implementation forProjectTarget
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.aws.awsprototypingsdk.nxmonorepo.nx.ProjectTarget
ProjectTarget.Builder, ProjectTarget.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.protectedJsii$Proxy(ProjectTarget.Builder builder)Constructor that initializes the object based on literal property values passed by theProjectTarget.Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<TargetDependency>getDependsOn()List of Target Dependencies.List<String>getInputs()List of inputs to hash for cache key, relative to the root of the monorepo.List<String>getOutputs()List of outputs to cache, relative to the root of the monorepo.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(ProjectTarget.Builder builder)
Constructor that initializes the object based on literal property values passed by theProjectTarget.Builder.
-
-
Method Detail
-
getDependsOn
public final List<TargetDependency> getDependsOn()
Description copied from interface:ProjectTargetList of Target Dependencies.- Specified by:
getDependsOnin interfaceProjectTarget
-
getInputs
public final List<String> getInputs()
Description copied from interface:ProjectTargetList of inputs to hash for cache key, relative to the root of the monorepo.note: must start with leading /
- Specified by:
getInputsin interfaceProjectTarget
-
getOutputs
public final List<String> getOutputs()
Description copied from interface:ProjectTargetList of outputs to cache, relative to the root of the monorepo.note: must start with leading /
- Specified by:
getOutputsin interfaceProjectTarget
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-