Groovy Documentation

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

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

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 java.util.Set
java.util.Set#add(java.lang.Object), java.util.Set#equals(java.lang.Object), java.util.Set#hashCode(), java.util.Set#clear(), java.util.Set#size(), java.util.Set#isEmpty(), java.util.Set#contains(java.lang.Object), java.util.Set#addAll(java.util.Collection), java.util.Set#toArray(), java.util.Set#toArray([Ljava.lang.Object;), java.util.Set#iterator(), java.util.Set#remove(java.lang.Object), java.util.Set#removeAll(java.util.Collection), java.util.Set#containsAll(java.util.Collection), java.util.Set#retainAll(java.util.Collection)
 
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, allObjects, allObjects, findAll, findAll, getAll, matching, matching, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType, withType
 
Methods inherited from interface java.util.Collection
java.util.Collection#add(java.lang.Object), java.util.Collection#equals(java.lang.Object), java.util.Collection#hashCode(), java.util.Collection#clear(), java.util.Collection#size(), java.util.Collection#isEmpty(), java.util.Collection#contains(java.lang.Object), java.util.Collection#addAll(java.util.Collection), java.util.Collection#toArray(), java.util.Collection#toArray([Ljava.lang.Object;), java.util.Collection#iterator(), java.util.Collection#remove(java.lang.Object), java.util.Collection#removeAll(java.util.Collection), java.util.Collection#containsAll(java.util.Collection), java.util.Collection#retainAll(java.util.Collection)
 

Method Detail

getDefaultCompiler

public Compiler getDefaultCompiler()
Somehow picks what the default compiler to use is


 

Groovy Documentation