org.specs2.main

CommandLine

case class CommandLine(_arguments: Seq[String] = ...) extends ShowArgs with Product with Serializable

Command-line arguments

Linear Supertypes
Serializable, Serializable, Product, Equals, ShowArgs, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CommandLine
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ShowArgs
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CommandLine(_arguments: Seq[String] = ...)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val _arguments: Seq[String]

  7. def arguments: Seq[String]

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def bool(name: String): Option[Boolean]

  10. def boolOr(name: String, defaultValue: Boolean): Boolean

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def contains(a: String): Boolean

  13. def directory(name: String): Option[DirectoryPath]

  14. def directoryOr(name: String, defaultValue: DirectoryPath): DirectoryPath

  15. def double(name: String): Option[Double]

  16. def doubleOr(name: String, defaultValue: Double): Double

  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def file(name: String): Option[FilePath]

  19. def fileOr(name: String, defaultValue: FilePath): FilePath

  20. def filter(included: String*): CommandLine

  21. def filterNot(excluded: String*): CommandLine

  22. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def float(name: String): Option[Float]

  24. def floatOr(name: String, defaultValue: Float): Float

  25. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  26. def int(name: String): Option[Int]

  27. def intOr(name: String, defaultValue: Int): Int

  28. def isDefined(name: String): Boolean

  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. def isSet(name: String): Boolean

    returns

    true if a switch is present or a flag is defined

  31. def long(name: String): Option[Long]

  32. def longOr(name: String, defaultValue: Long): Long

  33. def map(name: String): Option[Map[String, String]]

  34. def mapOr(name: String, defaultValue: Map[String, String]): Map[String, String]

  35. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  38. def overrideWith(other: CommandLine): CommandLine

  39. def showArg(a: (String, Option[_])): Option[String]

    Definition Classes
    ShowArgs
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. def toString(): String

    Definition Classes
    CommandLine → AnyRef → Any
  42. def value(name: String): Option[String]

  43. def valueOr(name: String, defaultValue: String): String

  44. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ShowArgs

Inherited from AnyRef

Inherited from Any

Ungrouped