gov.llnl.babel

Class UserOptions.TouchOption

Enclosing Class:
UserOptions
Implemented Interfaces:
CommandLineSwitch

public class UserOptions.TouchOption
extends UserOptions.RequiredArgSwitch

Constructor Summary

TouchOption()

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

TouchOption

public TouchOption()

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)
Specified by:
processCommandSwitch in interface CommandLineSwitch