public class BaseConfiguration
Extension needed for the configuration of an INTERSHOP base project.
| Constructor and Description |
|---|
BaseConfiguration(org.gradle.api.Project project)
Extension needed for the configuration of an INTERSHOP base project.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConfigurationFolderTaskPath()
Task path property of task which creates the ICM configuration folder of the ICM base project.
|
org.gradle.api.provider.Provider<java.lang.String> |
getConfigurationFolderTaskPathProvider()
Task path property provider of task which creates the ICM configuration folder of the ICM base project.
|
java.lang.String |
getRuntimeModule()
Runtime module of ICM base project.
|
org.gradle.api.provider.Provider<java.lang.String> |
getRuntimeModuleProvider()
Runtime module property provider of ICM base project.
|
java.lang.String |
getRuntimeVersion()
Runtime version of ICM base project.
|
org.gradle.api.provider.Provider<java.lang.String> |
getRuntimeVersionProvider()
Runtime version property provider of ICM base project.
|
java.lang.String |
getSitesFolderTaskPath()
Task path property of task which creates the ICM sites folder of the ICM base project.
|
org.gradle.api.provider.Provider<java.lang.String> |
getSitesFolderTaskPathProvider()
Task path property provider of task which creates the ICM sites folder of the ICM base project.
|
void |
setConfigurationFolderTaskPath(java.lang.String p)
Task path property of task which creates the ICM configuration folder of the ICM base project.
|
void |
setRuntimeModule(java.lang.String p)
Runtime module of ICM base project.
|
void |
setRuntimeVersion(java.lang.String p)
Runtime version of ICM base project.
|
void |
setSitesFolderTaskPath(java.lang.String p)
Task path property of task which creates the ICM sites folder of the ICM base project.
|
public BaseConfiguration(@NotNull
org.gradle.api.Project project)
Extension needed for the configuration of an INTERSHOP base project.
@NotNull public org.gradle.api.provider.Provider<java.lang.String> getRuntimeModuleProvider()
Runtime module property provider of ICM base project.
@NotNull public java.lang.String getRuntimeModule()
Runtime module of ICM base project.
public void setRuntimeModule(@NotNull
java.lang.String p)
Runtime module of ICM base project.
@NotNull public org.gradle.api.provider.Provider<java.lang.String> getRuntimeVersionProvider()
Runtime version property provider of ICM base project.
@NotNull public java.lang.String getRuntimeVersion()
Runtime version of ICM base project.
public void setRuntimeVersion(@NotNull
java.lang.String p)
Runtime version of ICM base project.
@NotNull public org.gradle.api.provider.Provider<java.lang.String> getConfigurationFolderTaskPathProvider()
Task path property provider of task which creates the ICM configuration folder of the ICM base project.
@NotNull public java.lang.String getConfigurationFolderTaskPath()
Task path property of task which creates the ICM configuration folder of the ICM base project.
public void setConfigurationFolderTaskPath(@NotNull
java.lang.String p)
Task path property of task which creates the ICM configuration folder of the ICM base project.
@NotNull public org.gradle.api.provider.Provider<java.lang.String> getSitesFolderTaskPathProvider()
Task path property provider of task which creates the ICM sites folder of the ICM base project.
@NotNull public java.lang.String getSitesFolderTaskPath()
Task path property of task which creates the ICM sites folder of the ICM base project.
public void setSitesFolderTaskPath(@NotNull
java.lang.String p)
Task path property of task which creates the ICM sites folder of the ICM base project.