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