Package org.graalvm.buildtools.gradle
Class NativeImagePlugin.TrackingDirectorySystemPropertyProvider
- java.lang.Object
-
- org.graalvm.buildtools.gradle.NativeImagePlugin.TrackingDirectorySystemPropertyProvider
-
- All Implemented Interfaces:
org.gradle.process.CommandLineArgumentProvider
- Enclosing class:
- NativeImagePlugin
public abstract static class NativeImagePlugin.TrackingDirectorySystemPropertyProvider extends java.lang.Object implements org.gradle.process.CommandLineArgumentProvider
-
-
Constructor Summary
Constructors Constructor Description TrackingDirectorySystemPropertyProvider()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.lang.Iterable<java.lang.String>
asArguments()
The arguments which will be provided to the process.abstract org.gradle.api.file.DirectoryProperty
getDirectory()
-
-
-
Method Detail
-
getDirectory
@OutputDirectory public abstract org.gradle.api.file.DirectoryProperty getDirectory()
-
asArguments
public java.lang.Iterable<java.lang.String> asArguments()
The arguments which will be provided to the process.- Specified by:
asArguments
in interfaceorg.gradle.process.CommandLineArgumentProvider
-
-