@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.439Z") @Stability(value=Deprecated) @Deprecated public class Semver extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
Semver(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
Semver(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Semver |
caret(String version)
Deprecated.
|
String |
getMode()
Deprecated.
|
String |
getSpec()
Deprecated.
|
String |
getVersion()
Deprecated.
|
static Semver |
latest()
Deprecated.
|
static Semver |
of(String spec)
Deprecated.
|
static Semver |
pinned(String version)
Deprecated.
|
static Semver |
tilde(String version)
Deprecated.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Semver(software.amazon.jsii.JsiiObjectRef objRef)
protected Semver(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Deprecated) @Deprecated @NotNull public static Semver caret(@NotNull String version)
= version < next major version
version - This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull public static Semver latest()
@Stability(value=Deprecated) @Deprecated @NotNull public static Semver of(@NotNull String spec)
spec - This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull public static Semver pinned(@NotNull String version)
version - This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull public static Semver tilde(@NotNull String version)
= version < next minor version
version - This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull public String getSpec()
@Stability(value=Deprecated) @Deprecated @Nullable public String getMode()
@Stability(value=Deprecated) @Deprecated @Nullable public String getVersion()
Copyright © 2021. All rights reserved.