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

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

public class NotMatcher
extends java.lang.Object
implements NodeMatcher

See Also:
Serialized Form

Constructor Summary
NotMatcher()
           
 
Method Summary
 NodeMatcher getCriteria()
           
 boolean matches(Step step, GridNode node)
           
 void setCriteria(NodeMatcher criteria)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotMatcher

public NotMatcher()
Method Detail

getCriteria

@NotNull
public NodeMatcher getCriteria()

setCriteria

public void setCriteria(NodeMatcher criteria)

matches

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


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