Groovy Documentation

org.gradle.api.internal.tasks.copy.pattern
Interface PatternStep


interface PatternStep

author:
Steve Appling


Method Summary
boolean isGreedy()

boolean matches(java.lang.String candidate, boolean isFile)

 

Method Detail

isGreedy

public boolean isGreedy()


matches

public boolean matches(java.lang.String candidate, boolean isFile)


 

Groovy Documentation