Class SyntheticLocalPropertyDescriptor

java.lang.Object
com.xebialabs.deployit.booter.local.LocalPropertyDescriptor
com.xebialabs.deployit.booter.local.SyntheticLocalPropertyDescriptor
All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.reflect.PropertyDescriptor

public class SyntheticLocalPropertyDescriptor extends LocalPropertyDescriptor
  • Constructor Details

  • Method Details

    • get

      public Object get(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem item)
    • set

      public final void set(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem item, Object value)
      Specified by:
      set in interface com.xebialabs.deployit.plugin.api.reflect.PropertyDescriptor
      Overrides:
      set in class LocalPropertyDescriptor
    • doSetValue

      protected void doSetValue(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem item, Object value)
      Specified by:
      doSetValue in class LocalPropertyDescriptor