Interface AgentMatch

  • All Known Implementing Classes:
    AmVersion

    public interface AgentMatch
    Agent match.

    All implementations of this interface must be immutable and thread-safe.

    Since:
    1.7.2
    • Method Detail

      • matches

        boolean matches​(String token)
        Returns true if specified token is acceptable.
        Parameters:
        token - Token.
        Returns:
        Whether specified token matches.