Class CommandLineInterface.IobufDirParam

java.lang.Object
uk.ac.manchester.spinnaker.front_end.CommandLineInterface.IobufDirParam
All Implemented Interfaces:
Supplier<File>
Enclosing class:
CommandLineInterface

public static class CommandLineInterface.IobufDirParam
extends Object
implements Supplier<File>
Argument handler for the <iobufDir> parameter.

Do not make instances of this class yourself; leave that to picocli.

See Also:
CommandLine.ArgGroup, CommandLine.Parameters
  • Method Details