Groovy Documentation

org.gradle.plugins.binaries.model
[Java] Interface CompilerRegistry

org.gradle.api.NamedDomainObjectSet
  org.gradle.api.DomainObjectCollection
      java.util.Collection
          org.gradle.api.NamedDomainObjectCollection
              java.lang.Iterable
                  org.gradle.plugins.binaries.model.CompilerRegistry
All Superinterfaces:
NamedDomainObjectSet, DomainObjectCollection, Collection, NamedDomainObjectCollection, Iterable

public interface CompilerRegistry
extends NamedDomainObjectSet

A container for compiler adapters


Method Summary
Compiler getDefaultCompiler()

Somehow picks what the default compiler to use is.

 
Methods inherited from interface NamedDomainObjectSet
findAll, matching, matching, withType
 
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, remove, equals, hashCode, clear, isEmpty, contains, size, toArray, toArray, iterator, spliterator, addAll, containsAll, removeAll, retainAll, stream, removeIf, parallelStream, forEach
 

Method Detail

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.5