Groovy Documentation

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

java.lang.Object
  org.gradle.api.internal.tasks.copy.pattern.PatternMatcherFactory

class PatternMatcherFactory

author:
Steve Appling


Constructor Summary
PatternMatcherFactory()

 
Method Summary
static Spec getPatternMatcher(boolean partialMatchDirs, boolean caseSensitive, java.lang.String pattern)

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

Constructor Detail

PatternMatcherFactory

PatternMatcherFactory()


 
Method Detail

getPatternMatcher

public static Spec getPatternMatcher(boolean partialMatchDirs, boolean caseSensitive, java.lang.String pattern)


 

Groovy Documentation