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 booleanInitializer.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 voidSupervisor.register()Registers theSupervisorinstance, if not already done.(package private) static voidSupervisor.unregister()Unregister theSupervisorinstance. -
Uses of Configuration in org.apache.sis.util.logging
Methods in org.apache.sis.util.logging with annotations of type ConfigurationModifier and TypeMethodDescriptionstatic MonolineFormatterMonolineFormatter.install()Installs aMonolineFormatterfor the root logger, or returns the existing instance if any.static MonolineFormatterInstalls aMonolineFormatterfor the specified logger, or returns the existing instance if any.voidPerformanceLevel.setMinDuration(long duration, TimeUnit unit) Sets the minimal duration for logging an event at this level.