Scalax
|
|
scalax/io/CommandLineParser.scala
]
class
Result(val
arguments : scala.List[Argument])
extends
AnyRefValue Summary | |
val
|
nonOptions
: scala.List[java.lang.String]
List of non-option argument values.
|
Method Summary | |
def
|
all
(f : Flag) : Int
Returns the number of times the given flag was used.
|
def
|
all
[A](o : OptionType[A]) : scala.List[A]
Returns all the values supplied with this option.
|
def
|
apply
(f : Flag) : Boolean
Was the given flag supplied?
|
def
|
apply
[A](o : OptionType[A]) : scala.Option[A]
Returns the first value for the given option.
|
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Value Details |
Method Details |
def
all[A](o : OptionType[A]) : scala.List[A]
def
apply[A](o : OptionType[A]) : scala.Option[A]
Scalax
|
|