Package io.github.cdklabs.projen.cdk
Class AutoDiscoverBaseOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.cdk.AutoDiscoverBaseOptions.Jsii$Proxy
-
- All Implemented Interfaces:
AutoDiscoverBaseOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AutoDiscoverBaseOptions
@Stability(Experimental) @Internal public static final class AutoDiscoverBaseOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AutoDiscoverBaseOptions
An implementation forAutoDiscoverBaseOptions
-
-
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.cdk.AutoDiscoverBaseOptions
AutoDiscoverBaseOptions.Builder, AutoDiscoverBaseOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AutoDiscoverBaseOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theAutoDiscoverBaseOptions.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)StringgetExtension()(experimental) Locate files with the given extension.StringgetProjectdir()(experimental) Locate entrypoints in the given project directory.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(AutoDiscoverBaseOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theAutoDiscoverBaseOptions.Builder.
-
-
Method Detail
-
getExtension
public final String getExtension()
Description copied from interface:AutoDiscoverBaseOptions(experimental) Locate files with the given extension.Example:
".integ.ts"
- Specified by:
getExtensionin interfaceAutoDiscoverBaseOptions
-
getProjectdir
public final String getProjectdir()
Description copied from interface:AutoDiscoverBaseOptions(experimental) Locate entrypoints in the given project directory.Example:
"test"
- Specified by:
getProjectdirin interfaceAutoDiscoverBaseOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-