| Package | Description |
|---|---|
| org.mule.module.apikit.uri |
| Modifier and Type | Method and Description |
|---|---|
Variable |
TokenVariable.getVariable()
Returns the variable wrapped by this token.
|
static Variable |
Variable.parse(String exp)
Parses the given expression and returns the corresponding instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<Variable> |
TokenOperatorPS.variables()
Returns the list of variables used in this token.
|
List<Variable> |
TokenOperatorDX.variables()
Returns the list of variables used in this token.
|
List<Variable> |
TokenOperatorD3.variables()
Returns the list of variables used in this token.
|
List<Variable> |
TokenOperator.variables()
Returns the list of variables used in this token.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TokenVariable.resolve(String expanded,
Map<Variable,Object> values)
Resolves the specified expanded URI part for this token.
|
boolean |
TokenOperatorPS.resolve(String expanded,
Map<Variable,Object> values)
Resolves the specified expanded URI part for this token.
|
boolean |
TokenOperatorDX.resolve(String expanded,
Map<Variable,Object> values)
Resolves the specified expanded URI part for this token.
|
boolean |
TokenOperatorD3.resolve(String expanded,
Map<Variable,Object> values)
Resolves the specified expanded URI part for this token.
|
boolean |
TokenLiteral.resolve(String expanded,
Map<Variable,Object> values)
Resolves the specified expanded URI part for this token.
|
boolean |
Token.resolve(String expanded,
Map<Variable,Object> values)
Resolves the specified expanded URI part for this token.
|
| Constructor and Description |
|---|
TokenOperatorDX(TokenOperatorDX.Operator op,
Variable var)
Creates a new operator token for one variable only.
|
TokenOperatorPS(TokenOperatorPS.Operator op,
Variable var)
Creates a new operator token for one variable only.
|
TokenVariable(Variable var)
Creates a new variable token.
|
| Constructor and Description |
|---|
TokenOperatorD3(TokenOperatorD3.Operator op,
String arg,
List<Variable> vars)
Creates a new operator token.
|
TokenOperatorDX(TokenOperatorDX.Operator op,
List<Variable> vars)
Creates a new operator token.
|
TokenOperatorPS(TokenOperatorPS.Operator op,
List<Variable> vars)
Creates a new operator token.
|
Copyright © 2014. All rights reserved.