org.apache.maven.lifecycle
Class MojoExecutionXPathContainer

java.lang.Object
  extended by org.apache.maven.lifecycle.MojoExecutionXPathContainer

public class MojoExecutionXPathContainer
extends Object


Constructor Summary
MojoExecutionXPathContainer(MojoExecution mojoExecution)
           
 
Method Summary
 boolean containsXPathExpression(String expression)
           
 Iterator<?> getIteratorForXPathExpression(String expression)
           
 Object getValue(String expression)
           
 boolean xPathExpressionEqualsValue(String expression, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MojoExecutionXPathContainer

public MojoExecutionXPathContainer(MojoExecution mojoExecution)
                            throws IOException
Throws:
IOException
Method Detail

getIteratorForXPathExpression

public Iterator<?> getIteratorForXPathExpression(String expression)

containsXPathExpression

public boolean containsXPathExpression(String expression)

getValue

public Object getValue(String expression)

xPathExpressionEqualsValue

public boolean xPathExpressionEqualsValue(String expression,
                                          String value)


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.