Interface PackageResolution
- All Superinterfaces:
Resolution
Resolution of a package.
-
Method Summary
Methods inherited from interface software.coley.sourcesolver.resolve.result.Resolution
isUnknown
-
Method Details
-
getPackageName
- Returns:
- Package name in internal format, or
nullfor the default package.
-
isDefaultPackage
default boolean isDefaultPackage()- Returns:
trueif the package is the default package (empty name).
-
matches
- Specified by:
matchesin interfaceResolution- Parameters:
other- Other resolution to check against.- Returns:
trueif the other resolution represents the same resolved content.
-