| Package | Description |
|---|---|
| org.mule.module.apikit.uri |
| Modifier and Type | Method and Description |
|---|---|
static TokenFactory.Syntax |
TokenFactory.Syntax.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenFactory.Syntax[] |
TokenFactory.Syntax.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static TokenFactory |
TokenFactory.getInstance(TokenFactory.Syntax syntax)
Returns a token factory instance.
|
static Token |
TokenFactory.newToken(String exp,
TokenFactory.Syntax syntax)
Generates the token corresponding to the specified expression.
|
Copyright © 2014. All rights reserved.