Class Parameters

java.lang.Object
pt.ist.phylolib.cli.Parameters

public final class Parameters extends Object
Represents the parameters of a command as a type and a set of options.
  • Constructor Details

    • Parameters

      public Parameters(Constructor<?> type, Options options)
      Creates the parameters of a command corresponding to a given type of command and respective options.
      Parameters:
      type - the constructor for type of the command
      options - the options of the command
  • Method Details