Interface Described<D>
-
- All Known Subinterfaces:
DescribedAddStepHandler
- All Known Implementing Classes:
AddStepHandler,DeploymentChainContributingAddStepHandler,ReloadRequiredAddStepHandler,RestartParentResourceAddStepHandler
public interface Described<D>Exposes the descriptor of this object.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DgetDescriptor()Returns the descriptor of this object
-
-
-
Method Detail
-
getDescriptor
D getDescriptor()
Returns the descriptor of this object- Returns:
- the descriptor of this object
-
-