public class DefaultExecutionSpec extends java.lang.Object implements ExecutionSpec, org.springframework.beans.factory.BeanNameAware, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean, java.io.Serializable
INTERNAL_NAME| Constructor and Description |
|---|
DefaultExecutionSpec() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected java.util.List<RefValueChoice> |
buildRefValueChoices(RefSpecAttribute rsa)
Generates a list of ref value choices based on the bean available in the
application ocntext.
|
boolean |
equals(java.lang.Object obj) |
java.util.Map<java.lang.String,ExecutionSpecAttribute> |
getAttributes()
The attributes managed by this execution spec
|
java.lang.String |
getDescription()
The Spring bean description (only relevant for specs declared has
high-level beans)
|
java.lang.String |
getName()
The Spring bean name (only relevant for specs declared has high-level
beans)
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setAttributes(java.util.Map<java.lang.String,ExecutionSpecAttribute> attributes) |
void |
setBeanName(java.lang.String name) |
public java.util.Map<java.lang.String,ExecutionSpecAttribute> getAttributes()
ExecutionSpecgetAttributes in interface ExecutionSpecpublic void setAttributes(java.util.Map<java.lang.String,ExecutionSpecAttribute> attributes)
public void setBeanName(java.lang.String name)
setBeanName in interface org.springframework.beans.factory.BeanNameAwarepublic java.lang.String getName()
getName in interface ExecutionSpecpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String getDescription()
getDescription in interface ExecutionSpecpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwarepublic void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanjava.lang.Exceptionprotected java.util.List<RefValueChoice> buildRefValueChoices(RefSpecAttribute rsa)
Copyright © 2007–2020. All rights reserved.