public class ApplicationXmlDocument extends XmlDocument
| Modifier and Type | Field and Description |
|---|---|
static String |
APP_XML_FILENAME |
doc| Constructor and Description |
|---|
ApplicationXmlDocument() |
| Modifier and Type | Method and Description |
|---|---|
void |
createApplicationElement(String appFileName,
String artifactId,
boolean isSpringBootApp) |
void |
createElement(String element,
File appFile,
String artifactId) |
static File |
getApplicationXmlFile(File serverDirectory) |
boolean |
hasChildElements() |
void |
writeApplicationXmlDocument(File serverDirectory) |
createDocument, createDocument, writeXMLDocument, writeXMLDocumentpublic static final String APP_XML_FILENAME
public void createApplicationElement(String appFileName, String artifactId, boolean isSpringBootApp)
public void writeApplicationXmlDocument(File serverDirectory) throws IOException, TransformerException
IOExceptionTransformerExceptionpublic boolean hasChildElements()
Copyright © 2018 the original author or authors.