Package pt.ist.phylolib.cli
Class Parameters
java.lang.Object
pt.ist.phylolib.cli.Parameters
public final class Parameters
extends java.lang.Object
Represents the parameters of a command as a type and a set of options.
-
Constructor Summary
Constructors Constructor Description Parameters(java.lang.reflect.Constructor<?> type, Options options)Creates the parameters of a command corresponding to a given type of command and respective options. -
Method Summary
-
Constructor Details
-
Parameters
Creates the parameters of a command corresponding to a given type of command and respective options.- Parameters:
type- the constructor for type of the commandoptions- the options of the command
-
-
Method Details