com.pmease.quickbuild.stepsupport
Class StepPath
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
SEPARATOR
public static final char SEPARATOR
- See Also:
- Constant Field Values
StepPath
public StepPath()
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.