org.gradle.plugins.binaries.model
[Java] Interface CompilerRegistry
org.gradle.api.NamedDomainObjectSet
org.gradle.api.NamedDomainObjectCollection
java.lang.Iterable
org.gradle.api.DomainObjectCollection
java.util.Collection
org.gradle.plugins.binaries.model.CompilerRegistry
- All Superinterfaces:
- NamedDomainObjectSet, NamedDomainObjectCollection, Iterable, DomainObjectCollection, Collection
public interface CompilerRegistry
extends NamedDomainObjectSet
A container for compiler adapters
Methods inherited from interface NamedDomainObjectCollection
|
add, addAll, addRule, addRule, findByName, getAsMap, getAt, getByName, getByName, getNamer, getRules, matching, matching, withType |
Methods inherited from interface Set
|
add, equals, hashCode, clear, size, isEmpty, contains, addAll, toArray, toArray, iterator, remove, removeAll, containsAll, retainAll |
getDefaultCompiler
public Compiler getDefaultCompiler()
- Somehow picks what the default compiler to use is
Gradle API 1.0-milestone-8