Package org.frankframework.configuration
Class AbstractApplicationWarnings
java.lang.Object
org.frankframework.configuration.AbstractApplicationWarnings
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.DisposableBean
,org.springframework.beans.factory.InitializingBean
,org.springframework.context.ApplicationContextAware
- Direct Known Subclasses:
ApplicationWarnings
,ConfigurationWarnings
public abstract class AbstractApplicationWarnings
extends Object
implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Add a warning with Object Class + Name prefixvoid
Add a warning with Object Class + Name prefix and log the exception stackprotected void
addWarnings
(List<String> warnings) void
void
destroy()
protected void
protected void
protected void
get
(int i) protected final AppConstants
protected final org.springframework.context.ApplicationContext
boolean
isEmpty()
final void
setApplicationContext
(org.springframework.context.ApplicationContext applicationContext) int
size()
-
Constructor Details
-
AbstractApplicationWarnings
public AbstractApplicationWarnings()
-
-
Method Details
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
-
addWarnings
-
destroy
public void destroy()- Specified by:
destroy
in interfaceorg.springframework.beans.factory.DisposableBean
-
size
public int size() -
get
-
isEmpty
public boolean isEmpty() -
setApplicationContext
public final void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) - Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
-
getApplicationContext
protected final org.springframework.context.ApplicationContext getApplicationContext() -
getAppConstants
-
getWarnings
-
add
Add a warning with Object Class + Name prefix -
add
Add a warning with Object Class + Name prefix and log the exception stack -
doAdd
-
doAdd
-
doAdd
-