public class DefaultExecutionProperties extends Object implements ExecutionProperties
| Constructor and Description |
|---|
DefaultExecutionProperties() |
| Modifier and Type | Method and Description |
|---|---|
ExecutionProperties |
fromList(List<DefaultExecutionProperty> properties) |
ExecutionProperty |
get(String key) |
<T> T |
get(String key,
Class<T> clazz) |
<P> P |
getProperty(Class<P> type) |
Collection<ExecutionProperty> |
getValues() |
ExecutionProperties |
put(String key,
Object value) |
ExecutionProperties |
putAll(ExecutionProperties executionProperties) |
String |
toString() |
static ExecutionProperties |
with(String key,
Object value) |
public ExecutionProperties fromList(List<DefaultExecutionProperty> properties)
public ExecutionProperties put(String key, Object value)
put in interface ExecutionPropertiespublic ExecutionProperties putAll(ExecutionProperties executionProperties)
putAll in interface ExecutionPropertiespublic <T> T get(String key, Class<T> clazz)
get in interface ExecutionPropertiespublic ExecutionProperty get(String key)
get in interface ExecutionPropertiespublic <P> P getProperty(Class<P> type)
getProperty in interface ExecutionPropertiespublic Collection<ExecutionProperty> getValues()
getValues in interface ExecutionPropertiespublic static ExecutionProperties with(String key, Object value)
Copyright © 2014. All rights reserved.