|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.tasks.util.ExistingDirsFilter
class ExistingDirsFilter extends java.lang.Object
Constructor Summary | |
ExistingDirsFilter()
|
Method Summary | |
---|---|
List
|
checkDestDirAndFindExistingDirsAndThrowStopActionIfNone(File destDir, Collection dirFiles)
|
void
|
checkExistenceAndThrowStopActionIfNot(File dir)
|
List
|
findExistingDirs(Collection dirFiles)
|
List
|
findExistingDirsAndLogExitMessage(Collection dirFiles)
|
List
|
findExistingDirsAndThrowStopActionIfNone(Collection dirFiles)
|
Methods inherited from class java.lang.Object | |
---|---|
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
Constructor Detail |
---|
ExistingDirsFilter()
Method Detail |
---|
public List checkDestDirAndFindExistingDirsAndThrowStopActionIfNone(File destDir, Collection dirFiles)
public void checkExistenceAndThrowStopActionIfNot(File dir)
public List findExistingDirs(Collection dirFiles)
public List findExistingDirsAndLogExitMessage(Collection dirFiles)
public List findExistingDirsAndThrowStopActionIfNone(Collection dirFiles)
Groovy Documentation