Module dev.nipafx.args
Package dev.nipafx.args
package dev.nipafx.args
Main package of Record Args - see module declaration and
Args for documentation.-
ClassDescriptionParses command-line arguments to args records - call
parseor one of its overloads (depending on how many args types are involved).Encodes various definition errors.Thrown when the types provided toArgs::parseare ill-defined.A warning or error that occurred while parsing command line arguments.Encodes various parsing errors.Thrown when parsing command line arguments fails.Parsed2<ARGS_TYPE_1,ARGS_TYPE_2> Result of parsing arguments to two args records withArgs.parse(String[], Class, Class).Parsed3<ARGS_TYPE_1,ARGS_TYPE_2, ARGS_TYPE_3> Result of parsing arguments to three args records withArgs.parse(String[], Class, Class, Class).