Modifier and Type | Method and Description |
---|---|
Server.Builder |
Server.Builder.configuration(Dom configuration) |
Server.Builder |
Server.Builder.directoryPermissions(String directoryPermissions) |
Server.Builder |
Server.Builder.filePermissions(String filePermissions) |
Server.Builder |
Server.Builder.id(String id) |
static Server.Builder |
Server.newBuilder()
Creates a new
Server builder instance. |
static Server.Builder |
Server.newBuilder(boolean withDefaults)
Creates a new
Server builder instance using default values or not. |
static Server.Builder |
Server.newBuilder(Server from)
Creates a new
Server builder instance using the specified object as a basis. |
static Server.Builder |
Server.newBuilder(Server from,
boolean forceCopy)
Creates a new
Server builder instance using the specified object as a basis. |
Server.Builder |
Server.Builder.passphrase(String passphrase) |
Server.Builder |
Server.Builder.password(String password) |
Server.Builder |
Server.Builder.privateKey(String privateKey) |
Server.Builder |
Server.Builder.username(String username) |
Server.Builder |
Server.with()
Creates a new builder with this object as the basis.
|
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.