Class ApplicationWarnings
java.lang.Object
org.frankframework.configuration.AbstractApplicationWarnings
org.frankframework.configuration.ApplicationWarnings
- All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
@IbisInitializer
@Priority(2147483647)
@Scope(scopeName="singleton")
public class ApplicationWarnings
extends AbstractApplicationWarnings
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractApplicationWarnings
add, add, addWarnings, doAdd, doAdd, doAdd, get, getAppConstants, getApplicationContext, getWarnings, isEmpty, setApplicationContext, size
-
Constructor Details
-
ApplicationWarnings
public ApplicationWarnings()
-
-
Method Details
-
add
Add an ApplicationWarning -
add
-
removeInstance
public static void removeInstance() -
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Overrides:
afterPropertiesSetin classAbstractApplicationWarnings
-
destroy
public void destroy()- Specified by:
destroyin interfaceorg.springframework.beans.factory.DisposableBean- Overrides:
destroyin classAbstractApplicationWarnings
-
getSize
public static int getSize() -
getWarningsList
-