Interface ITokenProvider

All Known Implementing Classes:
MixinEnvironment

public interface ITokenProvider
Agent which can supply token values to a ConstraintParser.Constraint.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get a token value from this provider
  • Method Details

    • getToken

      Integer getToken(String token)
      Get a token value from this provider
      Parameters:
      token - Token to fetch
      Returns:
      token value or null if the token is not provided by this provider