Class ToolchainExtension

    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.gradle.api.internal.DefaultNamedDomainObjectCollection

        org.gradle.api.internal.DefaultNamedDomainObjectCollection.AbstractDomainObjectCreatingProvider<I extends T>, org.gradle.api.internal.DefaultNamedDomainObjectCollection.AbstractNamedDomainObjectProvider<I extends T>, org.gradle.api.internal.DefaultNamedDomainObjectCollection.ElementInfo<T extends java.lang.Object>, org.gradle.api.internal.DefaultNamedDomainObjectCollection.ExistingNamedDomainObjectProvider<I extends T>, org.gradle.api.internal.DefaultNamedDomainObjectCollection.Index<T extends java.lang.Object>, org.gradle.api.internal.DefaultNamedDomainObjectCollection.UnfilteredIndex<T extends java.lang.Object>
      • Nested classes/interfaces inherited from class org.gradle.api.internal.DefaultDomainObjectCollection

        org.gradle.api.internal.DefaultDomainObjectCollection.IteratorImpl
      • Nested classes/interfaces inherited from interface org.gradle.api.internal.WithEstimatedSize

        org.gradle.api.internal.WithEstimatedSize.Estimates
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean registerPlatforms  
      • Fields inherited from class org.gradle.api.internal.DefaultNamedDomainObjectCollection

        index
    • Constructor Summary

      Constructors 
      Constructor Description
      ToolchainExtension​(org.gradle.api.Project project)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void explain​(org.gradle.util.TreeVisitor<java.lang.String> visitor)  
      void withRaspbian()  
      void withRoboRIO()  
      • Methods inherited from class org.gradle.api.internal.DefaultNamedDomainObjectSet

        filtered, findAll, getDisplayName, matching, matching, withMutationDisabled, withType
      • Methods inherited from class org.gradle.api.internal.DefaultNamedDomainObjectCollection

        add, add, addAll, addLater, addRule, addRule, addRule, assertCanAdd, assertCanAdd, clear, createExistingProvider, createNotFoundException, createWrongTypeException, deferredElementKnown, didAdd, didRemove, didRemove, filteredIndex, findByName, findByNameLaterWithoutRules, findByNameWithoutRules, findDomainObject, getAdditionalMethods, getAdditionalProperties, getAsMap, getAt, getByName, getByName, getByName, getCollectionSchema, getElementsAsDynamicObject, getInstantiator, getNamer, getNames, getRules, getTypeDisplayName, handleAttemptToAddItemWithNonUniqueName, hasWithName, index, named, named, named, named, realized, removeByName, toString, whenElementKnown
      • Methods inherited from class org.gradle.api.internal.DefaultDomainObjectCollection

        addAllLater, all, all, assertMutable, assertMutableCollectionContents, configureEach, contains, containsAll, createFilter, createFilter, createFilter, estimatedSize, filteredEvents, filteredStore, filteredStore, findAll, getEventRegister, getMutationGuard, getStore, getType, isEmpty, iterator, remove, removeAll, retainAll, size, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType
      • Methods inherited from class java.util.AbstractCollection

        toArray, toArray
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        parallelStream, removeIf, stream, toArray
      • Methods inherited from interface org.gradle.api.DomainObjectCollection

        addAllLater, addLater, all, all, configureEach, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType
      • Methods inherited from interface java.lang.Iterable

        forEach
      • Methods inherited from interface org.gradle.api.NamedDomainObjectCollection

        add, addAll, addRule, addRule, addRule, findByName, getAsMap, getAt, getByName, getByName, getByName, getCollectionSchema, getNamer, getNames, getRules, named, named, named, named
      • Methods inherited from interface java.util.Set

        add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArray
    • Field Detail

      • registerPlatforms

        public boolean registerPlatforms
    • Constructor Detail

      • ToolchainExtension

        public ToolchainExtension​(org.gradle.api.Project project)
    • Method Detail

      • withRoboRIO

        public void withRoboRIO()
      • withRaspbian

        public void withRaspbian()
      • explain

        public void explain​(org.gradle.util.TreeVisitor<java.lang.String> visitor)