Class CommandLineInterface.IobufMapParam
java.lang.Object
uk.ac.manchester.spinnaker.front_end.CommandLineInterface.IobufMapParam
- All Implemented Interfaces:
Supplier<IobufRequest>
- Enclosing class:
- CommandLineInterface
public static class CommandLineInterface.IobufMapParam extends Object implements Supplier<IobufRequest>
Argument handler for the
<iobufMapFile>
parameter.
Do not make instances of this class yourself; leave that to picocli.
- Author:
- Donal Fellows
- See Also:
CommandLine.ArgGroup
,CommandLine.Parameters
-
Method Summary
Modifier and Type Method Description IobufRequest
get()
-
Method Details
-
get
- Specified by:
get
in interfaceSupplier<IobufRequest>
- Returns:
- The request parsed from the named file.
-