Package io.github.cdklabs.projen.java
Class PluginOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.java.PluginOptions.Jsii$Proxy
-
- All Implemented Interfaces:
PluginOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PluginOptions
@Stability(Experimental) @Internal public static final class PluginOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PluginOptions
An implementation forPluginOptions
-
-
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.java.PluginOptions
PluginOptions.Builder, PluginOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(PluginOptions.Builder builder)Constructor that initializes the object based on literal property values passed by thePluginOptions.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)Map<String,Object>getConfiguration()(experimental) Plugin key/value configuration.List<String>getDependencies()(experimental) You could configure the dependencies for the plugin.List<PluginExecution>getExecutions()(experimental) Plugin executions.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(PluginOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by thePluginOptions.Builder.
-
-
Method Detail
-
getConfiguration
public final Map<String,Object> getConfiguration()
Description copied from interface:PluginOptions(experimental) Plugin key/value configuration.Default: {}
- Specified by:
getConfigurationin interfacePluginOptions
-
getDependencies
public final List<String> getDependencies()
Description copied from interface:PluginOptions(experimental) You could configure the dependencies for the plugin.Dependencies are in
<groupId>/<artifactId>@<semver>format.Default: []
- Specified by:
getDependenciesin interfacePluginOptions
-
getExecutions
public final List<PluginExecution> getExecutions()
Description copied from interface:PluginOptions(experimental) Plugin executions.Default: []
- Specified by:
getExecutionsin interfacePluginOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-