Class IOWatchServiceExecutorImpl
- java.lang.Object
-
- org.uberfire.backend.server.io.watch.IOWatchServiceExecutorImpl
-
- All Implemented Interfaces:
IOWatchServiceExecutor
public class IOWatchServiceExecutorImpl extends Object implements IOWatchServiceExecutor
-
-
Constructor Summary
Constructors Constructor Description IOWatchServiceExecutorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.uberfire.java.nio.file.WatchKey wk, Filter<org.uberfire.java.nio.file.WatchEvent<?>> filter)voidsetEvents(javax.enterprise.event.Event<org.uberfire.workbench.events.ResourceBatchChangesEvent> resourceBatchChanges, javax.enterprise.event.Event<org.uberfire.workbench.events.ResourceUpdatedEvent> resourceUpdatedEvent, javax.enterprise.event.Event<org.uberfire.workbench.events.ResourceRenamedEvent> resourceRenamedEvent, javax.enterprise.event.Event<org.uberfire.workbench.events.ResourceDeletedEvent> resourceDeletedEvent, javax.enterprise.event.Event<org.uberfire.workbench.events.ResourceAddedEvent> resourceAddedEvent)
-
-
-
Method Detail
-
setEvents
public void setEvents(javax.enterprise.event.Event<org.uberfire.workbench.events.ResourceBatchChangesEvent> resourceBatchChanges, javax.enterprise.event.Event<org.uberfire.workbench.events.ResourceUpdatedEvent> resourceUpdatedEvent, javax.enterprise.event.Event<org.uberfire.workbench.events.ResourceRenamedEvent> resourceRenamedEvent, javax.enterprise.event.Event<org.uberfire.workbench.events.ResourceDeletedEvent> resourceDeletedEvent, javax.enterprise.event.Event<org.uberfire.workbench.events.ResourceAddedEvent> resourceAddedEvent)
-
execute
public void execute(org.uberfire.java.nio.file.WatchKey wk, Filter<org.uberfire.java.nio.file.WatchEvent<?>> filter)- Specified by:
executein interfaceIOWatchServiceExecutor
-
-