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