Class FlagOptions
- java.lang.Object
-
- gov.nasa.pds.validate.commandline.options.FlagOptions
-
public class FlagOptions extends Object
Class that builds the command-line options.- Author:
- mcayanan
-
-
Constructor Summary
Constructors Constructor Description FlagOptions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.commons.cli.Options
getOptions()
Get the list of options.
-