@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.456Z") @Stability(value=Experimental) public class XmlFile extends ObjectFile
Objects passed in will be synthesized using the npm "xml" library.
https://www.npmjs.com/package/xml| Modifier and Type | Class and Description |
|---|---|
static class |
XmlFile.Builder
(experimental) A fluent builder for
XmlFile. |
PROJEN_MARKER| Modifier | Constructor and Description |
|---|---|
protected |
XmlFile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
XmlFile(software.amazon.jsii.JsiiObjectRef objRef) |
|
XmlFile(Project project,
String filePath) |
|
XmlFile(Project project,
String filePath,
XmlFileOptions 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 XmlFile(software.amazon.jsii.JsiiObjectRef objRef)
protected XmlFile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public XmlFile(@NotNull
Project project,
@NotNull
String filePath,
@Nullable
XmlFileOptions options)
project - This parameter is required.filePath - This parameter is required.options - @Stability(value=Experimental) @Nullable protected String synthesizeContent(@NotNull IResolver resolver)
synthesizeContent in class ObjectFileresolver - This parameter is required.Copyright © 2021. All rights reserved.