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
-
-
Field Summary
-
Fields inherited from class com.xebialabs.deployit.booter.local.LocalPropertyDescriptor
logger, validationRules
-
-
Constructor Summary
Constructors Constructor Description SyntheticLocalPropertyDescriptor(LocalDescriptor descriptor, PropertySpecification property)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.xebialabs.deployit.plugin.api.reflect.IDescriptorRegistrydescriptorRegistry()protected voiddoSetValue(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem item, java.lang.Object value)java.lang.Objectget(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem item)voidset(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem item, java.lang.Object value)-
Methods inherited from class com.xebialabs.deployit.booter.local.LocalPropertyDescriptor
addDefaultValidationRules, areEqual, areEqual, emptyValue, getAliases, getAnnotations, getCandidateValuesFilter, getCategory, getDeclaringDescriptor, getDefaultValue, getDescription, getEnumClass, getEnumValues, getFqn, getInputHint, getKind, getLabel, getName, getReferencedType, getSize, initEnumValues, isAsContainment, isDeployedSpecific, isHidden, isInspectionProperty, isNested, isPassword, isReadonly, isRequired, isRequiredForInspection, isTransient, registerDefault, registerDefault, reInitializeRequired, setAliases, setAnnotations, setAsContainment, setCandidateValuesFilter, setCategory, setDeclaringDescriptor, setDeployedSpecific, setDescription, setEnumClass, setEnumValues, setFromPropertyDescriptor, setHidden, setInputHint, setInspectionProperty, setKind, setLabel, setName, setNested, setPassword, setPrimitiveKind, setReadonly, setReferencedType, setRequired, setRequiredForInspection, setSize, setTransient, setValidationRules, toString, verify
-
-
-
-
Constructor Detail
-
SyntheticLocalPropertyDescriptor
public SyntheticLocalPropertyDescriptor(LocalDescriptor descriptor, PropertySpecification property)
-
-
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:
setin interfacecom.xebialabs.deployit.plugin.api.reflect.PropertyDescriptor- Overrides:
setin classLocalPropertyDescriptor
-
doSetValue
protected void doSetValue(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem item, java.lang.Object value)- Specified by:
doSetValuein classLocalPropertyDescriptor
-
descriptorRegistry
protected com.xebialabs.deployit.plugin.api.reflect.IDescriptorRegistry descriptorRegistry()
-
-