public class WriteCartridgeClasspath
WriteCartridgeClasspath Gradle task 'writeCartridgeClasspath'
This task writes all classpath entries of runtime classpath to an file. This file is used by some tools and tests.
| Constructor and Description |
|---|
WriteCartridgeClasspath()
WriteCartridgeClasspath Gradle task 'writeCartridgeClasspath'
|
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getOutputFile()
The output file contains the classpath entries of the cartridge.
|
void |
runFileCreation()
Task method for the creation of a descriptor file.
|
void |
setOutputFile(java.io.File value)
The output file contains the classpath entries of the cartridge.
|
public WriteCartridgeClasspath()
WriteCartridgeClasspath Gradle task 'writeCartridgeClasspath'
This task writes all classpath entries of runtime classpath to an file. This file is used by some tools and tests.
@OutputFile @NotNull public java.io.File getOutputFile()
The output file contains the classpath entries of the cartridge.
public void setOutputFile(@NotNull
java.io.File value)
The output file contains the classpath entries of the cartridge.
public void runFileCreation()
Task method for the creation of a descriptor file.