public abstract class LogtoolContext extends Object
| Constructor and Description |
|---|
LogtoolContext() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cli(String inputFile,
Analyzer analyzer)
default command-line processor.
|
protected Object |
getBean(String beanName)
Retrieves a Spring component instance by name
|
protected org.springframework.context.ApplicationContext |
getContext()
Return the ApplicationContext
|
protected LogtoolCore |
getCore()
Returns LogtoolCore instance
|
protected DomainObjectReader |
getDomainObjectReader()
Returns DomainObjectReader instance
|
protected void |
initialize()
Set up the Spring context
|
protected void |
registerMessageListener(Class<?> type) |
protected void |
registerNewObjectListener(NewObjectListener listener,
Class<?> type)
Passthrough for event registration
|
protected void |
setContext(org.springframework.context.ApplicationContext context) |
protected void initialize()
protected void setContext(org.springframework.context.ApplicationContext context)
protected org.springframework.context.ApplicationContext getContext()
protected LogtoolCore getCore()
protected DomainObjectReader getDomainObjectReader()
protected void cli(String inputFile, Analyzer analyzer)
protected void registerNewObjectListener(NewObjectListener listener, Class<?> type)
protected void registerMessageListener(Class<?> type)
Copyright © 2017 Power TAC. All rights reserved.