@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.828Z") @Stability(value=Experimental) public class Projenrc extends Component
This will install org.projen/projen as a Maven dependency and will add a
synth task which will compile & execute main() from
src/main/java/projenrc.java.
| Modifier and Type | Class and Description |
|---|---|
static class |
Projenrc.Builder
(experimental) A fluent builder for
Projenrc. |
| Modifier | Constructor and Description |
|---|---|
protected |
Projenrc(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Projenrc(software.amazon.jsii.JsiiObjectRef objRef) |
|
Projenrc(Project project,
Pom pom) |
|
Projenrc(Project project,
Pom pom,
ProjenrcOptions options) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
(experimental) The name of the java class that includes the projen entrypoint.
|
getProject, postSynthesize, preSynthesize, synthesizejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Projenrc(software.amazon.jsii.JsiiObjectRef objRef)
protected Projenrc(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public Projenrc(@NotNull
Project project,
@NotNull
Pom pom,
@Nullable
ProjenrcOptions options)
project - This parameter is required.pom - This parameter is required.options - @Stability(value=Experimental) @NotNull public String getClassName()
Copyright © 2021. All rights reserved.