Package io.github.cdklabs.projen
Interface TomlFileOptions
-
- All Superinterfaces:
FileBaseOptions,software.amazon.jsii.JsiiSerializable,ObjectFileOptions
- All Known Implementing Classes:
TomlFileOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:42.816Z") @Stability(Experimental) public interface TomlFileOptions extends software.amazon.jsii.JsiiSerializable, ObjectFileOptions
(experimental) Options forTomlFile.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTomlFileOptions.BuilderA builder forTomlFileOptionsstatic classTomlFileOptions.Jsii$ProxyAn implementation forTomlFileOptions
-
Method Summary
Static Methods Modifier and Type Method Description static TomlFileOptions.Builderbuilder()-
Methods inherited from interface io.github.cdklabs.projen.FileBaseOptions
getCommitted, getEditGitignore, getExecutable, getMarker, getReadonly
-
Methods inherited from interface io.github.cdklabs.projen.ObjectFileOptions
getObj, getOmitEmpty
-
-
-
-
Method Detail
-
builder
@Stability(Experimental) static TomlFileOptions.Builder builder()
- Returns:
- a
TomlFileOptions.BuilderofTomlFileOptions
-
-