B E G H I L S
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- buildFor(Set<? extends System>, Properties) - Method in class io.helidon.service.configuration.api.ServiceConfigurationProvider
-
Deprecated.Given a
SetofSystems and an optionalPropertiesobject representing coordinates identifying a configuration space in which configuration discovery is to take place, returns a newServiceConfigurationappropriate for the configuration space implied by the supplied parameters, ornullif no suchServiceConfigurationis applicable.
E
- equals(Object) - Method in class io.helidon.service.configuration.api.System
-
Deprecated.
G
- getAuthoritativeSystem(Set<? extends System>, Properties) - Static method in class io.helidon.service.configuration.api.ServiceConfigurationProvider
-
Deprecated.Given a
SetofSystems, returns theSystemfrom thatSetthat is deemed to be the authoritative system, either because it is the only enabled member of theSetor it is the first enabled member of theSetwhoseSystem.isAuthoritative()method returnstrue, ornullif there is no authoritativeSystemto be returned. - getenv() - Method in class io.helidon.service.configuration.api.System
-
Deprecated.
- getInstance(String) - Static method in class io.helidon.service.configuration.api.ServiceConfiguration
-
Deprecated.Returns the sole
ServiceConfigurationimplementation in effect for the currentSystems and identified by the suppliedserviceIdentifier, if there is one, ornullif there is no suchServiceConfiguration. - getInstance(String, Properties) - Static method in class io.helidon.service.configuration.api.ServiceConfiguration
-
Deprecated.Returns the sole
ServiceConfigurationimplementation in effect for the currentSystems and identified by the suppliedserviceIdentifierand suitable for the suppliedcoordinates, if there is one, ornullif there is no suchServiceConfiguration. - getName() - Method in class io.helidon.service.configuration.api.System
-
Deprecated.Returns the name of this
System. - getProperties() - Method in class io.helidon.service.configuration.api.System
-
Deprecated.Returns the properties of this
Systemas a non-null, unchanging and unmodifiablePropertiesobject. - getProperty(String) - Method in class io.helidon.service.configuration.api.ServiceConfiguration
-
Deprecated.Returns a value for the property described by the supplied
propertyName, ornullif no such property value exists. - getProperty(String, String) - Method in class io.helidon.service.configuration.api.ServiceConfiguration
-
Deprecated.Returns a value for the property described by the supplied
propertyName, or the value of the supplieddefaultValueparameter if no such property value exists. - getPropertyNames() - Method in class io.helidon.service.configuration.api.ServiceConfiguration
-
Deprecated.Returns an unmodifiable and unchanging
SetofStrings representing the names of properties whose values may be retrieved with theServiceConfiguration.getProperty(String)method. - getServiceIdentifier() - Method in class io.helidon.service.configuration.api.ServiceConfiguration
-
Deprecated.Returns the identifier of the service this
ServiceConfigurationimplementation provides configuration for. - getServiceIdentifier() - Method in class io.helidon.service.configuration.api.ServiceConfigurationProvider
-
Deprecated.Returns the identifier of the logical service this
ServiceConfigurationProviderimplementation providesServiceConfigurationinstances for. - getSystems() - Static method in class io.helidon.service.configuration.api.System
-
Deprecated.Returns a non-
null, unchanging and unmodifiableSetofSysteminstances as found by the Java service provider mechanism.
H
- hashCode() - Method in class io.helidon.service.configuration.api.System
-
Deprecated.
I
- io.helidon.service.configuration.api - package io.helidon.service.configuration.api
-
Provides classes and interfaces for automatically discovering service configuration information.
- io.helidon.service.configuration.localhost - package io.helidon.service.configuration.localhost
-
Provides the
LocalhostSystemSystemimplementation. - isAuthoritative() - Method in class io.helidon.service.configuration.api.System
-
Deprecated.Returns
trueif thisSystemis authoritative. - isEnabled() - Method in class io.helidon.service.configuration.api.System
-
Deprecated.Returns
trueif thisSystemis enabled. - isEnabled() - Method in class io.helidon.service.configuration.localhost.LocalhostSystem
-
Deprecated.Returns
truewhen invoked.
L
- LocalhostSystem - Class in io.helidon.service.configuration.localhost
-
Deprecated.This class is slated for removal.
- LocalhostSystem() - Constructor for class io.helidon.service.configuration.localhost.LocalhostSystem
-
Deprecated.
S
- ServiceConfiguration - Class in io.helidon.service.configuration.api
-
Deprecated.This class is slated for removal.
- ServiceConfiguration(String) - Constructor for class io.helidon.service.configuration.api.ServiceConfiguration
-
Deprecated.Creates a new
ServiceConfiguration. - ServiceConfigurationProvider - Class in io.helidon.service.configuration.api
-
Deprecated.This class is slated for removal.
- ServiceConfigurationProvider(String) - Constructor for class io.helidon.service.configuration.api.ServiceConfigurationProvider
-
Deprecated.Creates a new
ServiceConfigurationProvider. - System - Class in io.helidon.service.configuration.api
-
Deprecated.This class is slated for removal.
- System(String, boolean) - Constructor for class io.helidon.service.configuration.api.System
-
Deprecated.Creates a new
System.
All Classes All Packages