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
JellyException
Copyright © 2014 Apache Software Foundation. All rights reserved.