public class ServerConfigDropinXmlDocument extends XmlDocument
doc| Modifier and Type | Method and Description |
|---|---|
void |
createComment(Element elem,
String comment) |
void |
createComment(String comment) |
void |
createVariableWithValue(Element elem,
String varName,
String varValue,
boolean isDefaultValue) |
void |
createVariableWithValue(String varName,
String varValue,
boolean isDefaultValue) |
static ServerConfigDropinXmlDocument |
newInstance() |
createDocument, createDocument, writeXMLDocument, writeXMLDocumentpublic static ServerConfigDropinXmlDocument newInstance() throws ParserConfigurationException
ParserConfigurationExceptionpublic void createComment(String comment)
public void createVariableWithValue(String varName, String varValue, boolean isDefaultValue)
Copyright © 2021 the original author or authors.