Class WPILibNativeArtifact

java.lang.Object
org.wpilib.deployutils.deploy.artifact.AbstractArtifact
org.wpilib.deployutils.deploy.artifact.NativeExecutableArtifact
org.wpilib.gradlerio.deploy.DebuggableNativeArtifact
org.wpilib.gradlerio.deploy.systemcore.WPILibNativeArtifact
All Implemented Interfaces:
org.gradle.api.Named, org.wpilib.deployutils.deploy.artifact.Artifact, org.wpilib.deployutils.deploy.artifact.CacheableArtifact, DebuggableArtifact

public class WPILibNativeArtifact extends DebuggableNativeArtifact
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.gradle.api.Named

    org.gradle.api.Named.Namer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.gradle.api.provider.Property<org.gradle.nativeplatform.NativeExecutableSpec>
     
     

    Methods inherited from class org.wpilib.deployutils.deploy.artifact.NativeExecutableArtifact

    deploy, getBinary, getCacheMethod, getDeployedFile, getFilename, getInstallTaskProvider, getLibraryDirectory, getLibraryFilter, isDeployLibraries, setDeployLibraries

    Methods inherited from class org.wpilib.deployutils.deploy.artifact.AbstractArtifact

    allowStandaloneDeploy, dependsOn, dependsOnForDeployTask, dependsOnForStandaloneDeployTask, getDeployTask, getDirectory, getName, getOnlyIf, getPostdeploy, getPredeploy, getPreWorkerThread, getStandaloneDeployTask, getTarget, isDisabled, isEnabled, setDisabled, setDisabled, setOnlyIf, toString

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.wpilib.deployutils.deploy.artifact.Artifact

    allowStandaloneDeploy, dependsOn, dependsOnForDeployTask, dependsOnForStandaloneDeployTask, deploy, getDeployTask, getDirectory, getExtensionContainer, getPostdeploy, getPredeploy, getPreWorkerThread, getStandaloneDeployTask, getTarget, isDisabled, isEnabled, setDisabled, setOnlyIf

    Methods inherited from interface org.gradle.api.Named

    getName
  • Constructor Details

    • WPILibNativeArtifact

      @Inject public WPILibNativeArtifact(String name, SystemCore target)
  • Method Details

    • getComponent

      public org.gradle.api.provider.Property<org.gradle.nativeplatform.NativeExecutableSpec> getComponent()
    • getRobotCommandArtifact

      public RobotCommandArtifact getRobotCommandArtifact()
    • getArguments

      public List<String> getArguments()