Packages

t

org.opalj.cli

OPALCommandLineConfig

trait OPALCommandLineConfig extends AnyRef

OpalConf is a utility trait designed to enhance the ScallopConf functionality by providing additional methods for handling command-line argument parsing in the OPAL framework. This trait is intended to be mixed into ScallopConf configurations, enabling more customized parsing mechanisms with reusable methods for specific command types and error handling.

Self Type
OPALCommandLineConfig with ScallopConf
Source
OPALCommandLineConfig.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OPALCommandLineConfig
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit class CommandExt extends AnyRef
    Attributes
    protected

Abstract Value Members

  1. abstract val description: String

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.

    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
  6. def args(as: Arg[_, _]*): Unit

    Defines (additional) args for this configuration

    Defines (additional) args for this configuration

    Attributes
    protected
  7. def argsIterator: Iterator[Arg[_, _]]
  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
  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

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

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

  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. def init(): Unit
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. def onError(e: Throwable): Unit
    Attributes
    protected
  23. def setupConfig(isLibrary: Boolean): Config
  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 AnyRef

Inherited from Any

Ungrouped