public class PrepareTagLibs
This task prepares the tag libs for ISML procecessing.
| Modifier and Type | Class and Description |
|---|---|
static class |
PrepareTagLibs.Companion |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CARTRIDGE_STATIC_FOLDER |
static PrepareTagLibs.Companion |
Companion |
static java.lang.String |
RELEASE_STATIC_FOLDER |
static java.lang.String |
TAGLIB_FOLDER |
| Constructor and Description |
|---|
PrepareTagLibs()
This task prepares the tag libs for ISML procecessing.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIsmlConfiguration()
ISMl configuration property.
|
java.io.File |
getOutputDir()
Output directory for prepared files.
|
org.gradle.api.file.DirectoryProperty |
getOutputDirProperty() |
void |
provideIsmlConfiguration(org.gradle.api.provider.Provider<java.lang.String> ismlConfiguration)
Add provider for ismlConfiguration.
|
void |
provideOutputDir(org.gradle.api.provider.Provider<org.gradle.api.file.Directory> outputDir)
Add provider for outputDir.
|
void |
runTagLibPreparation()
This is the task action for processes TagLib files.
|
void |
setIsmlConfiguration(java.lang.String value)
ISMl configuration property.
|
@NotNull public static java.lang.String CARTRIDGE_STATIC_FOLDER
@NotNull public static java.lang.String RELEASE_STATIC_FOLDER
@NotNull public static java.lang.String TAGLIB_FOLDER
public static PrepareTagLibs.Companion Companion
public PrepareTagLibs()
This task prepares the tag libs for ISML procecessing.
@NotNull public org.gradle.api.file.DirectoryProperty getOutputDirProperty()
@OutputDirectory @NotNull public java.io.File getOutputDir()
Output directory for prepared files.
public void provideOutputDir(@NotNull
org.gradle.api.provider.Provider<org.gradle.api.file.Directory> outputDir)
Add provider for outputDir.
@Input @NotNull public java.lang.String getIsmlConfiguration()
ISMl configuration property.
public void setIsmlConfiguration(@NotNull
java.lang.String value)
ISMl configuration property.
public void provideIsmlConfiguration(@NotNull
org.gradle.api.provider.Provider<java.lang.String> ismlConfiguration)
Add provider for ismlConfiguration.
public void runTagLibPreparation()
This is the task action for processes TagLib files.