gov.llnl.babel

Class UserOptions.SuppressTimestampSwitch

Enclosing Class:
UserOptions
Implemented Interfaces:
CommandLineSwitch

public class UserOptions.SuppressTimestampSwitch
extends gov.llnl.babel.UserOptions.BasicSwitch

Constructor Summary

SuppressTimestampSwitch()

Method Summary

boolean
isHidden()
void
processCommandSwitch(String optarg)

Methods inherited from class gov.llnl.babel.UserOptions.BasicSwitch

getArgumentName, getHelpText, getLongName, getShortForm, hasOptionalArgument, hasRequiredArgument, isHidden, setShortForm

Constructor Details

SuppressTimestampSwitch

public SuppressTimestampSwitch()

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