Package com.iizix.selector
Interface IMatchDescription
- All Superinterfaces:
IMatch
Matches and gets the description.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionReturns the description of the match routine.boolean
isValid()
Validates that this match is present and can be used.
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.