Class SimulationDependencySet
- java.lang.Object
-
- edu.wpi.first.gradlerio.wpi.simulation.SimulationDependencySet
-
- All Implemented Interfaces:
org.gradle.nativeplatform.NativeDependencySet
public class SimulationDependencySet extends java.lang.Object implements org.gradle.nativeplatform.NativeDependencySet
-
-
Constructor Summary
Constructors Constructor Description SimulationDependencySet(org.gradle.api.file.ProjectLayout layout, 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()
-
-
-
Method Detail
-
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
-
-