Uses of Class
fr.gouv.vitam.worker.core.plugin.PluginLoader
-
Packages that use PluginLoader Package Description fr.gouv.vitam.worker.core.impl Providesfr.gouv.vitam.worker.server.rest Provides the web server application for the Worker Server module and the rest resources it uses. -
-
Uses of PluginLoader in fr.gouv.vitam.worker.core.impl
Methods in fr.gouv.vitam.worker.core.impl with parameters of type PluginLoader Modifier and Type Method Description static WorkerFactoryWorkerFactory. getInstance(PluginLoader pluginLoader)return the only instance ofWorkerFactory.Constructors in fr.gouv.vitam.worker.core.impl with parameters of type PluginLoader Constructor Description WorkerImpl(PluginLoader pluginLoader)Constructor -
Uses of PluginLoader in fr.gouv.vitam.worker.server.rest
Constructors in fr.gouv.vitam.worker.server.rest with parameters of type PluginLoader Constructor Description WorkerResource(PluginLoader pluginLoader)Constructor
-