Interface IMatchDescription

All Superinterfaces:
IMatch

public interface IMatchDescription extends IMatch
Matches and gets the description.
Author:
Christopher Mindus
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Returns the description of the match routine.
    boolean
    Validates that this match is present and can be used.

    Methods inherited from interface com.iizix.selector.IMatch Link icon

    matches
  • Method Details Link icon

    • getDescription Link icon

      String getDescription()
      Returns the description of the match routine.
      Returns:
      The description.
    • isValid Link icon

      boolean isValid()
      Validates that this match is present and can be used.
      Returns:
      The validity state.