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 Summary
Modifier and TypeFieldDescriptionprivate String
private static final org.slf4j.Logger
private String
Fields inherited from class org.chenile.core.init.BaseInitializer
chenileConfiguration, chenileJsonResources
-
Constructor Summary
-
Method Summary
Methods inherited from class org.chenile.core.init.BaseInitializer
afterPropertiesSet, getExtensionMap, init, registerResource
-
Field Details
-
LOG
private static final org.slf4j.Logger LOG -
srcFolder
-
destFolder
-
-
Constructor Details
-
ChenileFileWatchInitializer
-
-
Method Details
-
registerModelInChenile
- Specified by:
registerModelInChenile
in classBaseInitializer<FileWatchDefinition>
-
getModelType
- Specified by:
getModelType
in classBaseInitializer<FileWatchDefinition>
-