Package io.github.cdklabs.projen.python
Class SetupPyOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.python.SetupPyOptions.Jsii$Proxy
-
- All Implemented Interfaces:
SetupPyOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SetupPyOptions
@Stability(Experimental) @Internal public static final class SetupPyOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SetupPyOptions
An implementation forSetupPyOptions
-
-
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.python.SetupPyOptions
SetupPyOptions.Builder, SetupPyOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(SetupPyOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theSetupPyOptions.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>getAdditionalOptions()(experimental) Escape hatch to allow any value.StringgetAuthorEmail()(experimental) Author's e-mail.StringgetAuthorName()(experimental) Author's name.List<String>getClassifiers()(experimental) A list of PyPI trove classifiers that describe the project.StringgetDescription()(experimental) A short project description.StringgetHomepage()(experimental) Package's Homepage / Website.StringgetLicense()(experimental) The project license.StringgetName()(experimental) Name of the package.List<String>getPackages()(experimental) List of submodules to be packaged.StringgetVersion()(experimental) Manually specify package version.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(SetupPyOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theSetupPyOptions.Builder.
-
-
Method Detail
-
getAdditionalOptions
public final Map<String,Object> getAdditionalOptions()
Description copied from interface:SetupPyOptions(experimental) Escape hatch to allow any value.- Specified by:
getAdditionalOptionsin interfaceSetupPyOptions
-
getAuthorEmail
public final String getAuthorEmail()
Description copied from interface:SetupPyOptions(experimental) Author's e-mail.- Specified by:
getAuthorEmailin interfaceSetupPyOptions
-
getAuthorName
public final String getAuthorName()
Description copied from interface:SetupPyOptions(experimental) Author's name.- Specified by:
getAuthorNamein interfaceSetupPyOptions
-
getClassifiers
public final List<String> getClassifiers()
Description copied from interface:SetupPyOptions(experimental) A list of PyPI trove classifiers that describe the project.- Specified by:
getClassifiersin interfaceSetupPyOptions- See Also:
- https://pypi.org/classifiers/
-
getDescription
public final String getDescription()
Description copied from interface:SetupPyOptions(experimental) A short project description.- Specified by:
getDescriptionin interfaceSetupPyOptions
-
getHomepage
public final String getHomepage()
Description copied from interface:SetupPyOptions(experimental) Package's Homepage / Website.- Specified by:
getHomepagein interfaceSetupPyOptions
-
getLicense
public final String getLicense()
Description copied from interface:SetupPyOptions(experimental) The project license.- Specified by:
getLicensein interfaceSetupPyOptions
-
getName
public final String getName()
Description copied from interface:SetupPyOptions(experimental) Name of the package.- Specified by:
getNamein interfaceSetupPyOptions
-
getPackages
public final List<String> getPackages()
Description copied from interface:SetupPyOptions(experimental) List of submodules to be packaged.- Specified by:
getPackagesin interfaceSetupPyOptions
-
getVersion
public final String getVersion()
Description copied from interface:SetupPyOptions(experimental) Manually specify package version.- Specified by:
getVersionin interfaceSetupPyOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-