Class CommandLineInterface.DsFileParam
java.lang.Object
uk.ac.manchester.spinnaker.front_end.CommandLineInterface.DsFileParam
- Enclosing class:
- CommandLineInterface
public static class CommandLineInterface.DsFileParam extends Object implements Supplier<File>
Argument handler for the
<dsFile>
parameter.
Do not make instances of this class yourself; leave that to picocli.
- Author:
- Christian Brenninkmeijer
- See Also:
CommandLine.ArgGroup
,CommandLine.Parameters