| Package | Description |
|---|---|
| org.wildfly.common.expression |
Expression string parsing and expansion classes.
|
| Modifier and Type | Method and Description |
|---|---|
static Expression.Flag |
Expression.Flag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Expression.Flag[] |
Expression.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Expression |
Expression.compile(java.lang.String string,
Expression.Flag... flags)
Compile an expression string.
|
| Modifier and Type | Method and Description |
|---|---|
static Expression |
Expression.compile(java.lang.String string,
java.util.EnumSet<Expression.Flag> flags)
Compile an expression string.
|
Copyright © 2015 JBoss, a division of Red Hat, Inc.