Package io.github.cdklabs.projen.cdk
Interface JsiiDotNetTarget
-
- All Superinterfaces:
CommonPublishOptions,software.amazon.jsii.JsiiSerializable,NugetPublishOptions
- All Known Implementing Classes:
JsiiDotNetTarget.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:42.963Z") @Stability(Experimental) public interface JsiiDotNetTarget extends software.amazon.jsii.JsiiSerializable, NugetPublishOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classJsiiDotNetTarget.BuilderA builder forJsiiDotNetTargetstatic classJsiiDotNetTarget.Jsii$ProxyAn implementation forJsiiDotNetTarget
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static JsiiDotNetTarget.Builderbuilder()StringgetDotNetNamespace()default StringgetIconUrl()StringgetPackageId()-
Methods inherited from interface io.github.cdklabs.projen.release.CommonPublishOptions
getPostPublishSteps, getPrePublishSteps, getPublishTools
-
Methods inherited from interface io.github.cdklabs.projen.release.NugetPublishOptions
getNugetApiKeySecret, getNugetServer
-
-
-
-
Method Detail
-
getDotNetNamespace
@Stability(Experimental) @NotNull String getDotNetNamespace()
-
getPackageId
@Stability(Experimental) @NotNull String getPackageId()
-
getIconUrl
@Stability(Experimental) @Nullable default String getIconUrl()
-
builder
@Stability(Experimental) static JsiiDotNetTarget.Builder builder()
- Returns:
- a
JsiiDotNetTarget.BuilderofJsiiDotNetTarget
-
-