consciouscode.seedling.config
Interface ConfigEvaluatorContext
- All Known Subinterfaces:
- ConstructionContext, PropertyEvaluationContext
public interface ConfigEvaluatorContext
Provides dynamic context information needed to evaluate a specific
ConfigResource
by a ConfigEvaluator
.
- See Also:
ProvisioningCoordinator
getConfigResource
ConfigResource getConfigResource()
- Returns:
- not
null
.
getLocation
NodeLocation getLocation()
- Returns:
- not
null
.
evaluateProperty
EvaluationResult evaluateProperty(String name)
throws PropertyEvaluationException,
EvaluationException
- Throws:
PropertyEvaluationException
EvaluationException
Copyright © 2001–2012
Todd V. Jonker. All Rights Reserved.