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

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

public class WithSpecifiedVariableMatcher
extends java.lang.Object
implements BuildMatcher

See Also:
Serialized Form

Constructor Summary
WithSpecifiedVariableMatcher()
           
 
Method Summary
 java.lang.String getVarName()
           
 java.lang.String getVarValue()
           
 boolean matches(Configuration configuration, Build build)
           
 void setVarName(java.lang.String varName)
           
 void setVarValue(java.lang.String varValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WithSpecifiedVariableMatcher

public WithSpecifiedVariableMatcher()
Method Detail

getVarName

@NotEmpty
public java.lang.String getVarName()

setVarName

public void setVarName(java.lang.String varName)

getVarValue

@NotEmpty
public java.lang.String getVarValue()

setVarValue

public void setVarValue(java.lang.String varValue)

matches

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


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