Class DebuggableNativeArtifact
java.lang.Object
org.wpilib.deployutils.deploy.artifact.AbstractArtifact
org.wpilib.deployutils.deploy.artifact.NativeExecutableArtifact
org.wpilib.gradlerio.deploy.DebuggableNativeArtifact
- All Implemented Interfaces:
org.gradle.api.Named, org.wpilib.deployutils.deploy.artifact.Artifact, org.wpilib.deployutils.deploy.artifact.CacheableArtifact, DebuggableArtifact
- Direct Known Subclasses:
WPILibNativeArtifact
public class DebuggableNativeArtifact
extends org.wpilib.deployutils.deploy.artifact.NativeExecutableArtifact
implements DebuggableArtifact
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
org.gradle.api.Named.Namer -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wpilib.deployutils.deploy.artifact.NativeExecutableArtifact
deploy, getBinary, getCacheMethod, getDeployedFile, getFilename, getInstallTaskProvider, getLibraryDirectory, getLibraryFilter, isDeployLibraries, setDeployLibrariesMethods 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, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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, setOnlyIfMethods inherited from interface org.gradle.api.Named
getName
-
Constructor Details
-
DebuggableNativeArtifact
-
-
Method Details
-
getDebugPort
public int getDebugPort() -
getTargetDebugInfo
- Specified by:
getTargetDebugInfoin interfaceDebuggableArtifact
-