Class BatchXsltFileUpgradeOperation

java.lang.Object
org.craftercms.commons.upgrade.impl.operations.AbstractUpgradeOperation<String>
All Implemented Interfaces:
org.craftercms.commons.upgrade.UpgradeOperation<String>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.web.context.ServletContextAware

public class BatchXsltFileUpgradeOperation extends AbstractXsltFileUpgradeOperation
Implementation of UpgradeOperation that updates multiple files using an XSLT template.

Supported YAML properties:

  • regex: (required) the regex used to find files to update
Since:
3.1.1
Author:
joseross