Package ch.rswk.meta.engine.dagger
Class FileServiceModule
java.lang.Object
ch.rswk.meta.engine.dagger.FileServiceModule
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBackupService
(FileService service) getJerseyConfig
(FileService fileService, org.eclipse.jetty.util.thread.QueuedThreadPool threadPool, UserService userService) com.google.common.util.concurrent.Service
getLuceneService
(LuceneService service) getLuceneServiceInstance
(FileService.FileServiceConfig config, EngineRuntime runtime) com.google.common.util.concurrent.Service
getService
(FileService service)
-
Field Details
-
LUCENE_SERVICE
- See Also:
-
RESOURCE_CLASSES
-
-
Constructor Details
-
FileServiceModule
public FileServiceModule()
-
-
Method Details
-
getJerseyConfig
@Provides @IntoSet public HttpService.JerseyConfig getJerseyConfig(FileService fileService, org.eclipse.jetty.util.thread.QueuedThreadPool threadPool, UserService userService) -
getLuceneServiceInstance
@Provides @Named("File") @Singleton public LuceneService getLuceneServiceInstance(FileService.FileServiceConfig config, EngineRuntime runtime) -
getLuceneService
@Provides @IntoSet public com.google.common.util.concurrent.Service getLuceneService(@Named("File") LuceneService service) -
getBackupService
-
getService
-