@ApplicationScoped public class IOWatchServiceNonDotImpl extends AbstractIOWatchService
isDisposed
Constructor and Description |
---|
IOWatchServiceNonDotImpl() |
IOWatchServiceNonDotImpl(javax.enterprise.event.Event<ResourceBatchChangesEvent> resourceBatchChanges,
javax.enterprise.event.Event<ResourceUpdatedEvent> resourceUpdatedEvent,
javax.enterprise.event.Event<ResourceRenamedEvent> resourceRenamedEvent,
javax.enterprise.event.Event<ResourceDeletedEvent> resourceDeletedEvent,
javax.enterprise.event.Event<ResourceAddedEvent> resourceAddedEvent,
ExecutorService executorService) |
Modifier and Type | Method and Description |
---|---|
boolean |
doFilter(WatchEvent<?> object) |
addWatchService, configureOnEvent, dispose, getWatchServiceExecutor, hasWatchService, initialize, start
public IOWatchServiceNonDotImpl()
@Inject public IOWatchServiceNonDotImpl(javax.enterprise.event.Event<ResourceBatchChangesEvent> resourceBatchChanges, javax.enterprise.event.Event<ResourceUpdatedEvent> resourceUpdatedEvent, javax.enterprise.event.Event<ResourceRenamedEvent> resourceRenamedEvent, javax.enterprise.event.Event<ResourceDeletedEvent> resourceDeletedEvent, javax.enterprise.event.Event<ResourceAddedEvent> resourceAddedEvent, @Unmanaged ExecutorService executorService)
public boolean doFilter(WatchEvent<?> object)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.