Class DelegatedDependencySet
java.lang.Object
org.wpilib.nativeutils.dependencies.DelegatedDependencySet
- All Implemented Interfaces:
org.gradle.api.Named,org.gradle.nativeplatform.NativeDependencySet,org.wpilib.vscode.dependencies.SourceContainingNativeDependencySet
public class DelegatedDependencySet
extends Object
implements org.gradle.nativeplatform.NativeDependencySet, org.gradle.api.Named, org.wpilib.vscode.dependencies.SourceContainingNativeDependencySet
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
org.gradle.api.Named.Namer -
Constructor Summary
ConstructorsConstructorDescriptionDelegatedDependencySet(String name, org.gradle.api.NamedDomainObjectCollection<NativeDependency> dependencyCollection, boolean required, org.gradle.nativeplatform.NativeBinarySpec binary, FastDownloadDependencySet fastDownloadSet) -
Method Summary
Modifier and TypeMethodDescriptionorg.gradle.api.file.FileCollectionorg.gradle.api.file.FileCollectiongetName()org.gradle.api.file.ProjectLayoutorg.gradle.api.file.FileCollectionorg.gradle.api.file.FileCollectionboolean
-
Constructor Details
-
DelegatedDependencySet
@Inject public DelegatedDependencySet(String name, org.gradle.api.NamedDomainObjectCollection<NativeDependency> dependencyCollection, boolean required, org.gradle.nativeplatform.NativeBinarySpec binary, FastDownloadDependencySet fastDownloadSet)
-
-
Method Details
-
getProjectLayout
@Inject public org.gradle.api.file.ProjectLayout getProjectLayout() -
isRequired
public boolean isRequired() -
getName
- Specified by:
getNamein interfaceorg.gradle.api.Named
-
getSourceRoots
public org.gradle.api.file.FileCollection getSourceRoots()- Specified by:
getSourceRootsin interfaceorg.wpilib.vscode.dependencies.SourceContainingNativeDependencySet
-
getIncludeRoots
public org.gradle.api.file.FileCollection getIncludeRoots()- Specified by:
getIncludeRootsin interfaceorg.gradle.nativeplatform.NativeDependencySet
-
getLinkFiles
public org.gradle.api.file.FileCollection getLinkFiles()- Specified by:
getLinkFilesin interfaceorg.gradle.nativeplatform.NativeDependencySet
-
getRuntimeFiles
public org.gradle.api.file.FileCollection getRuntimeFiles()- Specified by:
getRuntimeFilesin interfaceorg.gradle.nativeplatform.NativeDependencySet
-