Interface DescribedOperationStepHandler<D extends OperationStepHandlerDescriptor>
-
- Type Parameters:
D- the descriptor type
- All Known Implementing Classes:
AddResourceOperationStepHandler
public interface DescribedOperationStepHandler<D extends OperationStepHandlerDescriptor>Exposes the descriptor of a describedOperationStepHandler- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DgetDescriptor()Returns the descriptor of thisOperationStepHandler
-
-
-
Method Detail
-
getDescriptor
D getDescriptor()
Returns the descriptor of thisOperationStepHandler- Returns:
- the descriptor of this
OperationStepHandler
-
-