Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
Metrics
Library
Commits
9e11172b
Commit
9e11172b
authored
May 20, 2016
by
Karsten Loesing
Browse files
Rename properties in descriptor source factory.
parent
a62f7cd4
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
9e11172b
# Changes in version
?.?.?
- 2016-
??
-??
# Changes in version
1.2.0
- 2016-
05
-??
*
Medium changes
-
Include the hostname in directory source entries of consensuses
...
...
@@ -8,6 +8,8 @@
the corresponding values, rather than just the whole line.
-
In Torperf results, recognize all percentiles of expected bytes
read for 0 <= x <= 100 rather than just x = { 10, 20, ..., 90 }.
-
Rename properties for overriding default descriptor source
implementation classes.
*
Minor changes
-
Include a Torperf results line with more than one unrecognized
...
...
src/org/torproject/descriptor/DescriptorSourceFactory.java
View file @
9e11172b
...
...
@@ -16,10 +16,10 @@ public final class DescriptorSourceFactory {
"org.torproject.descriptor.impl.DescriptorCollectorImpl"
;
/* property names */
public
final
static
String
PARSER_PROPERTY
=
"
onionoo
.parser"
;
public
final
static
String
READER_PROPERTY
=
"
onionoo.property
"
;
public
final
static
String
LOADER_PROPERTY
=
"
onionoo
.downloader"
;
public
final
static
String
COLLECTOR_PROPERTY
=
"
onionoo
.collector"
;
public
final
static
String
PARSER_PROPERTY
=
"
descriptor
.parser"
;
public
final
static
String
READER_PROPERTY
=
"
descriptor.reader
"
;
public
final
static
String
LOADER_PROPERTY
=
"
descriptor
.downloader"
;
public
final
static
String
COLLECTOR_PROPERTY
=
"
descriptor
.collector"
;
/**
* Create a descriptor parser.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment