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.lang.String |
getAddClasspathEntry() |
java.io.File |
getAddJarFile()
The input of a single jar file if available.
|
java.lang.String |
getExclude() |
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 |
setAddClasspathEntry(java.lang.String p) |
void |
setAddJarFile(java.io.File value)
The input of a single jar file if available.
|
void |
setExclude(java.lang.String p) |
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.
@Optional @InputFile @NotNull public java.io.File getAddJarFile()
The input of a single jar file if available.
public void setAddJarFile(@NotNull
java.io.File value)
The input of a single jar file if available.
@Input @Optional @Nullable public java.lang.String getExclude()
public void setExclude(@Nullable
java.lang.String p)
@Input @Optional @Nullable public java.lang.String getAddClasspathEntry()
public void setAddClasspathEntry(@Nullable
java.lang.String p)
public void runFileCreation()
Task method for the creation of a descriptor file.