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 Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
get
- Specified by:
get in interface Supplier<File>
- Returns:
- The file of the dataspec database.