Class OutOfDate.DeleteTargets
java.lang.Object
net.sf.antcontrib.logic.OutOfDate.DeleteTargets
- Enclosing class:
OutOfDate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAll(boolean all) whether to delete all the targets or just those that are newer than the corresponding sources.voidsetFailOnError(boolean failOnError) voidsetQuiet(boolean quiet)
-
Constructor Details
-
DeleteTargets
public DeleteTargets()
-
-
Method Details
-
setAll
public void setAll(boolean all) whether to delete all the targets or just those that are newer than the corresponding sources.- Parameters:
all- true to delete all, default false
-
setQuiet
public void setQuiet(boolean quiet) - Parameters:
quiet- if true suppress messages on deleting files
-
setFailOnError
public void setFailOnError(boolean failOnError) - Parameters:
failOnError- if true halt if there is a failure to delete
-