@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.433Z") @Stability(value=Experimental) public class Projects extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
Projects(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Projects(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static void |
createProject(CreateProjectOptions options)
(experimental) Creates a new project with defaults.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Projects(software.amazon.jsii.JsiiObjectRef objRef)
protected Projects(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public static void createProject(@NotNull
CreateProjectOptions options)
This function creates the project type in-process (with in VM) and calls
.synth() on it (if options.synth is not false).
At the moment, it also generates a .projenrc.js file with the same code
that was just executed. In the future, this will also be done by the project
type, so we can easily support multiple languages of projenrc.
options - This parameter is required.Copyright © 2021. All rights reserved.