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

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

public class ScriptNodeMatcher
extends java.lang.Object
implements NodeMatcher

See Also:
Serialized Form

Constructor Summary
ScriptNodeMatcher()
           
 
Method Summary
 java.lang.String getScript()
           
 boolean matches(Step step, GridNode node)
           
 void setScript(java.lang.String script)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptNodeMatcher

public ScriptNodeMatcher()
Method Detail

getScript

@NotEmpty
public java.lang.String getScript()

setScript

public void setScript(java.lang.String script)

matches

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


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