com.pmease.quickbuild.setting.configuration.aggregation
Class ScriptMatcher

java.lang.Object
  extended by com.pmease.quickbuild.setting.configuration.aggregation.ScriptMatcher
All Implemented Interfaces:
BuildMatcher, java.io.Serializable

public class ScriptMatcher
extends java.lang.Object
implements BuildMatcher

See Also:
Serialized Form

Constructor Summary
ScriptMatcher(Aggregation aggregation)
           
 
Method Summary
 java.lang.String getScript()
           
 boolean matches(Configuration configuration, Build build)
           
 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

ScriptMatcher

public ScriptMatcher(Aggregation aggregation)
Method Detail

getScript

@NotEmpty
public java.lang.String getScript()

setScript

public void setScript(java.lang.String script)

matches

public boolean matches(Configuration configuration,
                       Build build)
Specified by:
matches in interface BuildMatcher


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