scalax.io.CommandLineParser

trait AllowNone

[source: scalax/io/CommandLineParser.scala]

trait AllowNone
extends OptionSpec
Mix this into an option definition to mark it incompatible with every option.
Method Summary
def allow : scala.collection.mutable.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.
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Methods inherited from OptionSpec
shortName (abstract), longName (abstract), description (abstract)
Method Details
def allow : scala.collection.mutable.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.
Overrides
OptionSpec.allow


Copyright (c) 2005-8 The Scalax Project. All Rights Reserved.