Class CommandLineInterface.LogfileParam

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

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

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

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