@Configuration public class ExtConfigBean extends Object
Constructor and Description |
---|
ExtConfigBean() |
Modifier and Type | Method and Description |
---|---|
Charset |
getConsoleLogCharset() |
static ExtConfigBean |
getInstance()
单例
|
Charset |
getLogFileCharset() |
int |
getLogInitReadLine() |
int |
getOldJarsCount()
旧包文件保留个数
|
String |
getPath() |
static org.springframework.core.io.Resource |
getResource()
动态获取外部配置文件的 resource
|
static File |
getResourceFile() |
boolean |
getTimerMatchSecond() |
boolean |
isConsoleLogReqResponse() |
boolean |
isConsoleLogReqXss() |
public static final String FILE_NAME
public int getLogInitReadLine()
public Charset getLogFileCharset()
public boolean isConsoleLogReqResponse()
public boolean isConsoleLogReqXss()
public static org.springframework.core.io.Resource getResource()
public static File getResourceFile()
public static ExtConfigBean getInstance()
public String getPath()
public Charset getConsoleLogCharset()
public boolean getTimerMatchSecond()
public int getOldJarsCount()
Copyright © 2017–2022. All rights reserved.