Interface Bundle
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
Bundle.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.150Z") @Stability(Experimental) public interface Bundle extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBundle.BuilderA builder forBundlestatic classBundle.Jsii$ProxyAn implementation forBundle
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static Bundle.Builderbuilder()TaskgetBundleTask()(experimental) The task that produces this bundle.StringgetOutdir()(experimental) Base directory containing the output file (relative to project root).StringgetOutfile()(experimental) Location of the output file (relative to project root).default TaskgetWatchTask()(experimental) The "watch" task for this bundle.
-
-
-
Method Detail
-
getBundleTask
@Stability(Experimental) @NotNull Task getBundleTask()
(experimental) The task that produces this bundle.
-
getOutdir
@Stability(Experimental) @NotNull String getOutdir()
(experimental) Base directory containing the output file (relative to project root).
-
getOutfile
@Stability(Experimental) @NotNull String getOutfile()
(experimental) Location of the output file (relative to project root).
-
getWatchTask
@Stability(Experimental) @Nullable default Task getWatchTask()
(experimental) The "watch" task for this bundle.
-
builder
@Stability(Experimental) static Bundle.Builder builder()
- Returns:
- a
Bundle.BuilderofBundle
-
-