@Component
public class LFMMContext
extends java.lang.Object
implements org.springframework.context.ApplicationContextAware, org.springframework.boot.CommandLineRunner
| 限定符和类型 | 字段和说明 |
|---|---|
static org.springframework.context.ApplicationContext |
APPLICATIONCONTEXT |
LFMMAutoConfiguration |
lfmmAutoConfiguration |
| 构造器和说明 |
|---|
LFMMContext() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
doPostConstruct() |
void |
doPreDestroy() |
void |
doRefresh()
执行刷新连接操作
|
ILocalFileMonitorManager |
getLocalFileMonitorManager()
获取管理者
|
void |
run(java.lang.String... args) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public static org.springframework.context.ApplicationContext APPLICATIONCONTEXT
@Autowired public LFMMAutoConfiguration lfmmAutoConfiguration
public ILocalFileMonitorManager getLocalFileMonitorManager()
public void run(java.lang.String... args)
throws java.lang.Exception
run 在接口中 org.springframework.boot.CommandLineRunnerjava.lang.Exception@PostConstruct public void doPostConstruct()
@PreDestroy public void doPreDestroy()
public void doRefresh()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2018 Pivotal Software, Inc.. All Rights Reserved.