Groovy Documentation

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

java.lang.Object
  org.gradle.api.internal.tasks.copy.pattern.GreedyPatternStep
All Implemented Interfaces:
PatternStep

class GreedyPatternStep

author:
Steve Appling


Constructor Summary
GreedyPatternStep()

 
Method Summary
boolean isGreedy()

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

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

Constructor Detail

GreedyPatternStep

GreedyPatternStep()


 
Method Detail

isGreedy

public boolean isGreedy()


matches

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


 

Groovy Documentation