Class GenerateDeployableLocalDescriptor
- java.lang.Object
-
- com.xebialabs.deployit.booter.local.LocalDescriptor
-
- com.xebialabs.deployit.booter.local.GenerateDeployableLocalDescriptor
-
- All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.reflect.Descriptor
public class GenerateDeployableLocalDescriptor extends LocalDescriptor
-
-
Field Summary
-
Fields inherited from class com.xebialabs.deployit.booter.local.LocalDescriptor
logger, ownIcon, validators, verifications
-
-
Constructor Summary
Constructors Constructor Description GenerateDeployableLocalDescriptor(com.xebialabs.deployit.booter.local.SyntheticLocalDescriptor deployedDescriptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.xebialabs.deployit.plugin.api.reflect.IDescriptorRegistrydescriptorRegistry()-
Methods inherited from class com.xebialabs.deployit.booter.local.LocalDescriptor
addControlTask, addInterface, addPropertyDescriptor, addSuperClass, applyTypeModification, areEqual, createValidators, createVerifications, getClazz, getContainerType, getControlTask, getControlTasks, getControlTasksAsMap, getCreator, getDeployableType, getDescription, getIcon, getInterfaces, getLabel, getPropertyDescriptor, getPropertyDescriptors, getPropertyDescriptors, getPropertyDescriptorsAsMap, getRootName, getRootNameMaybe, getSuperClasses, getSyntheticPropertyValue, getType, initHierarchy, isAssignableTo, isAssignableTo, isInspectable, isOwnIcon, isVersioned, isVirtual, newInstance, overrideOrAddPropertyDescriptor, resolveIcon, setClazz, setContainerType, setCreator, setDeployableType, setDescription, setIcon, setInspectable, setLabel, setOwnIcon, setRootName, setSyntheticPropertyValue, setType, setVersioned, setVirtual, toLabel, toString, typeOf, validate, validate, validateAndAddControlTask, validateInputHint, verify, verifyNewControlTask
-
-
-
-
Method Detail
-
descriptorRegistry
protected com.xebialabs.deployit.plugin.api.reflect.IDescriptorRegistry descriptorRegistry()
- Specified by:
descriptorRegistryin classLocalDescriptor
-
-