Class XsltFileUpgradeOperation

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 XsltFileUpgradeOperation extends AbstractXsltFileUpgradeOperation
Implementation of UpgradeOperation that updates a single file using an XSLT template.

Supported YAML properties:

  • path: (optional) the relative path to update in the repository
  • target: (optional) the relative path in the repository to use as output
Since:
3.1.0
Author:
joseross