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

Method Summary
 EvaluationResult evaluateProperty(String name)
           
 ConfigResource getConfigResource()
           
 NodeLocation getLocation()
           
 

Method Detail

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.