gov.llnl.babel

Class UserOptions.ClientSwitch

Enclosing Class:
UserOptions
Implemented Interfaces:
CommandLineSwitch

public class UserOptions.ClientSwitch
extends UserOptions.RequiredArgSwitch

Constructor Summary

ClientSwitch()

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

ClientSwitch

public ClientSwitch()

Method Details

processCommandSwitch

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