com.pmease.quickbuild.stepsupport
Class StepPath

java.lang.Object
  extended by com.pmease.quickbuild.stepsupport.StepPath
All Implemented Interfaces:
java.io.Serializable

public class StepPath
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Nested Class Summary
static class StepPath.Element
           
 
Field Summary
static char SEPARATOR
           
 
Constructor Summary
StepPath()
           
 
Method Summary
 boolean contains(StepPath path)
           
 boolean equals(java.lang.Object other)
           
 java.util.List<StepPath> findChildren(java.util.List<StepPath> paths)
           
static StepPath fromString(java.lang.String string)
           
 java.util.List<StepPath.Element> getElements()
           
 StepPath.Element getLastElement()
           
 StepPath getParent()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SEPARATOR

public static final char SEPARATOR
See Also:
Constant Field Values
Constructor Detail

StepPath

public StepPath()
Method Detail

getElements

public java.util.List<StepPath.Element> getElements()

getParent

public StepPath getParent()

contains

public boolean contains(StepPath path)

getLastElement

public StepPath.Element getLastElement()

toString

public java.lang.String toString()
Convert this path to a string.

Overrides:
toString in class java.lang.Object

fromString

public static StepPath fromString(java.lang.String string)

findChildren

public java.util.List<StepPath> findChildren(java.util.List<StepPath> paths)

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.