Packages

t

org.opalj.fpcf

PropertyStoreBasedCommandLineConfig

trait PropertyStoreBasedCommandLineConfig extends OPALCommandLineConfig

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PropertyStoreBasedCommandLineConfig
  2. OPALCommandLineConfig
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit class CommandExt extends AnyRef
    Attributes
    protected
    Definition Classes
    OPALCommandLineConfig

Abstract Value Members

  1. abstract val description: String
    Definition Classes
    OPALCommandLineConfig

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[R](arg: Arg[_, R]): R

    Gets the value of a (required) argument.

    Gets the value of a (required) argument.

    Definition Classes
    OPALCommandLineConfig
    Exceptions thrown

    NoSuchElementException if the argument was not supplied (which means it was not marked as required!)

  5. val argGroups: Map[Arg[_, _], ScallopOptionGroup]
    Attributes
    protected
    Definition Classes
    OPALCommandLineConfig
  6. def args(as: Arg[_, _]*): Unit

    Defines (additional) args for this configuration

    Defines (additional) args for this configuration

    Attributes
    protected
    Definition Classes
    OPALCommandLineConfig
  7. def argsIterator: Iterator[Arg[_, _]]
    Definition Classes
    OPALCommandLineConfig
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def generalArgs(as: Arg[_, _]*): Unit

    Defines (additional) general args for this configuration

    Defines (additional) general args for this configuration

    Attributes
    protected
    Definition Classes
    OPALCommandLineConfig
  13. def get[R](arg: Arg[_, R], default: => R): R

    Gets the value of an (optional) argument or a default value if the argument was not supplied

    Gets the value of an (optional) argument or a default value if the argument was not supplied

    Definition Classes
    OPALCommandLineConfig
  14. def get[R](arg: Arg[_, R]): Option[R]

    Gets the value of an (optional) argument or None if the argument was not supplied

    Gets the value of an (optional) argument or None if the argument was not supplied

    Definition Classes
    OPALCommandLineConfig
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. def getScheduler(analysisName: String, eager: Boolean): FPCFAnalysisScheduler[_]
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. def init(): Unit
    Definition Classes
    OPALCommandLineConfig
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. def onError(e: Throwable): Unit
    Attributes
    protected
    Definition Classes
    OPALCommandLineConfig
  24. def setupConfig(isLibrary: Boolean): Config
    Definition Classes
    OPALCommandLineConfig
  25. def setupPropertyStore(project: Project): (PropertyStore, Seconds)
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  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 OPALCommandLineConfig

Inherited from AnyRef

Inherited from Any

Ungrouped