org.apache.hivemind.conditional
Interface EvaluationContext

All Known Implementing Classes:
EvaluationContextImpl

public interface EvaluationContext

Provides context when evaluating an AST of Nodes. Effectively, a wrapper around certain runtime operations.

Since:
1.1
Author:
Howard M. Lewis Ship

Method Summary
 boolean doesClassExist(java.lang.String className)
          Returns true if the class, specified by FQCN, exists.
 boolean isPropertySet(java.lang.String propertyName)
          Returns true if the given system property is set.
 

Method Detail

isPropertySet

public boolean isPropertySet(java.lang.String propertyName)
Returns true if the given system property is set.


doesClassExist

public boolean doesClassExist(java.lang.String className)
Returns true if the class, specified by FQCN, exists.