gov.llnl.babel

Class UserOptions.ExcludeSwitch

Enclosing Class:
UserOptions
Implemented Interfaces:
CommandLineSwitch

public class UserOptions.ExcludeSwitch
extends UserOptions.RequiredArgSwitch

Constructor Summary

ExcludeSwitch()

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

ExcludeSwitch

public ExcludeSwitch()

Method Details

processCommandSwitch

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