Packages

object ConfigWriter extends RoleDescriptor

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConfigWriter
  2. RoleDescriptor
  3. RoleDescriptorBase
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class ConfigPath(parts: Seq[String]) extends Product with Serializable
  2. final case class ConfigurableComponent(roleId: String, version: Option[ArtifactVersion], parent: Option[Config]) extends Product with Serializable
  3. case class WriteReference(asJson: Boolean, targetDir: String, includeCommon: Boolean, useLauncherVersion: Boolean) extends Product with Serializable

    Configuration for ConfigWriter

    Configuration for ConfigWriter

    includeCommon

    Append shared sections from common-reference.conf into every written config

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. def artifact: Option[IzArtifact]
    Definition Classes
    RoleDescriptorRoleDescriptorBase
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. implicit final def getSelfDescriptor: GetRoleDescriptor[Nothing]
    Definition Classes
    RoleDescriptor
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final val id: String("configwriter")

    Name of the role, to be used on the command-line to launch it

    Name of the role, to be used on the command-line to launch it

    Definition Classes
    ConfigWriterRoleDescriptorBase
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def minimized(requiredPaths: Set[ConfigPath], source: Config): Config
    Annotations
    @nowarn()
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def parse(p: RawEntrypointParams): WriteReference
  20. def parserSchema: RoleParserSchema
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. object ConfigPath extends Serializable
  27. object ExtractConfigPath
  28. object Options extends ParserDef

Inherited from RoleDescriptor

Inherited from RoleDescriptorBase

Inherited from AnyRef

Inherited from Any

Ungrouped