scalax.io.CommandLineParser

trait AllowAllBut

[source: scalax/io/CommandLineParser.scala]

trait AllowAllBut
extends OptionSpec
Mix this in to mark only the specified options as incompatible.
Method Summary
def allow : scala.collection.immutable.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 exclude : scala.collection.mutable.Set[OptionSpec]
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.immutable.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

abstract def exclude : scala.collection.mutable.Set[OptionSpec]


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