gov.llnl.babel

Class UserOptions.AssertionLevelSwitch

Enclosing Class:
UserOptions
Implemented Interfaces:
CommandLineSwitch

public class UserOptions.AssertionLevelSwitch
extends UserOptions.RequiredArgSwitch

Constructor Summary

AssertionLevelSwitch()

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

AssertionLevelSwitch

public AssertionLevelSwitch()

Method Details

processCommandSwitch

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