@Validated public static class OwncloudProperties.ResourceServiceProperties extends Object
| Constructor and Description |
|---|
ResourceServiceProperties() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPipedStreamBufferSize()
Buffer Size for the Copy Process
|
org.springframework.boot.logging.LogLevel |
getPipedStreamUncaughtExceptionLogLevel()
Log-Level of any uncaught Exception while running the Background-Thread of the PipedStream-Synchronizer.
|
boolean |
isAddRelativeDownPath()
Add ".." to the List of returned OwncloudResources (on list-Methods)
|
void |
setAddRelativeDownPath(boolean addRelativeDownPath)
Add ".." to the List of returned OwncloudResources (on list-Methods)
|
void |
setPipedStreamBufferSize(int pipedStreamBufferSize)
Buffer Size for the Copy Process
|
void |
setPipedStreamUncaughtExceptionLogLevel(org.springframework.boot.logging.LogLevel pipedStreamUncaughtExceptionLogLevel)
Log-Level of any uncaught Exception while running the Background-Thread of the PipedStream-Synchronizer.
|
public boolean isAddRelativeDownPath()
public int getPipedStreamBufferSize()
public org.springframework.boot.logging.LogLevel getPipedStreamUncaughtExceptionLogLevel()
public void setAddRelativeDownPath(boolean addRelativeDownPath)
public void setPipedStreamBufferSize(int pipedStreamBufferSize)
public void setPipedStreamUncaughtExceptionLogLevel(org.springframework.boot.logging.LogLevel pipedStreamUncaughtExceptionLogLevel)
Copyright © 2016–2020 coolstuff.software. All rights reserved.