public interface EvaluationContext
Node
s.
Effectively, a wrapper around certain runtime operations.Modifier and Type | Method and Description |
---|---|
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.
|
boolean isPropertySet(java.lang.String propertyName)
boolean doesClassExist(java.lang.String className)