VersionCheckerInterface
Interface
Checks whether the installed DevTools package is behind the latest stable release.
Methods
check()
: VersionCheckResult|null
Returns version information when it can be resolved without blocking command execution.
getCurrentVersion()
: string
Returns the resolved DevTools version for display and internal comparison.
Methods
Returns version information when it can be resolved without blocking command execution.
public
check() : VersionCheckResult|null
Return values
VersionCheckResult|null
Returns the resolved DevTools version for display and internal comparison.
public
getCurrentVersion() : string
Description
The method MUST return a safe version string even when installed metadata is unavailable. It MAY be a fallback value.
Return values
string