package config
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- config
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Package Members
- package scenariotoolbar
Type Members
- final case class AttachmentsConfig(maxSizeInBytes: Long) extends Product with Serializable
- final case class ComponentLinkConfig(id: String, title: String, icon: URI, url: URI, supportedComponentTypes: Option[List[ComponentType]]) extends Product with Serializable
- final case class FeatureTogglesConfig(development: Boolean, metrics: Option[MetricsSettings], remoteEnvironment: Option[HttpRemoteEnvironmentConfig], counts: Option[Config], environmentAlert: Option[EnvironmentAlert], commentSettings: Option[CommentSettings], deploymentCommentSettings: Option[DeploymentCommentSettings], scenarioLabelConfig: Option[ScenarioLabelConfig], scenarioStateTimeout: Option[FiniteDuration], surveySettings: Option[SurveySettings], tabs: Option[List[TopTab]], intervalTimeSettings: IntervalTimeSettings, testDataSettings: TestDataSettings, enableConfigEndpoint: Boolean, redirectAfterArchive: Boolean) extends Product with Serializable
- final case class ScenarioLabelConfig extends Product with Serializable
- final case class UsageStatisticsReportsConfig(enabled: Boolean, errorReportsEnabled: Boolean, fingerprint: Option[String], source: Option[String]) extends Product with Serializable
Value Members
- object AttachmentsConfig extends Serializable
- object ComponentLinkConfig extends Serializable
- object ComponentLinksConfigExtractor
- object DesignerConfigLoader
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 defaultDesignerConfig.conf resource This process is split that way to make possible using "base" configs prepared programmatically - see LocalNussknackerWithSingleModel for a sample of such usage Result of config loading still keep version with unresolved env variables for purpose of config loading on model side - see InputConfigDuringExecution and ModelConfigLoader
- object FeatureTogglesConfig extends LazyLogging with Serializable
- implicit object Implicits extends LazyLogging
- object ScenarioLabelConfig extends Serializable