public interface IEnvironmentTokenProvider
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PRIORITY
Default token provider priority
|
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority()
Get the priority for this provider, should return a priority relative to
DEFAULT_PRIORITY. |
java.lang.Integer |
getToken(java.lang.String token,
MixinEnvironment env)
Get the value of the specified token in this environment, or return null
if this provider does not have a value for this token.
|
static final int DEFAULT_PRIORITY
int getPriority()
DEFAULT_PRIORITY.java.lang.Integer getToken(java.lang.String token,
MixinEnvironment env)
token - Token (in upper case) to search forenv - Current environment