Uses of Class
io.helidon.service.configuration.api.System
-
Packages that use System Package Description io.helidon.service.configuration.api Provides classes and interfaces for automatically discovering service configuration information.io.helidon.service.configuration.localhost Provides theLocalhostSystemSystemimplementation. -
-
Uses of System in io.helidon.service.configuration.api
Methods in io.helidon.service.configuration.api that return System Modifier and Type Method Description protected static SystemServiceConfigurationProvider. getAuthoritativeSystem(Set<? extends System> systems, Properties coordinates)Deprecated.Given aSetofSystems, 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 theSetwhoseisAuthoritative()method returnstrue, ornullif there is no authoritativeSystemto be returned.Methods in io.helidon.service.configuration.api that return types with arguments of type System Modifier and Type Method Description static Set<System>System. getSystems()Deprecated.Returns a non-null, unchanging and unmodifiableSetofSysteminstances as found by the Java service provider mechanism.Method parameters in io.helidon.service.configuration.api with type arguments of type System Modifier and Type Method Description abstract ServiceConfigurationServiceConfigurationProvider. buildFor(Set<? extends System> systems, Properties coordinates)Deprecated.Given aSetofSystems 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.protected static SystemServiceConfigurationProvider. getAuthoritativeSystem(Set<? extends System> systems, Properties coordinates)Deprecated.Given aSetofSystems, 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 theSetwhoseisAuthoritative()method returnstrue, ornullif there is no authoritativeSystemto be returned. -
Uses of System in io.helidon.service.configuration.localhost
Subclasses of System in io.helidon.service.configuration.localhost Modifier and Type Class Description classLocalhostSystemDeprecated.This class is slated for removal.
-