class SpecCommandLine extends CommandLine
- Alphabetic
- By Inheritance
- SpecCommandLine
- CommandLine
- CommandLineConfig
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
enforceArity: Boolean
- Definition Classes
- CommandLineConfig
-
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
get(arg: String): Option[String]
- Definition Classes
- CommandLine
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getOrElse(arg: String, orElse: ⇒ String): String
- Definition Classes
- CommandLine
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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( ... ) @native()