Interface IMatchDescription

All Superinterfaces:
IMatch

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

    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

    matches
  • Method Details

    • getDescription

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

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