Package google.registry.tools.params
Class PathParameter.OutputDirectory
java.lang.Object
google.registry.tools.params.ParameterConverterValidator<Path>
google.registry.tools.params.PathParameter
google.registry.tools.params.PathParameter.OutputDirectory
- All Implemented Interfaces:
com.beust.jcommander.IParameterValidator
,com.beust.jcommander.IStringConverter<Path>
- Enclosing class:
PathParameter
PathParameter when you want an output directory parameter.
-
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
-
OutputDirectory
public OutputDirectory()
-
-
Method Details
-
validate
- Specified by:
validate
in interfacecom.beust.jcommander.IParameterValidator
- Overrides:
validate
in classParameterConverterValidator<Path>
- Throws:
com.beust.jcommander.ParameterException
-