public interface ExpressionFactory
ExpressionFactory is a factory of Expression objects.
| Modifier and Type | Method and Description |
|---|---|
Expression |
createExpression(String text)
Creates a new expression for the given text
|
Expression createExpression(String text) throws JellyException
JellyExceptionCopyright © 2012 Apache Software Foundation. All Rights Reserved.