public class WebDavProfile extends ConfigurationProfile
| Modifier and Type | Field and Description |
|---|---|
protected String |
baseUrl |
protected String |
deliveryBaseUrl |
protected String |
password |
protected String |
username |
profileId| Constructor and Description |
|---|
WebDavProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseUrl()
Returns the base url of the webdav server.
|
String |
getDeliveryBaseUrl()
Deprecated.
The new service will ignore this property and use a /remote-assets/... URL instead
|
String |
getPassword()
Returns the password used to connect to the server.
|
String |
getUsername()
Returns the username used to connect to the server.
|
void |
setBaseUrl(String baseUrl)
Sets the base url of the webdav server.
|
void |
setDeliveryBaseUrl(String deliveryBaseUrl)
Deprecated.
The new service will ignore this property and use a /remote-assets/... URL instead
|
void |
setPassword(String password)
Sets the password used to connect to the server.
|
void |
setUsername(String username)
Sets the username used to connect to the server.
|
equals, getProfileId, hashCode, setProfileIdprotected String baseUrl
protected String deliveryBaseUrl
protected String username
protected String password
public String getBaseUrl()
public void setBaseUrl(String baseUrl)
@Deprecated public String getDeliveryBaseUrl()
@Deprecated public void setDeliveryBaseUrl(String deliveryBaseUrl)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
Copyright © 2020 CrafterCMS. All rights reserved.