Class FRCNativeArtifact
- java.lang.Object
-
- edu.wpi.first.deployutils.deploy.artifact.AbstractArtifact
-
- edu.wpi.first.deployutils.deploy.artifact.NativeExecutableArtifact
-
- edu.wpi.first.gradlerio.deploy.DebuggableNativeArtifact
-
- edu.wpi.first.gradlerio.deploy.roborio.FRCNativeArtifact
-
- All Implemented Interfaces:
edu.wpi.first.deployutils.deploy.artifact.Artifact,edu.wpi.first.deployutils.deploy.artifact.CacheableArtifact,DebuggableArtifact,org.gradle.api.Named
public class FRCNativeArtifact extends DebuggableNativeArtifact
-
-
Constructor Summary
Constructors Constructor Description FRCNativeArtifact(java.lang.String name, RoboRIO target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getArguments()org.gradle.api.provider.Property<org.gradle.nativeplatform.NativeExecutableSpec>getComponent()FRCProgramStartArtifactgetProgramStartArtifact()RobotCommandArtifactgetRobotCommandArtifact()-
Methods inherited from class edu.wpi.first.gradlerio.deploy.DebuggableNativeArtifact
getDebugPort, getTargetDebugInfo
-
Methods inherited from class edu.wpi.first.deployutils.deploy.artifact.NativeExecutableArtifact
deploy, getBinary, getCacheMethod, getDeployedFile, getFilename, getInstallTaskProvider, getLibraryDirectory, getLibraryFilter, isDeployLibraries, setDeployLibraries
-
Methods inherited from class edu.wpi.first.deployutils.deploy.artifact.AbstractArtifact
allowStandaloneDeploy, dependsOn, dependsOnForDeployTask, dependsOnForStandaloneDeployTask, getDeployTask, getDirectory, getName, getOnlyIf, getPostdeploy, getPredeploy, getPreWorkerThread, getStandaloneDeployTask, getTarget, isDisabled, isEnabled, isExplicit, setDisabled, setDisabled, setExplicit, setOnlyIf, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface edu.wpi.first.deployutils.deploy.artifact.Artifact
allowStandaloneDeploy, dependsOn, dependsOnForDeployTask, dependsOnForStandaloneDeployTask, deploy, getDeployTask, getDirectory, getExtensionContainer, getPostdeploy, getPredeploy, getPreWorkerThread, getStandaloneDeployTask, getTarget, isDisabled, isEnabled, isExplicit, setDisabled, setExplicit, setOnlyIf
-
-
-
-
Constructor Detail
-
FRCNativeArtifact
@Inject public FRCNativeArtifact(java.lang.String name, RoboRIO target)
-
-
Method Detail
-
getComponent
public org.gradle.api.provider.Property<org.gradle.nativeplatform.NativeExecutableSpec> getComponent()
-
getProgramStartArtifact
public FRCProgramStartArtifact getProgramStartArtifact()
-
getRobotCommandArtifact
public RobotCommandArtifact getRobotCommandArtifact()
-
getArguments
public java.util.List<java.lang.String> getArguments()
-
-