Uses of Class
org.torproject.metrics.onionoo.updater.TorVersion
-
Packages that use TorVersion Package Description org.torproject.metrics.onionoo.updater Classes related to the updater feature, which periodically updates internal files related to status and metrics. -
-
Uses of TorVersion in org.torproject.metrics.onionoo.updater
Methods in org.torproject.metrics.onionoo.updater that return TorVersion Modifier and Type Method Description static TorVersion
TorVersion. of(java.lang.String versionString)
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.onionoo.updater with parameters of type TorVersion Modifier and Type Method Description int
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.onionoo.updater with type arguments of type TorVersion Modifier and Type Method Description TorVersionStatus
TorVersion. determineVersionStatus(java.util.SortedSet<TorVersion> recommendedVersions)
Determine the version status of this tor version in the context of the given recommended tor versions.
-