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

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

public class AndMatcher
extends java.lang.Object
implements NodeMatcher

See Also:
Serialized Form

Constructor Summary
AndMatcher()
           
 
Method Summary
 java.util.List<NodeMatcherCriteria> getCriterias()
           
 boolean matches(Step step, GridNode node)
           
 void setCriterias(java.util.List<NodeMatcherCriteria> criterias)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AndMatcher

public AndMatcher()
Method Detail

getCriterias

@Size(min=2,
      max=100)
public java.util.List<NodeMatcherCriteria> getCriterias()

setCriterias

public void setCriterias(java.util.List<NodeMatcherCriteria> criterias)

matches

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


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