public interface FlowProperties<PropertyType>
| Modifier and Type | Method and Description |
|---|---|
PropertyType |
get(String key) |
<T> ExecutionProperty<T> |
getProperty(String key,
Class<T> clazz) |
<T> T |
getValue(String key,
Class<T> clazz) |
<T extends PropertyType> |
getValues() |
FlowProperties<PropertyType> |
with(Identifier key,
Object value) |
FlowProperties<PropertyType> |
with(String key,
Object value) |
FlowProperties<PropertyType> |
withAll(FlowProperties<PropertyType> executionProperties) |
FlowProperties<PropertyType> with(String key, Object value)
FlowProperties<PropertyType> with(Identifier key, Object value)
FlowProperties<PropertyType> withAll(FlowProperties<PropertyType> executionProperties)
PropertyType get(String key)
<T> ExecutionProperty<T> getProperty(String key, Class<T> clazz)
<T extends PropertyType> Collection<T> getValues()
Copyright © 2015. All rights reserved.