Package | Description |
---|---|
org.torproject.onionoo.updater |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
TorVersion.compareTo(TorVersion other) |
Modifier and Type | Method and 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.
|