scalax.io.CommandLineParser

trait Argument

[source: scalax/io/CommandLineParser.scala]

sealed trait Argument
extends AnyRef
Interface for the actual received arguments.
Direct Known Subclasses:
CommandLineParser.Flag, CommandLineParser.OptionValue, CommandLineParser.NonOption

Method Summary
abstract def spec : scala.Option[OptionSpec]
The OptionSpec for this argument, or None if this is a non-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
Method Details
abstract def spec : scala.Option[OptionSpec]
The OptionSpec for this argument, or None if this is a non-option.


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