abstract class PropertyArg[T] extends ConvertedArg[T, Map[String, T]]
Instance Constructors
- new PropertyArg()(implicit arg0: ValueConverter[T])
Type Members
- type valueType = Map[String, T]
Abstract Value Members
- abstract def char: Char
- abstract def description: String
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def apply(opalConfig: Config, value: Option[Map[String, T]]): Config
- final def apply(opalConfig: Config, cliConfig: OPALCommandLineConfig): Config
- final val argName: String
- final def asInstanceOf[T0]: T0
- final val choices: Seq[String]
- def clone(): AnyRef
- def commands(): IterableOnce[Arg[_, _]]
- val conv: ValueConverter[T]
- final val defaultValue: Option[T]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def keyName: String
- final val name: String
- final def ne(arg0: AnyRef): Boolean
- final val noshort: Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final val short: Char
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- def valueName: String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit
Inherited from Arg[T, Map[String, T]]
Inherited from AnyRef
Inherited from Any