class SpecCommandLine extends CommandLine
- Alphabetic
- By Inheritance
- SpecCommandLine
- CommandLine
- CommandLineConfig
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Value Members
-
ξ
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef β Any
-
ξ
final
def
##(): Int
- Definition Classes
- AnyRef β Any
-
ξ
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from SpecCommandLine to any2stringadd[SpecCommandLine] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
ξ
def
->[B](y: B): (SpecCommandLine, B)
- Implicit
- This member is added by an implicit conversion from SpecCommandLine to ArrowAssoc[SpecCommandLine] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
ξ
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef β Any
-
ξ
val
Terminator: String
- Definition Classes
- CommandLine
-
ξ
val
ValueForUnaryOption: String
- Definition Classes
- CommandLine
-
ξ
def
apply(arg: String): String
- Definition Classes
- CommandLine
-
ξ
lazy val
argMap: Map[String, String]
argMap is option -> argument (or "true" if it is a unary argument) residualArgs are what is left after removing the options and their args.
argMap is option -> argument (or "true" if it is a unary argument) residualArgs are what is left after removing the options and their args.
- Definition Classes
- CommandLine
-
ξ
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
ξ
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
ξ
def
enforceArity: Boolean
- Definition Classes
- CommandLineConfig
-
ξ
def
ensuring(cond: (SpecCommandLine) β Boolean, msg: β Any): SpecCommandLine
- Implicit
- This member is added by an implicit conversion from SpecCommandLine to Ensuring[SpecCommandLine] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
ξ
def
ensuring(cond: (SpecCommandLine) β Boolean): SpecCommandLine
- Implicit
- This member is added by an implicit conversion from SpecCommandLine to Ensuring[SpecCommandLine] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
ξ
def
ensuring(cond: Boolean, msg: β Any): SpecCommandLine
- Implicit
- This member is added by an implicit conversion from SpecCommandLine to Ensuring[SpecCommandLine] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
ξ
def
ensuring(cond: Boolean): SpecCommandLine
- Implicit
- This member is added by an implicit conversion from SpecCommandLine to Ensuring[SpecCommandLine] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
ξ
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
ξ
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef β Any
-
ξ
def
errorFn(msg: String): Unit
- Definition Classes
- CommandLine
-
ξ
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
ξ
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from SpecCommandLine to StringFormat[SpecCommandLine] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
ξ
def
get(arg: String): Option[String]
- Definition Classes
- CommandLine
-
ξ
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef β Any
-
ξ
def
getOrElse(arg: String, orElse: β String): String
- Definition Classes
- CommandLine
-
ξ
def
hashCode(): Int
- Definition Classes
- AnyRef β Any
-
ξ
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
ξ
def
isSet(arg: String): Boolean
- Definition Classes
- CommandLine
-
ξ
def
mapForUnary(opt: String): Map[String, String]
- Definition Classes
- CommandLine
-
ξ
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
ξ
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
ξ
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
ξ
def
onlyKnownOptions: Boolean
- Definition Classes
- CommandLineConfig
-
ξ
val
originalArgs: List[String]
- Definition Classes
- CommandLine
-
ξ
lazy val
residualArgs: List[String]
argMap is option -> argument (or "true" if it is a unary argument) residualArgs are what is left after removing the options and their args.
argMap is option -> argument (or "true" if it is a unary argument) residualArgs are what is left after removing the options and their args.
- Definition Classes
- CommandLine
-
ξ
val
spec: Reference
- Definition Classes
- CommandLine
-
ξ
final
def
synchronized[T0](arg0: β T0): T0
- Definition Classes
- AnyRef
-
ξ
def
toString(): String
- Definition Classes
- CommandLine β AnyRef β Any
-
ξ
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
ξ
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
ξ
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
ξ
def
β[B](y: B): (SpecCommandLine, B)
- Implicit
- This member is added by an implicit conversion from SpecCommandLine to ArrowAssoc[SpecCommandLine] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
The Scala compiler and reflection APIs.