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 |
|---|---|
org.gradle.api.file.FileCollection |
getCartridgeRuntimeFiles() |
org.gradle.api.file.FileCollection |
getClasspathFiles() |
org.gradle.api.file.FileCollection |
getJarFiles() |
java.lang.String |
getJarTaskName() |
java.io.File |
getOutputFile()
The output file contains the classpath entries of the cartridge.
|
boolean |
getUseClassesFolder() |
void |
runFileCreation()
Task method for the creation of a descriptor file.
|
void |
setJarTaskName(java.lang.String p) |
void |
setOutputFile(java.io.File value)
The output file contains the classpath entries of the cartridge.
|
void |
setUseClassesFolder(boolean p) |
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.
@Input @NotNull public java.lang.String getJarTaskName()
public void setJarTaskName(@NotNull
java.lang.String p)
@Input public boolean getUseClassesFolder()
public void setUseClassesFolder(boolean p)
@InputFiles @NotNull public org.gradle.api.file.FileCollection getJarFiles()
@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.
@Classpath @NotNull public org.gradle.api.file.FileCollection getCartridgeRuntimeFiles()
@Classpath @NotNull public org.gradle.api.file.FileCollection getClasspathFiles()
public void runFileCreation()
Task method for the creation of a descriptor file.