Class ResolvedNativeDependency
- java.lang.Object
-
- edu.wpi.first.nativeutils.dependencies.ResolvedNativeDependency
-
public class ResolvedNativeDependency extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ResolvedNativeDependency(org.gradle.api.file.FileCollection includeRoots, org.gradle.api.file.FileCollection sourceRoots, org.gradle.api.file.FileCollection linkFiles, org.gradle.api.file.FileCollection runtimeFiles)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.gradle.api.file.FileCollectiongetIncludeRoots()org.gradle.api.file.FileCollectiongetLinkFiles()org.gradle.api.file.FileCollectiongetRuntimeFiles()org.gradle.api.file.FileCollectiongetSourceRoots()
-
-
-
Method Detail
-
getIncludeRoots
public org.gradle.api.file.FileCollection getIncludeRoots()
-
getLinkFiles
public org.gradle.api.file.FileCollection getLinkFiles()
-
getRuntimeFiles
public org.gradle.api.file.FileCollection getRuntimeFiles()
-
getSourceRoots
public org.gradle.api.file.FileCollection getSourceRoots()
-
-