Package org.gradle.api.tasks
Interface AntBuilderAware
-
- All Known Subinterfaces:
ConfigurableFileCollection
,ConfigurableFileTree
,Configuration
,FileCollection
,FileTree
,SourceDirectorySet
,SourceSetOutput
- All Known Implementing Classes:
PatternSet
public interface AntBuilderAware
AnAntBuilderAware
represents an object which can add itself to Ant tasks, using anAntBuilder
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
addToAntBuilder(Object node, String childNodeName)
-