Package google.registry.tools.params
Class PathParameter.InputFile
java.lang.Object
google.registry.tools.params.ParameterConverterValidator<Path>
google.registry.tools.params.PathParameter
google.registry.tools.params.PathParameter.InputFile
- All Implemented Interfaces:
com.beust.jcommander.IParameterValidator
,com.beust.jcommander.IStringConverter<Path>
- Enclosing class:
PathParameter
PathParameter when you want an input file that must exist.
-
Nested Class Summary
Nested classes/interfaces inherited from class google.registry.tools.params.PathParameter
PathParameter.InputFile, PathParameter.OutputDirectory, PathParameter.OutputFile
-
Constructor Summary
-
Method Summary
Methods inherited from class google.registry.tools.params.PathParameter
convert
-
Constructor Details
-
InputFile
public InputFile()
-
-
Method Details
-
validate
- Specified by:
validate
in interfacecom.beust.jcommander.IParameterValidator
- Overrides:
validate
in classParameterConverterValidator<Path>
- Throws:
com.beust.jcommander.ParameterException
-