Class ExtractNativeJavaArtifacts.ExtractFiles
java.lang.Object
org.wpilib.gradlerio.wpi.java.ExtractNativeJavaArtifacts.ExtractFiles
- All Implemented Interfaces:
org.gradle.workers.WorkAction<ExtractNativeJavaArtifacts.ExtractParameters>
- Enclosing class:
ExtractNativeJavaArtifacts
public abstract static class ExtractNativeJavaArtifacts.ExtractFiles
extends Object
implements org.gradle.workers.WorkAction<ExtractNativeJavaArtifacts.ExtractParameters>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()abstract org.gradle.api.file.FileSystemOperationsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gradle.workers.WorkAction
getParameters
-
Constructor Details
-
ExtractFiles
public ExtractFiles()
-
-
Method Details
-
getFileSystemOperations
@Inject public abstract org.gradle.api.file.FileSystemOperations getFileSystemOperations() -
execute
public void execute()- Specified by:
executein interfaceorg.gradle.workers.WorkAction<ExtractNativeJavaArtifacts.ExtractParameters>
-