Uses of Class
io.helidon.service.configuration.api.System
-
Packages that use System Package Description io.helidon.service.configuration.accs Provides theACCSSystem
System
implementation.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 theLocalhostSystem
System
implementation.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 class
ACCSSystem
Deprecated.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 System
ServiceConfigurationProvider. getAuthoritativeSystem(Set<? extends System> systems, Properties coordinates)
Deprecated.Given aSet
ofSystem
s, returns theSystem
from thatSet
that is deemed to be the authoritative system, either because it is the only enabled member of theSet
or it is the first enabled member of theSet
whoseisAuthoritative()
method returnstrue
, ornull
if there is no authoritativeSystem
to 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 unmodifiableSet
ofSystem
instances 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 ServiceConfiguration
ServiceConfigurationProvider. buildFor(Set<? extends System> systems, Properties coordinates)
Deprecated.Given aSet
ofSystem
s and an optionalProperties
object representing coordinates identifying a configuration space in which configuration discovery is to take place, returns a newServiceConfiguration
appropriate for the configuration space implied by the supplied parameters, ornull
if no suchServiceConfiguration
is applicable.protected static System
ServiceConfigurationProvider. getAuthoritativeSystem(Set<? extends System> systems, Properties coordinates)
Deprecated.Given aSet
ofSystem
s, returns theSystem
from thatSet
that is deemed to be the authoritative system, either because it is the only enabled member of theSet
or it is the first enabled member of theSet
whoseisAuthoritative()
method returnstrue
, ornull
if there is no authoritativeSystem
to 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 System
HikariCPServiceConfiguration. system
Deprecated.TheSystem
that was determined to be the authoritativeSystem
at the time thisHikariCPServiceConfiguration
was constructed.Methods in io.helidon.service.configuration.hikaricp with parameters of type System Modifier and Type Method Description protected boolean
HikariCPServiceConfigurationProvider. appliesTo(Properties properties, System system, Properties coordinates)
Deprecated.Returnstrue
if thisHikariCPServiceConfigurationProvider
is relevant in the configuration space described by the supplied properties,System
and coordinates.protected HikariCPServiceConfiguration
HikariCPServiceConfigurationProvider. create(Properties properties, System system, Properties coordinates)
Deprecated.Creates and returns a newHikariCPServiceConfiguration
.protected String
HikariCPServiceConfigurationProvider. getDataSourceProperty(Properties properties, System system, Properties coordinates, String dataSourceName, String unprefixedPropertyName)
Deprecated.Returns the value of a property found in theproperties
parameter value, or, failing that, in the suppliedSystem
's properties, or, failing that, in the suppliedcoordinates
parameter value, that applies to the data source identified by the supplieddataSourceName
parameter, taking into account the prefix.protected void
HikariCPServiceConfigurationProvider. 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 supplieddataSourceName
into the suppliedtarget
Properties
object, optionally using the suppliedsystem
andcoordinates
objects in the process.Method parameters in io.helidon.service.configuration.hikaricp with type arguments of type System Modifier and Type Method Description ServiceConfiguration
HikariCPServiceConfigurationProvider. buildFor(Set<? extends System> systems, Properties coordinates)
Deprecated.Overrides theServiceConfigurationProvider.buildFor(Set, Properties)
method to ensure that there is an authoritativeSystem
and 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 class
KubernetesSystem
Deprecated.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 class
LocalhostSystem
Deprecated.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 System
UCPServiceConfiguration. system
Deprecated.TheSystem
that was determined to be the authoritativeSystem
at the time thisUCPServiceConfiguration
was constructed.Methods in io.helidon.service.configuration.ucp with parameters of type System Modifier and Type Method Description protected boolean
UCPServiceConfigurationProvider. appliesTo(Properties properties, System system, Properties coordinates)
Deprecated.Returnstrue
if thisUCPServiceConfigurationProvider
is relevant in the configuration space described by the supplied properties,System
and coordinates.protected UCPServiceConfiguration
UCPServiceConfigurationProvider. create(Properties properties, System system, Properties coordinates)
Deprecated.Creates and returns a newUCPServiceConfiguration
.protected String
UCPServiceConfigurationProvider. getDataSourceProperty(Properties properties, System system, Properties coordinates, String dataSourceName, String unprefixedPropertyName)
Deprecated.Returns the value of a property found in theproperties
parameter value, or, failing that, in the suppliedSystem
's properties, or, failing that, in the suppliedcoordinates
parameter value, that applies to the data source identified by the supplieddataSourceName
parameter, taking into account the prefix.protected void
UCPServiceConfigurationProvider. 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 supplieddataSourceName
into the suppliedtarget
Properties
object, optionally using the suppliedsystem
andcoordinates
objects in the process.Method parameters in io.helidon.service.configuration.ucp with type arguments of type System Modifier and Type Method Description ServiceConfiguration
UCPServiceConfigurationProvider. buildFor(Set<? extends System> systems, Properties coordinates)
Deprecated.Overrides theServiceConfigurationProvider.buildFor(Set, Properties)
method to ensure that there is an authoritativeSystem
and 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
.
-