Package google.registry.tools.params
Class IntervalParameter
java.lang.Object
google.registry.tools.params.ParameterConverterValidator<org.joda.time.Interval>
google.registry.tools.params.IntervalParameter
- All Implemented Interfaces:
com.beust.jcommander.IParameterValidator
,com.beust.jcommander.IStringConverter<org.joda.time.Interval>
Interval CLI parameter converter/validator.
-
Constructor Summary
-
Method Summary
Methods inherited from class google.registry.tools.params.ParameterConverterValidator
validate
-
Constructor Details
-
IntervalParameter
public IntervalParameter()
-
-
Method Details
-
convert
- Specified by:
convert
in interfacecom.beust.jcommander.IStringConverter<org.joda.time.Interval>
- Specified by:
convert
in classParameterConverterValidator<org.joda.time.Interval>
-