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

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

public class SpecifiedChildrenMatcher
extends java.lang.Object
implements BuildMatcher

See Also:
Serialized Form

Constructor Summary
SpecifiedChildrenMatcher()
           
 
Method Summary
 java.lang.String getConfigurationPaths()
           
 boolean matches(Configuration configuration, Build build)
           
 void setConfigurationPaths(java.lang.String configurationPaths)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpecifiedChildrenMatcher

public SpecifiedChildrenMatcher()
Method Detail

getConfigurationPaths

@NotEmpty
public java.lang.String getConfigurationPaths()

setConfigurationPaths

public void setConfigurationPaths(java.lang.String configurationPaths)

matches

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


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