component-installation-plugin / com.intershop.gradle.component.installation.utils / ContentType

ContentType

enum class ContentType

Enumeration with possible content types. This configuration is used for the deployment self.

Enum Values

IMMUTABLE

Static content - can be installed without any exception. Old content will be replaced by new one.

DATA

Data content - must be special handled during a deployment. Existing content can not be replaced easily.

CONFIGURATION

Configuration content - this content must be adapted during the installation.

UNSPECIFIED

Unspecified content.