Interface EnvironmentalContext

  • All Known Implementing Classes:
    BasicEnvironmentalContext

    public interface EnvironmentalContext
    EnvironmentalContext determines if a set of environment attributes match a specific context.
    • Method Detail

      • matches

        boolean matches​(java.util.Set<Attribute> environment)
        Parameters:
        environment - environment
        Returns:
        true if the context matches the input environment
      • isValid

        boolean isValid()
        Returns:
        true if the context definition is valid
      • getKey

        java.lang.String getKey()
      • getValue

        java.lang.String getValue()
      • getValuePattern

        java.util.regex.Pattern getValuePattern()