Uses of Annotation Type
org.apache.sis.util.Configuration
Packages that use Configuration
Package
Description
A set of helper classes for SQL handling in the Apache SIS implementation.
A set of system-wide services for the SIS implementation.
Extensions to the JDK logging framework.
-
Uses of Configuration in org.apache.sis.internal.metadata.sql
Methods in org.apache.sis.internal.metadata.sql with annotations of type ConfigurationModifier and TypeMethodDescriptionstatic boolean
Initializer.setDefault
(Supplier<DataSource> ds) Specifies the data source to use if there is no JNDI environment or if no data source is binded tojdbc/SpatialMetadata
. -
Uses of Configuration in org.apache.sis.internal.system
Methods in org.apache.sis.internal.system with annotations of type ConfigurationModifier and TypeMethodDescriptionstatic void
Supervisor.register()
Registers theSupervisor
instance, if not already done.(package private) static void
Supervisor.unregister()
Unregister theSupervisor
instance. -
Uses of Configuration in org.apache.sis.util.logging
Methods in org.apache.sis.util.logging with annotations of type ConfigurationModifier and TypeMethodDescriptionstatic MonolineFormatter
MonolineFormatter.install()
Installs aMonolineFormatter
for the root logger, or returns the existing instance if any.static MonolineFormatter
Installs aMonolineFormatter
for the specified logger, or returns the existing instance if any.void
PerformanceLevel.setMinDuration
(long duration, TimeUnit unit) Sets the minimal duration for logging an event at this level.