Skip to content
Snippets Groups Projects
Select Git revision
  • 09c95ecea53b92a28ed2ff82aa0da258031afdc3
  • master default protected
  • exec_auto_adjust_trace
  • let_variables
  • v1.4.1
  • v1.4.0
  • v1.3.0
  • v1.2.0
  • v1.1.0
  • v1.0.0
10 results

TableCommand.java

Blame
  • user avatar
    dgelessus authored
    There are now only three specific parameter classes: RequiredSingle,
    OptionalSingle, and Multiple, corresponding to the three possible value
    types (String, Optional<String>, and List<String>). Parameter objects
    are no longer created directly via constructors, but using factory
    methods. This is shorter and decouples the parameter creation from
    their implementation.
    
    There is also a new Parameter.body factory method to create body
    parameters, which previously used the same class/constructor as
    required remainder parameters.
    
    The PositionalParameter namespace class is now completely removed; all
    parameter-related classes and methods are now under the Parameter
    class.
    09c95ece
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    TableCommand.java 4.25 KiB