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