scala.tools.nsc.util

CommandLine

case class CommandLine(args: List[String], unaryArguments: List[String], binaryArguments: List[String]) extends Product with Serializable

Source
CommandLineParser.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. CommandLine
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CommandLine(line: String)

  2. new CommandLine(args: Array[String])

  3. new CommandLine(args: List[String])

  4. new CommandLine(args: List[String], unaryArguments: List[String], binaryArguments: List[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 Terminator: String

  7. val ValueForUnaryOption: String

  8. def apply(arg: String): String

  9. lazy val argMap: Map[String, String]

    argMap is option -> argument (or "" if it is a unary argument) residualArgs are what is left after removing the options and their args.

  10. val args: List[String]

  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def assumeBinary: Boolean

  13. val binaryArguments: List[String]

  14. def canEqual(arg0: Any): Boolean

    Definition Classes
    CommandLine → Equals
  15. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def enforceArity: Boolean

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

    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Definition Classes
    CommandLine → Equals → AnyRef → Any
  19. def errorFn(msg: String): Unit

  20. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  21. def get(arg: String): Option[String]

  22. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  23. def getOrElse(arg: String, orElse: ⇒ String): String

  24. def hashCode(): Int

    Definition Classes
    CommandLine → AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def isSet(arg: String): Boolean

  27. def mapForUnary(opt: String): Map[String, String]

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

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

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

    Definition Classes
    AnyRef
  31. def onlyKnownOptions: Boolean

  32. def originalArgs: List[String]

  33. def productArity: Int

    Definition Classes
    CommandLine → Product
  34. def productElement(arg0: Int): Any

    Definition Classes
    CommandLine → Product
  35. def productIterator: Iterator[Any]

    Definition Classes
    Product
  36. def productPrefix: String

    Definition Classes
    CommandLine → Product
  37. lazy val residualArgs: List[String]

    argMap is option -> argument (or "" if it is a unary argument) residualArgs are what is left after removing the options and their args.

  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    CommandLine → AnyRef → Any
  40. val unaryArguments: List[String]

  41. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  44. def withBinaryArgs(xs: List[String]): CommandLine

  45. def withUnaryArgs(xs: List[String]): CommandLine

Deprecated Value Members

  1. def productElements: Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    (Since version 2.8.0) use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any