gov.llnl.babel

Class UserOptions.TextSwitch

Enclosing Class:
UserOptions
Implemented Interfaces:
CommandLineSwitch

public class UserOptions.TextSwitch
extends UserOptions.RequiredArgSwitch

Constructor Summary

TextSwitch()

Method Summary

void
processCommandSwitch(String optarg)

Methods inherited from class gov.llnl.babel.UserOptions.RequiredArgSwitch

getArgumentName, hasRequiredArgument

Methods inherited from class gov.llnl.babel.UserOptions.BasicSwitch

getArgumentName, getHelpText, getLongName, getShortForm, hasOptionalArgument, hasRequiredArgument, isHidden, setShortForm

Constructor Details

TextSwitch

public TextSwitch()

Method Details

processCommandSwitch

public final void processCommandSwitch(String optarg)
            throws InvalidArgumentException,
                   InvalidOptionException,
                   CorruptSymbolException
Specified by:
processCommandSwitch in interface CommandLineSwitch