case class AppConfig(common: CommonConfig = ..., solution: SolutionConfig = ..., export: ExportConfig = ..., update: UpdateConfig = ..., etl: ETLConfig = ..., workflow: WorkflowConfig = ..., plugin: PluginConfig = ..., importdata: ImportConfig = ..., webResource: WebResourceConfig = ..., metadata: MetadataConfig = ..., sdkMessage: SDKMessageConfig = ..., test: TestConfig = ..., systemjob: SystemJobConfig = SystemJobConfig.apply(), action: ActionConfig = ..., settings: SettingsConfig = ..., appModule: AppModuleConfig = ..., token: TokenConfig = ..., user: UserConfig = ..., themes: ThemesConfig = ..., deduplication: DeduplicationConfig = ...) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AppConfig
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AppConfig(common: CommonConfig = ..., solution: SolutionConfig = ..., export: ExportConfig = ..., update: UpdateConfig = ..., etl: ETLConfig = ..., workflow: WorkflowConfig = ..., plugin: PluginConfig = ..., importdata: ImportConfig = ..., webResource: WebResourceConfig = ..., metadata: MetadataConfig = ..., sdkMessage: SDKMessageConfig = ..., test: TestConfig = ..., systemjob: SystemJobConfig = SystemJobConfig.apply(), action: ActionConfig = ..., settings: SettingsConfig = ..., appModule: AppModuleConfig = ..., token: TokenConfig = ..., user: UserConfig = ..., themes: ThemesConfig = ..., deduplication: DeduplicationConfig = ...)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val action: ActionConfig
  5. val appModule: AppModuleConfig
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def command: String
  9. val common: CommonConfig
  10. def connectInfo: ConnectionInfo
  11. def debug: Boolean
  12. val deduplication: DeduplicationConfig
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. val etl: ETLConfig
  15. val export: ExportConfig
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. val importdata: ImportConfig
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def loggerLevel: Option[String]
  21. val metadata: MetadataConfig
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def noisy: Boolean
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. val plugin: PluginConfig
  27. val sdkMessage: SDKMessageConfig
  28. val settings: SettingsConfig
  29. val solution: SolutionConfig
  30. def subcommand: String
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. val systemjob: SystemJobConfig
  33. val test: TestConfig
  34. val themes: ThemesConfig
  35. val token: TokenConfig
  36. val update: UpdateConfig
  37. val user: UserConfig
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  41. val webResource: WebResourceConfig
  42. val workflow: WorkflowConfig

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped