package config
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class AnalyticsConfig(engine: AnalyticsEngine, url: URI, siteId: String) extends Product with Serializable
- case class ComponentLinkConfig(id: String, title: String, icon: URI, url: URI, supportedComponentTypes: Option[List[ComponentType]]) extends Product with Serializable
- case class FeatureTogglesConfig(development: Boolean, metrics: Option[MetricsSettings], remoteEnvironment: Option[HttpRemoteEnvironmentConfig], counts: Option[Config], environmentAlert: Option[EnvironmentAlert], commentSettings: Option[CommentSettings], deploySettings: Option[DeploySettings], tabs: Option[List[TopTab]], intervalTimeSettings: IntervalTimeSettings, testDataSettings: TestDataSettings, attachments: Option[String]) extends Product with Serializable
Value Members
- object AnalyticsConfig extends Serializable
- object ComponentLinkConfig extends Serializable
- object ComponentLinksConfigExtractor
- object ComponentsGroupMappingConfigExtractor
- object FeatureTogglesConfig extends LazyLogging with Serializable
-
object
UiConfigLoader
This class handles two parts of ui config loading: 1.
This class handles two parts of ui config loading: 1. Parsing of "base" config passed via nussknacker.config.locations system property (without resolution) 2. Loading this parsed config with fallback to config inside defaultUiConfig.conf resource This process is split that way to make possible using "base" configs prepared programmatically - see LocalNussknackerWithSingleModel for a sample of such usage