Class CommandLineInterface.DsFileParam

java.lang.Object
uk.ac.manchester.spinnaker.front_end.CommandLineInterface.DsFileParam
All Implemented Interfaces:
Supplier<File>
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
  • Method Details

    • get

      public File get()
      Specified by:
      get in interface Supplier<File>
      Returns:
      The file of the dataspec database.