Modifier and Type | Method and Description |
---|---|
static boolean |
has(java.lang.String someKey)
Verifies, if the given string corresponds to an enum value.
|
java.lang.Class |
keyClass() |
static Key |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Key[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Key ShutdownGraceWaitMinutes
public static final Key RunOnce
public static final Key ExitlistUrl
public static final Key InstanceBaseUrl
public static final Key ArchivePath
public static final Key RecentPath
public static final Key OutputPath
public static final Key IndexPath
public static final Key StatsPath
public static final Key SyncPath
public static final Key RelaySources
public static final Key BridgeSources
public static final Key ExitlistSources
public static final Key RelayCacheOrigins
public static final Key RelayLocalOrigins
public static final Key RelaySyncOrigins
public static final Key BridgeSyncOrigins
public static final Key BridgeLocalOrigins
public static final Key ExitlistSyncOrigins
public static final Key BridgedescsActivated
public static final Key BridgedescsOffsetMinutes
public static final Key BridgedescsPeriodMinutes
public static final Key ExitlistsActivated
public static final Key ExitlistsOffsetMinutes
public static final Key ExitlistsPeriodMinutes
public static final Key RelaydescsActivated
public static final Key RelaydescsOffsetMinutes
public static final Key RelaydescsPeriodMinutes
public static final Key TorperfActivated
public static final Key TorperfOffsetMinutes
public static final Key TorperfPeriodMinutes
public static final Key UpdateindexActivated
public static final Key UpdateindexOffsetMinutes
public static final Key UpdateindexPeriodMinutes
public static final Key CompressRelayDescriptorDownloads
public static final Key DirectoryAuthoritiesAddresses
public static final Key DirectoryAuthoritiesFingerprintsForVotes
public static final Key DownloadAllServerDescriptors
public static final Key DownloadAllExtraInfoDescriptors
public static final Key KeepDirectoryArchiveImportHistory
public static final Key ReplaceIpAddressesWithHashes
public static final Key BridgeDescriptorMappingsLimit
public static final Key TorperfFilesLines
public static final Key TorperfHosts
public static Key[] values()
for (Key c : Key.values()) System.out.println(c);
public static Key valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.Class keyClass()
public static boolean has(java.lang.String someKey)