open class InstallConfiguration
This is the configuration container of the installation process of all configured components.
InstallConfiguration(project: Project)
initialize the configuration container with the specified project. |
var installAdminDir: File
Specifies the admin installation directory. The default value is the build directory of the project. |
|
val ivyPatterns: Set<String>
All configured IVY patterns for the download of initial component artifacts. |
fun addIvyPattern(pattern: String): Unit
Adds an additional ivy pattern for the download of initial component artifacts. |