Packages

c

org.opalj.cli

PropertyArg

abstract class PropertyArg[T] extends ConvertedArg[T, Map[String, T]]

Source
Arg.scala
Linear Supertypes
ConvertedArg[T, Map[String, T]], Arg[T, Map[String, T]], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PropertyArg
  2. ConvertedArg
  3. Arg
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PropertyArg()(implicit arg0: ValueConverter[T])

Type Members

  1. type valueType = Map[String, T]
    Definition Classes
    Arg

Abstract Value Members

  1. abstract def char: Char
  2. abstract def description: String
    Definition Classes
    Arg

Concrete 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 apply(opalConfig: Config, value: Option[Map[String, T]]): Config
    Definition Classes
    Arg
  5. final def apply(opalConfig: Config, cliConfig: OPALCommandLineConfig): Config
    Definition Classes
    Arg
  6. final val argName: String
    Definition Classes
    PropertyArgArg
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. final val choices: Seq[String]
    Definition Classes
    PropertyArgArg
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  10. def commands(): IterableOnce[Arg[_, _]]
    Definition Classes
    Arg
  11. val conv: ValueConverter[T]
    Definition Classes
    ConvertedArg
  12. final val defaultValue: Option[T]
    Definition Classes
    PropertyArgArg
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def keyName: String
  19. final val name: String
    Definition Classes
    PropertyArgArg
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final val noshort: Boolean
    Definition Classes
    PropertyArgArg
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. final val short: Char
    Definition Classes
    PropertyArgArg
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def valueName: String
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from ConvertedArg[T, Map[String, T]]

Inherited from Arg[T, Map[String, T]]

Inherited from AnyRef

Inherited from Any

Ungrouped