object ConfigWriter extends RoleDescriptor
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConfigWriter
- RoleDescriptor
- RoleDescriptorBase
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class ConfigPath(parts: Seq[String]) extends Product with Serializable
- final case class ConfigurableComponent(roleId: String, version: Option[ArtifactVersion], parent: Option[Config]) extends Product with Serializable
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def artifact: Option[IzArtifact]
- Definition Classes
- RoleDescriptor → RoleDescriptorBase
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- implicit final def getSelfDescriptor: GetRoleDescriptor[Nothing]
- Definition Classes
- RoleDescriptor
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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
- ConfigWriter → RoleDescriptorBase
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def minimized(requiredPaths: Set[ConfigPath], source: Config): Config
- Annotations
- @nowarn()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parse(p: RawEntrypointParams): WriteReference
- def parserSchema: RoleParserSchema
- Definition Classes
- ConfigWriter → RoleDescriptor → RoleDescriptorBase
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object ConfigPath extends Serializable
- object ExtractConfigPath
- object Options extends ParserDef