Uses of Enum Class
ru.cg.webbpm.studio.subsystems.deploy.hotswap.api.HotswapFileState
Packages that use HotswapFileState
Package
Description
-
Uses of HotswapFileState in ru.cg.webbpm.studio.subsystems.deploy.hotswap.api
Methods in ru.cg.webbpm.studio.subsystems.deploy.hotswap.api that return HotswapFileStateModifier and TypeMethodDescriptionstatic HotswapFileState
Returns the enum constant of this class with the specified name.static HotswapFileState[]
HotswapFileState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ru.cg.webbpm.studio.subsystems.deploy.hotswap.api with parameters of type HotswapFileStateModifier and TypeMethodDescriptionboolean
HotswapChangesHandler.accept
(Path file, HotswapFileState fileState) void
HotswapChangesHandler.applyChanges
(Path file, HotswapFileState fileState) -
Uses of HotswapFileState in ru.cg.webbpm.studio.subsystems.deploy.hotswap.impl.handler
Methods in ru.cg.webbpm.studio.subsystems.deploy.hotswap.impl.handler with parameters of type HotswapFileStateModifier and TypeMethodDescriptionboolean
ObjectSourceHandlerImpl.accept
(Path file, HotswapFileState fileState) void
ObjectSourceHandlerImpl.applyChanges
(Path file, HotswapFileState fileState)