Groovy Documentation

org.gradle.api.tasks.util
Class ExistingDirsFilter

java.lang.Object
  org.gradle.api.tasks.util.ExistingDirsFilter

class ExistingDirsFilter
extends java.lang.Object

author:
Hans Dockter


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

ExistingDirsFilter()


 
Method Detail

checkDestDirAndFindExistingDirsAndThrowStopActionIfNone

public List checkDestDirAndFindExistingDirsAndThrowStopActionIfNone(File destDir, Collection dirFiles)


checkExistenceAndThrowStopActionIfNot

public void checkExistenceAndThrowStopActionIfNot(File dir)


findExistingDirs

public List findExistingDirs(Collection dirFiles)


findExistingDirsAndLogExitMessage

public List findExistingDirsAndLogExitMessage(Collection dirFiles)


findExistingDirsAndThrowStopActionIfNone

public List findExistingDirsAndThrowStopActionIfNone(Collection dirFiles)


 

Groovy Documentation