component-installation-plugin / com.intershop.gradle.component.installation.extension / Component / preserve

preserve

val preserve: PatternFilterable

Preserve patterns will used be excluded or included files. Installed files will preserved.

fun preserve(closure: Closure<Any>): Unit

Configures the preserve pattern set.

Parameters

closure - the configuration closure.

fun preserve(action: Action<in PatternFilterable>): Unit

Configures the preserve pattern set.

Parameters

action - the configuration action.