Package org.gradle.api.tasks
Interface AntBuilderAware
-
- All Known Subinterfaces:
AntlrSourceDirectorySet
,ConfigurableFileCollection
,ConfigurableFileTree
,Configuration
,ConsumableConfiguration
,DependencyScopeConfiguration
,FileCollection
,FileTree
,GroovySourceDirectorySet
,ResolvableConfiguration
,ScalaSourceDirectorySet
,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 java.lang.Object
addToAntBuilder(java.lang.Object node, java.lang.String childNodeName)
-