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

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

public class WithSpecifiedNamePatternMatcher
extends java.lang.Object
implements BuildMatcher

See Also:
Serialized Form

Constructor Summary
WithSpecifiedNamePatternMatcher()
           
 
Method Summary
 java.lang.String getPattern()
           
 boolean matches(Configuration configuration, Build build)
           
 void setPattern(java.lang.String pattern)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WithSpecifiedNamePatternMatcher

public WithSpecifiedNamePatternMatcher()
Method Detail

getPattern

@NotEmpty
public java.lang.String getPattern()

setPattern

public void setPattern(java.lang.String pattern)

matches

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


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