Package | Description |
---|---|
org.torproject.onionoo.docs | |
org.torproject.onionoo.updater |
Modifier and Type | Method and Description |
---|---|
TorVersionStatus |
NodeStatus.getVersionStatus() |
Modifier and Type | Method and Description |
---|---|
void |
NodeStatus.setVersionStatus(TorVersionStatus versionStatus) |
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.
|
static TorVersionStatus |
TorVersionStatus.ofAbbreviation(java.lang.String abbrevation) |
static TorVersionStatus |
TorVersionStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TorVersionStatus[] |
TorVersionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|