Class IOWatchServiceExecutorImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(org.uberfire.java.nio.file.WatchKey wk, Filter<org.uberfire.java.nio.file.WatchEvent<?>> filter)  
      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)  
    • Constructor Detail

      • IOWatchServiceExecutorImpl

        public IOWatchServiceExecutorImpl()
    • 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:
        execute in interface IOWatchServiceExecutor