Package org.chenile.filewatch.init
Class ChenileFileWatchInitializer
java.lang.Object
org.chenile.core.init.BaseInitializer<FileWatchDefinition>
org.chenile.filewatch.init.ChenileFileWatchInitializer
- All Implemented Interfaces:
- InitializingBean
Picks up all the file watch resources and registers all of them in
 
ChenileConfiguration ChenileConfiguration provides for extension
 points for registering new type of resources. This class uses the extension
 point to register the file watches- Author:
- Raja Shankar Kolluru
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate Stringprivate static final org.slf4j.Loggerprivate StringFields inherited from class org.chenile.core.init.BaseInitializerchenileConfiguration, chenileJsonResources
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.chenile.core.init.BaseInitializerafterPropertiesSet, getExtensionMap, init, registerResource
- 
Field Details- 
LOGprivate static final org.slf4j.Logger LOG
- 
srcFolder
- 
destFolder
 
- 
- 
Constructor Details- 
ChenileFileWatchInitializer
 
- 
- 
Method Details- 
registerModelInChenile- Specified by:
- registerModelInChenilein class- BaseInitializer<FileWatchDefinition>
 
- 
getModelType- Specified by:
- getModelTypein class- BaseInitializer<FileWatchDefinition>
 
 
-