scalax.io.CommandLineParser

trait AllowAllButSelf

[source: scalax/io/CommandLineParser.scala]

trait AllowAllButSelf
extends OptionSpec
Mix this into an option definition to mark it compatible with every option except itself.
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.
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


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