Package google.registry.tools.params
Class PathParameter.OutputFile
- java.lang.Object
-
- google.registry.tools.params.ParameterConverterValidator<java.nio.file.Path>
-
- google.registry.tools.params.PathParameter
-
- google.registry.tools.params.PathParameter.OutputFile
-
- All Implemented Interfaces:
com.beust.jcommander.IParameterValidator
,com.beust.jcommander.IStringConverter<java.nio.file.Path>
- Enclosing class:
- PathParameter
public static final class PathParameter.OutputFile extends PathParameter
PathParameter when you want an output file parameter.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class google.registry.tools.params.PathParameter
PathParameter.InputFile, PathParameter.OutputDirectory, PathParameter.OutputFile
-
-
Constructor Summary
Constructors Constructor Description OutputFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validate(java.lang.String name, java.lang.String value)
-
Methods inherited from class google.registry.tools.params.PathParameter
convert
-
-
-
-
Method Detail
-
validate
public void validate(java.lang.String name, java.lang.String value) throws com.beust.jcommander.ParameterException
- Specified by:
validate
in interfacecom.beust.jcommander.IParameterValidator
- Overrides:
validate
in classParameterConverterValidator<java.nio.file.Path>
- Throws:
com.beust.jcommander.ParameterException
-
-