com.pmease.quickbuild.setting.configuration.aggregation
Interface BuildMatcher

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AllChildrenMatcher, AllTreeMatcher, AndMatcher, OrMatcher, ScriptMatcher, SpecifiedChildrenMatcher, UnderSpecifiedTreeMatcher, WithSpecifiedNamePatternMatcher, WithSpecifiedVariableMatcher

public interface BuildMatcher
extends java.io.Serializable


Method Summary
 boolean matches(Configuration configuration, Build build)
           
 

Method Detail

matches

boolean matches(Configuration configuration,
                Build build)


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