public interface UsagePropertyProvider
To use this, please create()
to obtain an instance that combines multiple property providers, such as
command line, property file, and default providers.
Modifier and Type | Method and Description |
---|---|
static UsagePropertyProvider |
create()
Creates a new instance of
UsagePropertyProvider that combines multiple property providers. |
Boolean |
getDisabled()
Returns whether the Anonymous Usage Collection is disabled.
|
String |
getUrl()
Returns the URL for the Anonymous Usage Collection endpoint.
|
int |
priority()
Returns the priority of this property provider.
|
Boolean getDisabled()
true
if the collection is disabled, null
if not specified, or false
if enabled.String getUrl()
String
, or null
if not specified.int priority()
int
representing the priority of this provider.static UsagePropertyProvider create()
UsagePropertyProvider
that combines multiple property providers. The providers
are sorted by their priority, with the highest priority provider checked first.UsagePropertyProvider
instance.Copyright © 2010–2025. All rights reserved.