com.pmease.quickbuild.resource.nodeselection
Class ScriptNodeSelection

java.lang.Object
  extended by com.pmease.quickbuild.resource.nodeselection.ScriptNodeSelection
All Implemented Interfaces:
NodeSelection, java.io.Serializable

public class ScriptNodeSelection
extends java.lang.Object
implements NodeSelection

See Also:
Serialized Form

Constructor Summary
ScriptNodeSelection()
           
 
Method Summary
 java.lang.String getScript()
           
 boolean matches(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

ScriptNodeSelection

public ScriptNodeSelection()
Method Detail

getScript

@NotEmpty
public java.lang.String getScript()

setScript

public void setScript(java.lang.String script)

matches

public boolean matches(GridNode node)
Specified by:
matches in interface NodeSelection


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