public class MojoExecutionXPathContainer extends Object
| Constructor and Description |
|---|
MojoExecutionXPathContainer(org.apache.maven.plugin.MojoExecution mojoExecution) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsXPathExpression(String expression) |
Iterator<?> |
getIteratorForXPathExpression(String expression) |
Object |
getValue(String expression) |
boolean |
xPathExpressionEqualsValue(String expression,
String value) |
public MojoExecutionXPathContainer(org.apache.maven.plugin.MojoExecution mojoExecution)
throws IOException
IOExceptionpublic boolean containsXPathExpression(String expression)
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.