gov.llnl.babel

Class UserOptions.DefaultRepositoryPathSwitch

Enclosing Class:
UserOptions
Implemented Interfaces:
CommandLineSwitch

public class UserOptions.DefaultRepositoryPathSwitch
extends UserOptions.RequiredArgSwitch

Constructor Summary

DefaultRepositoryPathSwitch()

Method Summary

boolean
isHidden()
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

DefaultRepositoryPathSwitch

public DefaultRepositoryPathSwitch()

Method Details

isHidden

public final boolean isHidden()
Specified by:
isHidden in interface CommandLineSwitch
Overrides:
isHidden in interface gov.llnl.babel.UserOptions.BasicSwitch

processCommandSwitch

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