Package pt.ist.phylolib.cli
Class Parameters
java.lang.Object
pt.ist.phylolib.cli.Parameters
Represents the parameters of a command as a type and a set of options.
-
Constructor Summary
ConstructorsConstructorDescriptionParameters(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
-
type
-
options
-