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

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

public class UnderSpecifiedTreeMatcher
extends java.lang.Object
implements BuildMatcher

See Also:
Serialized Form

Constructor Summary
UnderSpecifiedTreeMatcher()
           
 
Method Summary
 java.lang.String getTreeRoot()
           
 boolean isIncludeRoot()
           
 boolean matches(Configuration configuration, Build build)
           
 void setIncludeRoot(boolean includeRoot)
           
 void setTreeRoot(java.lang.String treeRoot)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnderSpecifiedTreeMatcher

public UnderSpecifiedTreeMatcher()
Method Detail

getTreeRoot

@NotEmpty
public java.lang.String getTreeRoot()

setTreeRoot

public void setTreeRoot(java.lang.String treeRoot)

isIncludeRoot

public boolean isIncludeRoot()

setIncludeRoot

public void setIncludeRoot(boolean includeRoot)

matches

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


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