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

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

public class HashAttributeValueMatcher
extends AttributeMatcher

See Also:
Serialized Form

Nested Class Summary
static class HashAttributeValueMatcher.Operator
           
 
Constructor Summary
HashAttributeValueMatcher()
           
 
Method Summary
 HashAttributeValueMatcher.Operator getOperator()
           
 java.lang.String getValue()
           
 boolean matches(Step step, GridNode node)
           
 void setOperator(HashAttributeValueMatcher.Operator operator)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class com.pmease.quickbuild.setting.step.nodematcher.AttributeMatcher
getAttribute, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashAttributeValueMatcher

public HashAttributeValueMatcher()
Method Detail

getOperator

@NotNull
public HashAttributeValueMatcher.Operator getOperator()

setOperator

public void setOperator(HashAttributeValueMatcher.Operator operator)

getValue

@NotEmpty
public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

matches

public boolean matches(Step step,
                       GridNode node)


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