Class ConfigRecord


  • public class ConfigRecord
    extends Object
    Holds the data about a configuration update during a plugin installation
    Since:
    4.0.0
    Author:
    joseross
    • Constructor Detail

      • ConfigRecord

        public ConfigRecord()
    • Method Detail

      • from

        public static ConfigRecord from​(org.craftercms.commons.plugin.model.Installation installation)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getElementXpath

        public String getElementXpath()
      • setElementXpath

        public void setElementXpath​(String elementXpath)