public interface Configuration
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PomPackage.getConfiguration()
Modifier and Type | Method and Description |
---|---|
Node |
createNode(String xpath) |
Node |
getConfigurationNode() |
List<Node> |
getListNodes(String xpath) |
List<String> |
getListValue(String xpath) |
Node |
getNode(String xpath) |
String |
getStringValue(String xpath) |
void |
removeNode(String xpath) |
void |
setNodeValues(Node node,
String xpath,
String[] names,
String[] values) |
void |
setNodeValues(String xpath,
String[] names,
String[] values) |
void |
setNodeValues(String xpath,
String name,
String[] values) |
void |
setStringValue(String xpath,
String value) |
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.