Class SyntheticLocalPropertyDescriptor

  • All Implemented Interfaces:
    com.xebialabs.deployit.plugin.api.reflect.PropertyDescriptor

    public class SyntheticLocalPropertyDescriptor
    extends LocalPropertyDescriptor
    • Method Detail

      • get

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

        public final void set​(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem item,
                              java.lang.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,
                                  java.lang.Object value)
        Specified by:
        doSetValue in class LocalPropertyDescriptor