Package edu.wpi.first.toolchain
Class ToolchainExtension
- java.lang.Object
-
- java.util.AbstractCollection<T>
-
- org.gradle.api.internal.DefaultDomainObjectCollection<T>
-
- org.gradle.api.internal.DefaultNamedDomainObjectCollection<T>
-
- org.gradle.api.internal.DefaultNamedDomainObjectSet<ToolchainDescriptor>
-
- edu.wpi.first.toolchain.ToolchainExtension
-
- All Implemented Interfaces:
java.lang.Iterable<ToolchainDescriptor>,java.util.Collection<ToolchainDescriptor>,java.util.Set<ToolchainDescriptor>,org.gradle.api.DomainObjectCollection<ToolchainDescriptor>,org.gradle.api.internal.WithEstimatedSize,org.gradle.api.internal.WithMutationGuard,org.gradle.api.NamedDomainObjectCollection<ToolchainDescriptor>,org.gradle.api.NamedDomainObjectSet<ToolchainDescriptor>,org.gradle.internal.metaobject.MethodMixIn,org.gradle.internal.metaobject.PropertyMixIn
public class ToolchainExtension extends org.gradle.api.internal.DefaultNamedDomainObjectSet<ToolchainDescriptor>
-
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description booleanregisterPlatforms
-
Constructor Summary
Constructors Constructor Description ToolchainExtension(org.gradle.api.Project project)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexplain(org.gradle.util.TreeVisitor<java.lang.String> visitor)voidwithRaspbian()voidwithRoboRIO()-
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.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.gradle.api.DomainObjectCollection
addAllLater, addLater, all, all, configureEach, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType
-
-