Package io.jmix.core.impl
Class TriggerFilesProcessor
java.lang.Object
io.jmix.core.impl.TriggerFilesProcessor
- All Implemented Interfaces:
- org.springframework.beans.factory.Aware,- org.springframework.context.ApplicationContextAware
@Component("core_TriggerFilesProcessor")
public class TriggerFilesProcessor
extends Object
implements org.springframework.context.ApplicationContextAware
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationContextprotected CorePropertiesprotected static final Pattern
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected Objectvoidinit()voidprocess()protected voidprocessFile(String fileName) voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) 
- 
Field Details- 
coreProperties
- 
applicationContextprotected org.springframework.context.ApplicationContext applicationContext
- 
FILE_NAME_PATTERN
 
- 
- 
Constructor Details- 
TriggerFilesProcessorpublic TriggerFilesProcessor()
 
- 
- 
Method Details- 
setApplicationContextpublic void setApplicationContext(@Nonnull org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
- setApplicationContextin interface- org.springframework.context.ApplicationContextAware
- Throws:
- org.springframework.beans.BeansException
 
- 
init@PostConstruct public void init()
- 
processpublic void process()
- 
processFile- Throws:
- Exception
 
- 
getBean
- 
findTriggerFiles
 
-