Class ProjenrcTsOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.typescript.ProjenrcTsOptions.Jsii$Proxy
-
- All Implemented Interfaces:
ProjenrcTsOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ProjenrcTsOptions
@Stability(Experimental) @Internal public static final class ProjenrcTsOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ProjenrcTsOptions
An implementation forProjenrcTsOptions
-
-
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.typescript.ProjenrcTsOptions
ProjenrcTsOptions.Builder, ProjenrcTsOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ProjenrcTsOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theProjenrcTsOptions.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)StringgetFilename()(experimental) The name of the projenrc file.StringgetProjenCodeDir()(experimental) A directory tree that may contain *.ts files that can be referenced from your projenrc typescript file.StringgetTsconfigFileName()(experimental) The name of the tsconfig file that will be used by ts-node when compiling projen source files.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(ProjenrcTsOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theProjenrcTsOptions.Builder.
-
-
Method Detail
-
getFilename
public final String getFilename()
Description copied from interface:ProjenrcTsOptions(experimental) The name of the projenrc file.Default: ".projenrc.ts"
- Specified by:
getFilenamein interfaceProjenrcTsOptions
-
getProjenCodeDir
public final String getProjenCodeDir()
Description copied from interface:ProjenrcTsOptions(experimental) A directory tree that may contain *.ts files that can be referenced from your projenrc typescript file.Default: "projenrc"
- Specified by:
getProjenCodeDirin interfaceProjenrcTsOptions
-
getTsconfigFileName
public final String getTsconfigFileName()
Description copied from interface:ProjenrcTsOptions(experimental) The name of the tsconfig file that will be used by ts-node when compiling projen source files.Default: "tsconfig.projen.json"
- Specified by:
getTsconfigFileNamein interfaceProjenrcTsOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-