Class ObjectSourceHandlerImpl
java.lang.Object
ru.cg.webbpm.studio.subsystems.deploy.hotswap.impl.handler.ObjectSourceHandlerImpl
- All Implemented Interfaces:
HotswapChangesHandler
- Author:
- Abdulin
-
Constructor Summary
ConstructorsConstructorDescriptionObjectSourceHandlerImpl
(List<ObjectFileReader> objectFileReaders, List<ObjectDevSourceGenerator> objectSourceGenerators) -
Method Summary
Modifier and TypeMethodDescriptionboolean
accept
(Path file, HotswapFileState fileState) void
applyChanges
(Path file, HotswapFileState fileState) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ru.cg.webbpm.studio.subsystems.deploy.hotswap.api.HotswapChangesHandler
applyChanges
-
Constructor Details
-
ObjectSourceHandlerImpl
@Autowired public ObjectSourceHandlerImpl(List<ObjectFileReader> objectFileReaders, List<ObjectDevSourceGenerator> objectSourceGenerators)
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceHotswapChangesHandler
-
applyChanges
- Specified by:
applyChanges
in interfaceHotswapChangesHandler
-