Module org.refcodes.controlflow
Package org.refcodes.controlflow
Interface ExecutionStrategyAccessor
- All Known Subinterfaces:
ExecutionStrategyAccessor.ExecutionStrategyProperty
public interface ExecutionStrategyAccessor
Provides an accessor for an
ExecutionStrategy property.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides a mutator for anExecutionStrategyproperty.static interfaceProvides anExecutionStrategyproperty. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the execution-strategy from the execution-strategy property.
-
Method Details
-
getExecutionStrategy
ExecutionStrategy getExecutionStrategy()Retrieves the execution-strategy from the execution-strategy property.- Returns:
- The execution-strategy stored by the execution-strategy property.
-