Packages

package config

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. config
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package processtoolbar

Type Members

  1. case class AnalyticsConfig(engine: AnalyticsEngine, url: URI, siteId: String) extends Product with Serializable
  2. case class AttachmentsConfig(maxSizeInBytes: Long) extends Product with Serializable
  3. case class ComponentLinkConfig(id: String, title: String, icon: URI, url: URI, supportedComponentTypes: Option[List[ComponentType]]) extends Product with Serializable
  4. case class FeatureTogglesConfig(development: Boolean, metrics: Option[MetricsSettings], remoteEnvironment: Option[HttpRemoteEnvironmentConfig], counts: Option[Config], environmentAlert: Option[EnvironmentAlert], commentSettings: Option[CommentSettings], deploymentCommentSettings: Option[DeploymentCommentSettings], surveySettings: Option[SurveySettings], tabs: Option[List[TopTab]], intervalTimeSettings: IntervalTimeSettings, testDataSettings: TestDataSettings, enableConfigEndpoint: Boolean, redirectAfterArchive: Boolean) extends Product with Serializable
  5. case class UsageStatisticsReportsConfig(enabled: Boolean, fingerprint: Option[String], source: Option[String]) extends Product with Serializable

Value Members

  1. object AnalyticsConfig extends Serializable
  2. object AttachmentsConfig extends Serializable
  3. object ComponentLinkConfig extends Serializable
  4. object ComponentLinksConfigExtractor
  5. object ComponentsGroupMappingConfigExtractor
  6. object FeatureTogglesConfig extends LazyLogging with Serializable
  7. implicit object Implicits extends LazyLogging
  8. 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 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

Inherited from AnyRef

Inherited from Any

Ungrouped