java.lang.Object
org.craftercms.studio.api.v2.service.marketplace.registry.ConfigRecord

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

    • ConfigRecord

      public ConfigRecord()
  • Method Details

    • 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)