Interface AntBuilderAware
- All Known Subinterfaces:
AntlrSourceDirectorySet, ConfigurableFileCollection, ConfigurableFileTree, Configuration, ConsumableConfiguration, DependencyScopeConfiguration, FileCollection, FileTree, GroovySourceDirectorySet, LegacyConfiguration, ResolvableConfiguration, ScalaSourceDirectorySet, SourceDirectorySet, SourceSetOutput
- All Known Implementing Classes:
PatternSet
public interface AntBuilderAware
An
AntBuilderAware represents an object which can add itself to Ant tasks, using an AntBuilder.- Since:
- 0.7
-
Method Summary
Modifier and TypeMethodDescriptionaddToAntBuilder(Object node, String childNodeName) Add to ant builder.
-
Method Details
-
addToAntBuilder
-