public class DefaultSettingsDecryptionRequest extends java.lang.Object implements SettingsDecryptionRequest
| Constructor and Description |
|---|
DefaultSettingsDecryptionRequest()
Creates an empty request.
|
DefaultSettingsDecryptionRequest(org.apache.maven.settings.Proxy proxy)
Creates a new request to decrypt the specified proxy.
|
DefaultSettingsDecryptionRequest(org.apache.maven.settings.Server server)
Creates a new request to decrypt the specified server.
|
DefaultSettingsDecryptionRequest(org.apache.maven.settings.Settings settings)
Creates a new request to decrypt the specified settings.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.apache.maven.settings.Proxy> |
getProxies()
Gets the proxies whose passwords should be decrypted.
|
java.util.List<org.apache.maven.settings.Server> |
getServers()
Gets the servers whose passwords should be decrypted.
|
DefaultSettingsDecryptionRequest |
setProxies(java.util.List<org.apache.maven.settings.Proxy> proxies)
Sets the proxies whose passwords should be decrypted.
|
DefaultSettingsDecryptionRequest |
setServers(java.util.List<org.apache.maven.settings.Server> servers)
Sets the servers whose passwords should be decrypted.
|
public DefaultSettingsDecryptionRequest()
public DefaultSettingsDecryptionRequest(org.apache.maven.settings.Settings settings)
settings - The settings to decrypt, must not be null.public DefaultSettingsDecryptionRequest(org.apache.maven.settings.Server server)
server - The server to decrypt, must not be null.public DefaultSettingsDecryptionRequest(org.apache.maven.settings.Proxy proxy)
proxy - The proxy to decrypt, must not be null.public java.util.List<org.apache.maven.settings.Server> getServers()
SettingsDecryptionRequestgetServers in interface SettingsDecryptionRequestnull.public DefaultSettingsDecryptionRequest setServers(java.util.List<org.apache.maven.settings.Server> servers)
SettingsDecryptionRequestsetServers in interface SettingsDecryptionRequestservers - The servers to decrypt, may be null.null.public java.util.List<org.apache.maven.settings.Proxy> getProxies()
SettingsDecryptionRequestgetProxies in interface SettingsDecryptionRequestnull.public DefaultSettingsDecryptionRequest setProxies(java.util.List<org.apache.maven.settings.Proxy> proxies)
SettingsDecryptionRequestsetProxies in interface SettingsDecryptionRequestproxies - The proxies to decrypt, may be null.null.