| | |
| | | } |
| | | |
| | | /** |
| | | * Creates a builder for the setup parameters. |
| | | * |
| | | * @return a builder |
| | | */ |
| | | public static Builder setupParams() |
| | | { |
| | | return new Builder(); |
| | | } |
| | | |
| | | /** |
| | | * Generates command-line arguments from the parameters. |
| | | * |
| | | * @return command-line arguments |
| | |
| | | } |
| | | |
| | | /** |
| | | * Creates a builder for the setup parameters. |
| | | * |
| | | * @return a builder |
| | | */ |
| | | public static Builder setupParams() |
| | | { |
| | | return new Builder(); |
| | | } |
| | | |
| | | /** |
| | | * Generates the parameters from this builder. |
| | | * <p> |
| | | * After this call, the builder is reset and can be used to generate other parameters. |