org.jboss.dna.repository.sequencer
Class SequencerPathExpression.Matcher

java.lang.Object
  extended by org.jboss.dna.repository.sequencer.SequencerPathExpression.Matcher
Enclosing class:
SequencerPathExpression

@Immutable
public static class SequencerPathExpression.Matcher
extends Object


Method Summary
 boolean equals(Object obj)
          
 String getInputPath()
           
 String getOutputPath()
           
 String getSelectedPath()
           
 int hashCode()
          
 boolean matches()
           
 String toString()
          
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

matches

public boolean matches()

getInputPath

public String getInputPath()
Returns:
inputPath

getSelectedPath

public String getSelectedPath()
Returns:
selectPattern

getOutputPath

public String getOutputPath()
Returns:
outputPath

hashCode

public int hashCode()

Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)

Overrides:
equals in class Object

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2008-2009 JBoss, a division of Red Hat. All Rights Reserved.