@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.407Z") @Stability(value=Experimental) public class IniFile extends ObjectFile
| Modifier and Type | Class and Description |
|---|---|
static class |
IniFile.Builder
(experimental) A fluent builder for
IniFile. |
PROJEN_MARKER| Modifier | Constructor and Description |
|---|---|
protected |
IniFile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
IniFile(software.amazon.jsii.JsiiObjectRef objRef) |
|
IniFile(Project project,
String filePath,
IniFileOptions options) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
synthesizeContent(IResolver resolver)
(experimental) Implemented by derived classes and returns the contents of the file to emit.
|
addDeletionOverride, addOverride, getMarker, getOmitEmpty, setMarkergetAbsolutePath, getExecutable, getPath, getReadonly, setExecutable, setReadonly, synthesizegetProject, postSynthesize, preSynthesizejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected IniFile(software.amazon.jsii.JsiiObjectRef objRef)
protected IniFile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public IniFile(@NotNull
Project project,
@NotNull
String filePath,
@NotNull
IniFileOptions options)
project - This parameter is required.filePath - This parameter is required.options - This parameter is required.@Stability(value=Experimental) @Nullable protected String synthesizeContent(@NotNull IResolver resolver)
synthesizeContent in class ObjectFileresolver - This parameter is required.Copyright © 2021. All rights reserved.