scalax.io.CommandLineParser

class OptionType

[source: scalax/io/CommandLineParser.scala]

abstract class OptionType[A]
extends OptionSpec
Superclass of OptionSpecs which accept a parameter.
Direct Known Subclasses:
CommandLineParser.StringOption, CommandLineParser.IntOption

Method Summary
abstract def parse (value : java.lang.String) : Bistate[OptionValue[A], java.lang.String]
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), allow (abstract)
Method Details
abstract def parse(value : java.lang.String) : Bistate[OptionValue[A], java.lang.String]


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