Uses of Class
org.torproject.metrics.descriptorparser.utils.TorVersion
Packages that use TorVersion
-
Uses of TorVersion in org.torproject.metrics.descriptorparser.utils
Methods in org.torproject.metrics.descriptorparser.utils that return TorVersionModifier and TypeMethodDescriptionstatic TorVersion
Return a TorVersion instance from the given tor version string that can be compared to other tor version strings, or null if the given string is not a valid tor version.Methods in org.torproject.metrics.descriptorparser.utils with parameters of type TorVersionModifier and TypeMethodDescriptionint
TorVersion.compareTo
(TorVersion other) boolean
TorVersion.matchingPrefix
(TorVersion other) Return whether prefixes of this version and another version match.Method parameters in org.torproject.metrics.descriptorparser.utils with type arguments of type TorVersionModifier and TypeMethodDescriptionTorVersion.determineVersionStatus
(SortedSet<TorVersion> recommendedVersions) Determine the version status of this tor version in the context of the given recommended tor versions.