Packages

t

org.opalj.fpcf

PropertyStoreBasedArg

trait PropertyStoreBasedArg[T, R] extends Arg[T, R]

Source
PropertyStoreBasedCommandLineConfig.scala
Linear Supertypes
Arg[T, R], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PropertyStoreBasedArg
  2. Arg
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type valueType = R
    Definition Classes
    Arg

Abstract Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped