| | |
| | | // private constructor to force usage of the associated Builder |
| | | } |
| | | |
| | | /** |
| | | * Creates a builder for the configuration parameters. |
| | | * |
| | | * @return a builder |
| | | */ |
| | | public static Builder configParams() |
| | | { |
| | | return new Builder(); |
| | | } |
| | | |
| | | String getServerRootDirectory() |
| | | { |
| | | return serverRootDirectory; |
| | |
| | | } |
| | | |
| | | /** |
| | | * Creates a builder for the configuration parameters. |
| | | * |
| | | * @return a builder |
| | | */ |
| | | public static Builder configParams() |
| | | { |
| | | 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. |