public class StorageLocationConfig extends Object
| Constructor and Description |
|---|
StorageLocationConfig() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getFreeSpacePercent() |
long |
getMaxSize() |
File |
getPath() |
StorageLocationConfig |
setFreeSpacePercent(Double freeSpacePercent) |
StorageLocationConfig |
setMaxSize(long maxSize) |
StorageLocationConfig |
setPath(File path) |
String |
toString() |
public File getPath()
public StorageLocationConfig setPath(File path)
public long getMaxSize()
public StorageLocationConfig setMaxSize(long maxSize)
public Double getFreeSpacePercent()
public StorageLocationConfig setFreeSpacePercent(Double freeSpacePercent)
Copyright © 2011–2018. All rights reserved.