Class ExtendByPropertyDescriptor
java.lang.Object
com.xebialabs.deployit.booter.local.LocalPropertyDescriptor
com.xebialabs.deployit.booter.local.ExtendByPropertyDescriptor
- All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.reflect.PropertyDescriptor
-
Field Summary
Fields inherited from class com.xebialabs.deployit.booter.local.LocalPropertyDescriptor
logger, validationRules -
Constructor Summary
ConstructorsConstructorDescriptionExtendByPropertyDescriptor(com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId typeSource, LocalPropertyDescriptor base, LocalPropertyDescriptor superPropertyDescriptor) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoSetValue(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem item, Object value) get(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem item) 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, getOrder, getReferencedType, getSize, getTypeSource, initEnumValues, isAsContainment, isDeployedSpecific, isHidden, isInspectionProperty, isNested, isPassword, isReadonly, isRequired, isRequiredForInspection, isTransient, registerDefault, registerDefault, reInitializeRequired, set, setAliases, setAnnotations, setAsContainment, setCandidateValuesFilter, setCategory, setDeclaringDescriptor, setDeployedSpecific, setDescription, setEnumClass, setEnumValues, setFromPropertyDescriptor, setHidden, setInputHint, setInspectionProperty, setKind, setLabel, setName, setNested, setOrder, setPassword, setPrimitiveKind, setReadonly, setReferencedType, setRequired, setRequiredForInspection, setSize, setTransient, setValidationRules, toString, verify
-
Constructor Details
-
ExtendByPropertyDescriptor
public ExtendByPropertyDescriptor(com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId typeSource, LocalPropertyDescriptor base, LocalPropertyDescriptor superPropertyDescriptor)
-
-
Method Details
-
doSetValue
protected void doSetValue(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem item, Object value) - Specified by:
doSetValuein classLocalPropertyDescriptor
-
get
-
getSuperPropertyDescriptor
-