Package io.github.cdklabs.projen.vscode
Interface VsCodeLaunchCommandInputEntry
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,VsCodeLaunchInputEntry
- All Known Implementing Classes:
VsCodeLaunchCommandInputEntry.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.322Z") @Stability(Experimental) public interface VsCodeLaunchCommandInputEntry extends software.amazon.jsii.JsiiSerializable, VsCodeLaunchInputEntry
(experimental) Options for a 'VsCodeLaunchCommandInputEntry' Source: https://code.visualstudio.com/docs/editor/variables-reference#_input-variables.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVsCodeLaunchCommandInputEntry.BuilderA builder forVsCodeLaunchCommandInputEntrystatic classVsCodeLaunchCommandInputEntry.Jsii$ProxyAn implementation forVsCodeLaunchCommandInputEntry
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static VsCodeLaunchCommandInputEntry.Builderbuilder()default ObjectgetArgs()StringgetCommand()-
Methods inherited from interface io.github.cdklabs.projen.vscode.VsCodeLaunchInputEntry
getId
-
-
-
-
Method Detail
-
getCommand
@Stability(Experimental) @NotNull String getCommand()
-
getArgs
@Stability(Experimental) @Nullable default Object getArgs()
-
builder
@Stability(Experimental) static VsCodeLaunchCommandInputEntry.Builder builder()
-
-