@Validated @ConfigurationProperties(value="coffeenet.logging.file") public class CoffeeNetLoggingFileProperties extends Object
| Constructor and Description |
|---|
CoffeeNetLoggingFileProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFile() |
String |
getFileNamePattern() |
int |
getMaxHistory() |
String |
getPattern() |
Boolean |
isEnabled() |
void |
setEnabled(Boolean enabled) |
void |
setFile(String file) |
void |
setFileNamePattern(String fileNamePattern) |
void |
setMaxHistory(int maxHistory) |
void |
setPattern(String pattern) |
String |
toString() |
public Boolean isEnabled()
public void setEnabled(Boolean enabled)
public String getFile()
public void setFile(String file)
public int getMaxHistory()
public void setMaxHistory(int maxHistory)
public String getPattern()
public void setPattern(String pattern)
public String getFileNamePattern()
public void setFileNamePattern(String fileNamePattern)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.