Uses of Class
io.helidon.service.configuration.api.System
-
Packages that use System Package Description io.helidon.service.configuration.accs Provides theACCSSystemSystemimplementation.io.helidon.service.configuration.api Provides classes and interfaces for automatically discovering service configuration information.io.helidon.service.configuration.hikaricp Provides classes and interfaces for automatically discovering service configuration information relevant to Hikari connection pool componentry.io.helidon.service.configuration.hikaricp.accs Provides classes and interfaces for automatically discovering service configuration information relevant to Hikari connection pool componentry when running on the Oracle Application Cloud Container Service system.io.helidon.service.configuration.hikaricp.localhost Provides classes and interfaces for automatically discovering service configuration information relevant to Hikari connection pool componentry suitable for local testing environments.io.helidon.service.configuration.kubernetes Provides classes and interfaces related to service configuration on a Kubernetes system.io.helidon.service.configuration.localhost Provides theLocalhostSystemSystemimplementation.io.helidon.service.configuration.ucp Provides classes and interfaces for automatically discovering service configuration information relevant to Oracle Universal Connection Pool componentry.io.helidon.service.configuration.ucp.accs Provides classes and interfaces for automatically discovering service configuration information relevant to Oracle Universal Connection Pool componentry when running on the Oracle Application Cloud Container Service system.io.helidon.service.configuration.ucp.localhost Provides classes and interfaces for automatically discovering service configuration information relevant to Oracle Universal Connection Pool componentry suitable for local testing environments. -
-
Uses of System in io.helidon.service.configuration.accs
Subclasses of System in io.helidon.service.configuration.accs Modifier and Type Class Description classACCSSystemDeprecated.This class is slated for removal. -
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.hikaricp
Fields in io.helidon.service.configuration.hikaricp declared as System Modifier and Type Field Description protected SystemHikariCPServiceConfiguration. systemDeprecated.TheSystemthat was determined to be the authoritativeSystemat the time thisHikariCPServiceConfigurationwas constructed.Methods in io.helidon.service.configuration.hikaricp with parameters of type System Modifier and Type Method Description protected booleanHikariCPServiceConfigurationProvider. appliesTo(Properties properties, System system, Properties coordinates)Deprecated.Returnstrueif thisHikariCPServiceConfigurationProvideris relevant in the configuration space described by the supplied properties,Systemand coordinates.protected HikariCPServiceConfigurationHikariCPServiceConfigurationProvider. create(Properties properties, System system, Properties coordinates)Deprecated.Creates and returns a newHikariCPServiceConfiguration.protected StringHikariCPServiceConfigurationProvider. getDataSourceProperty(Properties properties, System system, Properties coordinates, String dataSourceName, String unprefixedPropertyName)Deprecated.Returns the value of a property found in thepropertiesparameter value, or, failing that, in the suppliedSystem's properties, or, failing that, in the suppliedcoordinatesparameter value, that applies to the data source identified by the supplieddataSourceNameparameter, taking into account the prefix.protected voidHikariCPServiceConfigurationProvider. installDataSourceProperties(Properties target, System system, Properties coordinates, String dataSourceName)Deprecated.Installs any discoverable properties that might exist that pertain to the data source identified by the supplieddataSourceNameinto the suppliedtargetPropertiesobject, optionally using the suppliedsystemandcoordinatesobjects in the process.Method parameters in io.helidon.service.configuration.hikaricp with type arguments of type System Modifier and Type Method Description ServiceConfigurationHikariCPServiceConfigurationProvider. buildFor(Set<? extends System> systems, Properties coordinates)Deprecated.Overrides theServiceConfigurationProvider.buildFor(Set, Properties)method to ensure that there is an authoritativeSystemand then, if so, calls theHikariCPServiceConfigurationProvider.appliesTo(Properties, io.helidon.service.configuration.api.System, Properties)method, and, if that returnstrue, then calls theHikariCPServiceConfigurationProvider.create(Properties, io.helidon.service.configuration.api.System, Properties)method and returns its result.Constructors in io.helidon.service.configuration.hikaricp with parameters of type System Constructor Description HikariCPServiceConfiguration(Properties properties, System system, Properties coordinates)Deprecated.Creates a newHikariCPServiceConfiguration. -
Uses of System in io.helidon.service.configuration.hikaricp.accs
-
Uses of System in io.helidon.service.configuration.hikaricp.localhost
Constructors in io.helidon.service.configuration.hikaricp.localhost with parameters of type System Constructor Description HikariCPServiceConfigurationLocalhost(HikariCPServiceConfigurationLocalhostProvider provider, Properties properties, System system, Properties coordinates)Deprecated.Creates a newHikariCPServiceConfigurationLocalhost. -
Uses of System in io.helidon.service.configuration.kubernetes
Subclasses of System in io.helidon.service.configuration.kubernetes Modifier and Type Class Description classKubernetesSystemDeprecated.This class is slated for removal. -
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. -
Uses of System in io.helidon.service.configuration.ucp
Fields in io.helidon.service.configuration.ucp declared as System Modifier and Type Field Description protected SystemUCPServiceConfiguration. systemDeprecated.TheSystemthat was determined to be the authoritativeSystemat the time thisUCPServiceConfigurationwas constructed.Methods in io.helidon.service.configuration.ucp with parameters of type System Modifier and Type Method Description protected booleanUCPServiceConfigurationProvider. appliesTo(Properties properties, System system, Properties coordinates)Deprecated.Returnstrueif thisUCPServiceConfigurationProvideris relevant in the configuration space described by the supplied properties,Systemand coordinates.protected UCPServiceConfigurationUCPServiceConfigurationProvider. create(Properties properties, System system, Properties coordinates)Deprecated.Creates and returns a newUCPServiceConfiguration.protected StringUCPServiceConfigurationProvider. getDataSourceProperty(Properties properties, System system, Properties coordinates, String dataSourceName, String unprefixedPropertyName)Deprecated.Returns the value of a property found in thepropertiesparameter value, or, failing that, in the suppliedSystem's properties, or, failing that, in the suppliedcoordinatesparameter value, that applies to the data source identified by the supplieddataSourceNameparameter, taking into account the prefix.protected voidUCPServiceConfigurationProvider. installDataSourceProperties(Properties target, System system, Properties coordinates, String dataSourceName)Deprecated.Installs any discoverable properties that might exist that pertain to the data source identified by the supplieddataSourceNameinto the suppliedtargetPropertiesobject, optionally using the suppliedsystemandcoordinatesobjects in the process.Method parameters in io.helidon.service.configuration.ucp with type arguments of type System Modifier and Type Method Description ServiceConfigurationUCPServiceConfigurationProvider. buildFor(Set<? extends System> systems, Properties coordinates)Deprecated.Overrides theServiceConfigurationProvider.buildFor(Set, Properties)method to ensure that there is an authoritativeSystemand then, if so, calls theUCPServiceConfigurationProvider.appliesTo(Properties, io.helidon.service.configuration.api.System, Properties)method, and, if that returnstrue, then calls theUCPServiceConfigurationProvider.create(Properties, io.helidon.service.configuration.api.System, Properties)method and returns its result.Constructors in io.helidon.service.configuration.ucp with parameters of type System Constructor Description UCPServiceConfiguration(Properties properties, System system, Properties coordinates)Deprecated.Creates a newUCPServiceConfiguration. -
Uses of System in io.helidon.service.configuration.ucp.accs
-
Uses of System in io.helidon.service.configuration.ucp.localhost
Constructors in io.helidon.service.configuration.ucp.localhost with parameters of type System Constructor Description UCPServiceConfigurationLocalhost(UCPServiceConfigurationLocalhostProvider provider, Properties properties, System system, Properties coordinates)Deprecated.Creates a newUCPServiceConfigurationLocalhost.
-