Class NativeExecutableArtifact
java.lang.Object
org.wpilib.deployutils.deploy.artifact.AbstractArtifact
org.wpilib.deployutils.deploy.artifact.NativeExecutableArtifact
- All Implemented Interfaces:
org.gradle.api.Named,Artifact,CacheableArtifact
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
org.gradle.api.Named.Namer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeploy(DeployContext context) org.gradle.api.provider.Property<org.gradle.nativeplatform.NativeExecutableBinarySpec>org.gradle.api.provider.Property<CacheMethod>protected Fileorg.gradle.api.provider.Property<String>org.gradle.api.provider.Provider<org.gradle.nativeplatform.tasks.InstallExecutable>org.gradle.api.provider.Property<String>org.gradle.api.tasks.util.PatternFilterablebooleanvoidsetDeployLibraries(boolean deployLibraries) 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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.wpilib.deployutils.deploy.artifact.Artifact
allowStandaloneDeploy, dependsOn, dependsOnForDeployTask, dependsOnForStandaloneDeployTask, getDeployTask, getDirectory, getExtensionContainer, getPostdeploy, getPredeploy, getPreWorkerThread, getStandaloneDeployTask, getTarget, isDisabled, isEnabled, setDisabled, setOnlyIfMethods inherited from interface org.gradle.api.Named
getName
-
Constructor Details
-
NativeExecutableArtifact
-
-
Method Details
-
getCacheMethod
- Specified by:
getCacheMethodin interfaceCacheableArtifact
-
getFilename
-
getBinary
public org.gradle.api.provider.Property<org.gradle.nativeplatform.NativeExecutableBinarySpec> getBinary() -
isDeployLibraries
public boolean isDeployLibraries() -
setDeployLibraries
public void setDeployLibraries(boolean deployLibraries) -
getLibraryDirectory
-
getLibraryFilter
public org.gradle.api.tasks.util.PatternFilterable getLibraryFilter() -
getInstallTaskProvider
public org.gradle.api.provider.Provider<org.gradle.nativeplatform.tasks.InstallExecutable> getInstallTaskProvider() -
getDeployedFile
-
deploy
-