| Package | Description |
|---|---|
| io.helidon.service.configuration.api |
Provides classes and interfaces for automatically discovering
service configuration information.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract ServiceConfiguration |
ServiceConfigurationProvider.buildFor(java.util.Set<? extends System> systems,
java.util.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(java.lang.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(java.lang.String serviceIdentifier,
java.util.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 Oracle Corporation. All rights reserved.