@Validated public static class OwncloudLocalProperties.ResourceServiceProperties extends OwncloudProperties.ResourceServiceProperties
| Modifier and Type | Class and Description |
|---|---|
static class |
OwncloudLocalProperties.ResourceServiceProperties.MessageDigestAlgorithm
Message Digest Algorithms for the Checksum Service.
|
| Constructor and Description |
|---|
ResourceServiceProperties() |
| Modifier and Type | Method and Description |
|---|---|
Path |
getLocation()
Base Location for the WebDAV Resources
|
OwncloudLocalProperties.ResourceServiceProperties.MessageDigestAlgorithm |
getMessageDigestAlgorithm()
Message Digest Algorithm used by the Checksum Service
|
String |
getPipedStreamTemporaryFilePrefix()
File Name Prefix for the temporarily generated WebDAV Resource
|
void |
setLocation(Path location)
Base Location for the WebDAV Resources
|
void |
setMessageDigestAlgorithm(OwncloudLocalProperties.ResourceServiceProperties.MessageDigestAlgorithm messageDigestAlgorithm)
Message Digest Algorithm used by the Checksum Service
|
void |
setPipedStreamTemporaryFilePrefix(String pipedStreamTemporaryFilePrefix)
File Name Prefix for the temporarily generated WebDAV Resource
|
getPipedStreamBufferSize, getPipedStreamUncaughtExceptionLogLevel, isAddRelativeDownPath, setAddRelativeDownPath, setPipedStreamBufferSize, setPipedStreamUncaughtExceptionLogLevelpublic OwncloudLocalProperties.ResourceServiceProperties.MessageDigestAlgorithm getMessageDigestAlgorithm()
public Path getLocation()
public String getPipedStreamTemporaryFilePrefix()
public void setMessageDigestAlgorithm(OwncloudLocalProperties.ResourceServiceProperties.MessageDigestAlgorithm messageDigestAlgorithm)
public void setLocation(Path location)
public void setPipedStreamTemporaryFilePrefix(String pipedStreamTemporaryFilePrefix)
Copyright © 2016–2020 coolstuff.software. All rights reserved.