com.pmease.quickbuild.stepsupport
Class StepAccessor

java.lang.Object
  extended by com.pmease.quickbuild.stepsupport.StepAccessor

public class StepAccessor
extends java.lang.Object


Constructor Summary
StepAccessor()
           
 
Method Summary
 Step get(java.lang.String pathName)
           
 java.util.Collection<Step> getAll()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepAccessor

public StepAccessor()
Method Detail

get

public Step get(java.lang.String pathName)
Get step of specified path in current configuration hierarchy. Null will be returned if not found.


getAll

public java.util.Collection<Step> getAll()
Get all accessed steps.



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