@Ignored public interface IConfigFileChecker extends AutoCloseable
Modifier and Type | Interface and Description |
---|---|
static class |
IConfigFileChecker.Status
配置文件状态
|
Modifier and Type | Method and Description |
---|---|
void |
addStatus(IConfigFileChecker.Status status)
添加配置文件状态
|
void |
initialize(long timeInterval)
初始化
|
boolean |
isInitialized()
是否已初始化
|
close
void initialize(long timeInterval) throws Exception
timeInterval
- 时间间隔(毫秒)Exception
- 初始过程中产生的任何异常boolean isInitialized()
void addStatus(IConfigFileChecker.Status status)
status
- 配置文件状态对象Copyright © 2022. All rights reserved.