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

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

public class HasResourceMatcher
extends java.lang.Object
implements NodeMatcher

See Also:
Serialized Form

Constructor Summary
HasResourceMatcher()
           
 
Method Summary
 java.lang.String getResource()
           
 boolean matches(Step step, GridNode node)
           
 void setResource(java.lang.String resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HasResourceMatcher

public HasResourceMatcher()
Method Detail

matches

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

getResource

@NotEmpty
public java.lang.String getResource()

setResource

public void setResource(java.lang.String resource)


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