public interface ExecutionProperties
| Modifier and Type | Method and Description |
|---|---|
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) |
ExecutionProperties put(String key, Object value)
ExecutionProperties putAll(ExecutionProperties executionProperties)
ExecutionProperty get(String key)
<P> P getProperty(Class<P> type)
Collection<ExecutionProperty> getValues()
Copyright © 2014. All rights reserved.