Package com.iizix.selector
Interface IMatchDescription
- All Superinterfaces:
- IMatch
Matches and gets the description.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescriptionReturns the description of the match routine.- boolean- isValid()Validates that this match is present and can be used.
- Method Details- getDescriptionString getDescription()Returns the description of the match routine.- Returns:
- The description.
 
- isValidboolean isValid()Validates that this match is present and can be used.- Returns:
- The validity state.