@Validated public abstract class OwncloudProperties extends Object
software.coolstuff.springframework.owncloud.service.impl.resource.OwncloudResourcePropertiessoftware.coolstuff.springframework.owncloud.service.impl.rest.OwncloudRestProperties| Modifier and Type | Class and Description |
|---|---|
static class |
OwncloudProperties.ResourceServiceProperties
Common Resource Service Properties
|
static class |
OwncloudProperties.UserService
Common Properties for the UserService
|
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_BUFFER_SIZE
Default Buffer Size
|
| Constructor and Description |
|---|
OwncloudProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocation()
Location of the Owncloud Instance.
|
OwncloudProperties.ResourceServiceProperties |
getResourceService()
WebDAV common Properties
|
OwncloudProperties.UserService |
getUserService()
User Service common Properties
|
void |
setLocation(String location)
Location of the Owncloud Instance.
|
void |
setResourceService(OwncloudProperties.ResourceServiceProperties resourceService)
WebDAV common Properties
|
void |
setUserService(OwncloudProperties.UserService userService)
User Service common Properties
|
public static final int DEFAULT_BUFFER_SIZE
public String getLocation()
| Prefix | Usage |
|---|---|
classpath: |
Use a XML-Resource within the Classpath to configure the Owncloud Services |
file: |
Use a XML-Resource outside the Classpath to configure the Owncloud Services |
http:// orhttps:// |
Connects to the Owncloud Instance |
public OwncloudProperties.UserService getUserService()
public OwncloudProperties.ResourceServiceProperties getResourceService()
public void setLocation(String location)
| Prefix | Usage |
|---|---|
classpath: |
Use a XML-Resource within the Classpath to configure the Owncloud Services |
file: |
Use a XML-Resource outside the Classpath to configure the Owncloud Services |
http:// orhttps:// |
Connects to the Owncloud Instance |
public void setUserService(OwncloudProperties.UserService userService)
public void setResourceService(OwncloudProperties.ResourceServiceProperties resourceService)
Copyright © 2016–2020 coolstuff.software. All rights reserved.