public class PluginConfigXmlDocument
extends io.openliberty.tools.common.plugins.config.XmlDocument
| Modifier and Type | Method and Description |
|---|---|
void |
createActiveBuildProfilesElement(String name,
List<org.apache.maven.model.Profile> value) |
void |
createElement(Element element,
String key,
boolean value) |
void |
createElement(Element elem,
String key,
String value) |
void |
createElement(String name,
org.codehaus.mojo.pluginsupport.util.ArtifactItem value) |
void |
createElement(String key,
boolean value) |
void |
createElement(String key,
File value) |
void |
createElement(String name,
Install value) |
void |
createElement(String name,
List<String> values) |
void |
createElement(String name,
Map<String,String> values) |
void |
createElement(String key,
String value) |
static PluginConfigXmlDocument |
newInstance(String rootElement) |
public static PluginConfigXmlDocument newInstance(String rootElement) throws ParserConfigurationException
ParserConfigurationExceptionpublic void createElement(String key, boolean value)
public void createElement(String key, File value) throws IOException
IOExceptionpublic void createElement(String name, org.codehaus.mojo.pluginsupport.util.ArtifactItem value)
Copyright © 2021 the original author or authors.