Scalax
|
|
scalax/io/CommandLineParser.scala
]
sealed abstract
class
OptionSpec
extends
AnyRefMethod Summary | |
abstract def
|
allow
: scala.collection.Set[OptionSpec]
Specifies which other options may be used in conjunction with this
one. This option must appear in its own allow list if it is allowed
to appear more than once.
|
abstract def
|
description : java.lang.String |
abstract def
|
longName : java.lang.String |
abstract def
|
shortName : scala.Option[Char] |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
abstract
def
shortName : scala.Option[Char]
abstract
def
longName : java.lang.String
abstract
def
description : java.lang.String
abstract
def
allow : scala.collection.Set[OptionSpec]
Scalax
|
|