Package | Description |
---|---|
org.eclipse.m2e.core.ui.internal.editing | |
org.eclipse.m2e.editor.xml.internal |
Modifier and Type | Method and Description |
---|---|
static PomEdits.Matcher |
PomEdits.childAt(int index)
keeps internal state, needs to be recreated for each query, when used in conjunction with out matchers shall
probably be placed last.
|
static PomEdits.Matcher |
PomEdits.childEquals(String elementName,
String matchingValue) |
static PomEdits.Matcher |
PomEdits.childMissingOrEqual(String elementName,
String matchingValue) |
static PomEdits.Matcher |
PomEdits.textEquals(String matchingValue) |
Modifier and Type | Method and Description |
---|---|
static Element |
PomEdits.findChild(Element parent,
String name,
PomEdits.Matcher... matchers)
finds exactly one (first) occurence of child element with the given name (eg.
|
Modifier and Type | Method and Description |
---|---|
static Element |
XmlUtils.findChild(Element parent,
String name,
PomEdits.Matcher... matchers)
finds exactly one (first) occurence of child element with the given name (eg.
|
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.