Groovy Documentation

org.gradle.api.internal.tasks.copy.pattern
Class DefaultPatternMatcher

java.lang.Object
  org.gradle.api.internal.tasks.copy.pattern.DefaultPatternMatcher
All Implemented Interfaces:
Spec

class DefaultPatternMatcher

author:
Steve Appling


Constructor Summary
DefaultPatternMatcher(boolean partialMatchDirs, boolean caseSensitive, java.lang.String[] patternParts)

 
Method Summary
List getStepsForTest()

boolean isSatisfiedBy(RelativePath pathToTest)

 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Constructor Detail

DefaultPatternMatcher

public DefaultPatternMatcher(boolean partialMatchDirs, boolean caseSensitive, java.lang.String[] patternParts)


 
Method Detail

getStepsForTest

public List getStepsForTest()


isSatisfiedBy

public boolean isSatisfiedBy(RelativePath pathToTest)


 

Groovy Documentation