|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.internal.tasks.copy.pattern.PatternMatcherFactory
class PatternMatcherFactory
| 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()
| Method Detail |
|---|
public static Spec getPatternMatcher(boolean partialMatchDirs, boolean caseSensitive, java.lang.String pattern)
Groovy Documentation