Uses of Interface
ch.rswk.meta.engine.EngineRuntime.FileWatcher
Packages that use EngineRuntime.FileWatcher
Package
Description
meta-engine is the backend of every application based on meta.
-
Uses of EngineRuntime.FileWatcher in ch.rswk.meta.engine
Classes in ch.rswk.meta.engine that implement EngineRuntime.FileWatcherModifier and TypeClassDescriptionstatic classstatic classFields in ch.rswk.meta.engine with type parameters of type EngineRuntime.FileWatcherModifier and TypeFieldDescriptionprivate final Map<String, EngineRuntime.FileWatcher> EngineRuntime.watchersByFileNameMethods in ch.rswk.meta.engine with parameters of type EngineRuntime.FileWatcherModifier and TypeMethodDescriptionvoidEngineRuntime.registerFileWatcher(EngineRuntime.FileWatcher watcher) Constructor parameters in ch.rswk.meta.engine with type arguments of type EngineRuntime.FileWatcherModifierConstructorDescriptionEngineRuntime(AlertRegistry alertRegistry, EngineRuntime.EngineRuntimeConfig config, com.google.common.eventbus.EventBus eventBus, com.google.common.util.concurrent.ListeningExecutorService executor, com.codahale.metrics.health.HealthCheckRegistry healthCheckRegistry, com.codahale.metrics.MetricRegistry metricRegistry, javax.inject.Provider<com.google.common.util.concurrent.ServiceManager> serviceManagerProvider, Set<EngineRuntime.FileWatcher> watchers) -
Uses of EngineRuntime.FileWatcher in ch.rswk.meta.engine.dagger
Methods in ch.rswk.meta.engine.dagger that return types with arguments of type EngineRuntime.FileWatcherModifier and TypeMethodDescriptionEngineRuntimeModule.getDefaultFileWatchers()EngineModule.getEngineConfigWatcher(Path engineConfigPath, com.google.common.eventbus.EventBus eventBus)