public interface InitializationPlan<T>
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
The description of the operation, used with the
OperationTracker . |
void |
initialize(T instance)
Invoked by the
ConstructionPlan inside a operation tracker block. |
String getDescription()
OperationTracker
.void initialize(T instance)
ConstructionPlan
inside a operation tracker block.${project.version} - Copyright © 2003-2015 The Apache Software Foundation.