Groovy Documentation

org.gradle.api.artifacts
[Java] Interface IvyObjectBuilder


public interface IvyObjectBuilder

A IvyObjectBuilder builds Ivy domain objects of type T. You can influence the construction of the Ivy objects by adding transformers to this builder. A transformer can either be a closure, or a Transformer implementation. The transformers are called in the order added.


Groovy Documentation