com.pmease.quickbuild.setting.step.nodematcher
Class ParamNodeMatcher

java.lang.Object
  extended by com.pmease.quickbuild.setting.step.nodematcher.ParamNodeMatcher
All Implemented Interfaces:
NodeMatcher, java.io.Serializable

public class ParamNodeMatcher
extends java.lang.Object
implements NodeMatcher

See Also:
Serialized Form

Constructor Summary
ParamNodeMatcher()
           
 
Method Summary
 java.lang.String getParam()
           
 boolean matches(Step step, GridNode node)
           
 void setParam(java.lang.String param)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParamNodeMatcher

public ParamNodeMatcher()
Method Detail

getParam

@NotEmpty
public java.lang.String getParam()

setParam

public void setParam(java.lang.String param)

matches

public boolean matches(Step step,
                       GridNode node)
Specified by:
matches in interface NodeMatcher


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