Uses of Class
org.torproject.metrics.collector.conf.SourceType
-
Packages that use SourceType Package Description org.torproject.metrics.collector.conf -
-
Uses of SourceType in org.torproject.metrics.collector.conf
Methods in org.torproject.metrics.collector.conf that return SourceType Modifier and Type Method Description static SourceType
SourceType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SourceType[]
SourceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.torproject.metrics.collector.conf that return types with arguments of type SourceType Modifier and Type Method Description java.util.Set<SourceType>
Configuration. getSourceTypeSet(Key key)
Returns aSourceType
as List, e.g.
-