@Stability(value=Experimental) @Internal public static final class PoetryPyprojectOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PoetryPyprojectOptions
PoetryPyprojectOptionssoftware.amazon.jsii.JsiiObject.InitializationModePoetryPyprojectOptions.Builder, PoetryPyprojectOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(PoetryPyprojectOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
PoetryPyprojectOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<String> |
getAuthors()
(experimental) The authors of the package.
|
List<String> |
getClassifiers()
(experimental) A list of PyPI trove classifiers that describe the project.
|
Map<String,Object> |
getDependencies()
(experimental) A list of dependencies for the project.
|
String |
getDescription()
(experimental) A short description of the package (required).
|
Map<String,Object> |
getDevDependencies()
(experimental) A list of development dependencies for the project.
|
String |
getDocumentation()
(experimental) A URL to the documentation of the project.
|
List<String> |
getExclude()
(experimental) A list of patterns that will be excluded in the final package.
|
Map<String,List<String>> |
getExtras()
(experimental) Package extras.
|
String |
getHomepage()
(experimental) A URL to the website of the project.
|
List<String> |
getInclude()
(experimental) A list of patterns that will be included in the final package.
|
List<String> |
getKeywords()
(experimental) A list of keywords (max: 5) that the package is related to.
|
String |
getLicense()
(experimental) License of this package as an SPDX identifier.
|
List<String> |
getMaintainers()
(experimental) the maintainers of the package.
|
String |
getName()
(experimental) Name of the package (required).
|
List<Object> |
getPackages()
(experimental) A list of packages and modules to include in the final distribution.
|
Object |
getPlugins()
(experimental) Plugins.
|
String |
getReadme()
(experimental) The name of the readme file of the package.
|
String |
getRepository()
(experimental) A URL to the repository of the project.
|
Map<String,Object> |
getScripts()
(experimental) The scripts or executables that will be installed when installing the package.
|
List<Object> |
getSource()
(experimental) Source registries from which packages are retrieved.
|
Map<String,String> |
getUrls()
(experimental) Project custom URLs, in addition to homepage, repository and documentation.
|
String |
getVersion()
(experimental) Version of the package (required).
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(PoetryPyprojectOptions.Builder builder)
PoetryPyprojectOptions.Builder.public final Map<String,Object> getDependencies()
PoetryPyprojectOptionsThe python version for which your package is compatible is also required.
Example:
// Example automatically generated from non-compiling source. May contain errors.
{ requests: "^2.13.0" }
getDependencies in interface PoetryPyprojectOptionspublic final Map<String,Object> getDevDependencies()
PoetryPyprojectOptionsExample:
// Example automatically generated from non-compiling source. May contain errors.
{ requests: "^2.13.0" }
getDevDependencies in interface PoetryPyprojectOptionspublic final List<String> getAuthors()
PoetryPyprojectOptionsWithoutDeps
Must be in the form "name
getAuthors in interface PoetryPyprojectOptionsWithoutDepspublic final List<String> getClassifiers()
PoetryPyprojectOptionsWithoutDepsgetClassifiers in interface PoetryPyprojectOptionsWithoutDepshttps://pypi.org/classifiers/public final String getDescription()
PoetryPyprojectOptionsWithoutDepsgetDescription in interface PoetryPyprojectOptionsWithoutDepspublic final String getDocumentation()
PoetryPyprojectOptionsWithoutDepsgetDocumentation in interface PoetryPyprojectOptionsWithoutDepspublic final List<String> getExclude()
PoetryPyprojectOptionsWithoutDepsIf a VCS is being used for a package, the exclude field will be seeded with the VCS’ ignore settings (.gitignore for git for example).
getExclude in interface PoetryPyprojectOptionsWithoutDepspublic final Map<String,List<String>> getExtras()
PoetryPyprojectOptionsWithoutDepsgetExtras in interface PoetryPyprojectOptionsWithoutDepspublic final String getHomepage()
PoetryPyprojectOptionsWithoutDepsgetHomepage in interface PoetryPyprojectOptionsWithoutDepspublic final List<String> getInclude()
PoetryPyprojectOptionsWithoutDepsgetInclude in interface PoetryPyprojectOptionsWithoutDepspublic final List<String> getKeywords()
PoetryPyprojectOptionsWithoutDepsgetKeywords in interface PoetryPyprojectOptionsWithoutDepspublic final String getLicense()
PoetryPyprojectOptionsWithoutDepsIf the project is proprietary and does not use a specific license, you can set this value as "Proprietary".
getLicense in interface PoetryPyprojectOptionsWithoutDepspublic final List<String> getMaintainers()
PoetryPyprojectOptionsWithoutDeps
Must be in the form "name
getMaintainers in interface PoetryPyprojectOptionsWithoutDepspublic final String getName()
PoetryPyprojectOptionsWithoutDepsgetName in interface PoetryPyprojectOptionsWithoutDepspublic final List<Object> getPackages()
PoetryPyprojectOptionsWithoutDepsgetPackages in interface PoetryPyprojectOptionsWithoutDepspublic final Object getPlugins()
PoetryPyprojectOptionsWithoutDepsMust be specified as a table.
getPlugins in interface PoetryPyprojectOptionsWithoutDepshttps://toml.io/en/v1.0.0#tablepublic final String getReadme()
PoetryPyprojectOptionsWithoutDepsgetReadme in interface PoetryPyprojectOptionsWithoutDepspublic final String getRepository()
PoetryPyprojectOptionsWithoutDepsgetRepository in interface PoetryPyprojectOptionsWithoutDepspublic final Map<String,Object> getScripts()
PoetryPyprojectOptionsWithoutDepsgetScripts in interface PoetryPyprojectOptionsWithoutDepspublic final List<Object> getSource()
PoetryPyprojectOptionsWithoutDepsgetSource in interface PoetryPyprojectOptionsWithoutDepspublic final Map<String,String> getUrls()
PoetryPyprojectOptionsWithoutDepsE.g. "Bug Tracker"
getUrls in interface PoetryPyprojectOptionsWithoutDepspublic final String getVersion()
PoetryPyprojectOptionsWithoutDepsgetVersion in interface PoetryPyprojectOptionsWithoutDeps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.