| Package | Description |
|---|---|
| io.helidon.service.configuration.api |
Provides classes and interfaces for automatically discovering
service configuration information.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ServiceConfiguration |
ServiceConfigurationProvider.buildFor(Set<? extends System> systems,
Properties coordinates)
Given a
Set of Systems and an optional Properties object representing coordinates identifying
a configuration space in which configuration discovery is to take
place, returns a new ServiceConfiguration appropriate for
the configuration space implied by the supplied parameters,
or null if no such ServiceConfiguration
is applicable. |
static ServiceConfiguration |
ServiceConfiguration.getInstance(String serviceIdentifier)
Returns the sole
ServiceConfiguration implementation in
effect for the current
Systems and identified by the supplied serviceIdentifier, if there is one, or null if
there is no such ServiceConfiguration. |
static ServiceConfiguration |
ServiceConfiguration.getInstance(String serviceIdentifier,
Properties coordinates)
Returns the sole
ServiceConfiguration implementation in
effect for the current
Systems and identified by the supplied serviceIdentifier and suitable for the supplied coordinates, if there is one, or null if there
is no such ServiceConfiguration. |
Copyright © 2018–2019 Oracle Corporation. All rights reserved.