Interface UnknownResolution
- All Superinterfaces:
Resolution
Resolution failure model.
- Author:
- Matt Coley
-
Method Summary
-
Method Details
-
isUnknown
default boolean isUnknown()- Specified by:
isUnknownin interfaceResolution- Returns:
trueif this resolution has failed.
-
matches
- Specified by:
matchesin interfaceResolution- Parameters:
other- Other resolution to check against.- Returns:
trueif the other resolution represents the same resolved content.
-