Package tech.justen.concord.goodwill
Interface ContextService
public interface ContextService
-
Method Summary
Modifier and TypeMethodDescription<T> T<T> TgetSetting(String name, T defaultValue, Class<T> type) getVariable(String name) voidsetVariable(String name, Object value)
-
Method Details
-
getVariableNames
-
getVariable
-
setVariable
-
getSetting
-
evaluate
-