Class CommandLineInterface.DbFileParam

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

public static class CommandLineInterface.DbFileParam
extends Object
implements Supplier<File>
Argument handler for the <dbFile> 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 buffer database.