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