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

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

public class VariableNodeMatcher
extends java.lang.Object
implements NodeMatcher

See Also:
Serialized Form

Constructor Summary
VariableNodeMatcher()
           
 
Method Summary
 java.lang.String getVariable()
           
 boolean matches(Step step, GridNode node)
           
 void setVariable(java.lang.String variable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableNodeMatcher

public VariableNodeMatcher()
Method Detail

getVariable

@NotEmpty
public java.lang.String getVariable()

setVariable

public void setVariable(java.lang.String variable)

matches

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


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