Uses of Interface
io.vertigo.core.node.component.Plugin
Packages that use Plugin
Package
Description
-
Uses of Plugin in io.vertigo.core.impl.analytics
Subinterfaces of Plugin in io.vertigo.core.impl.analytics -
Uses of Plugin in io.vertigo.core.impl.param
Subinterfaces of Plugin in io.vertigo.core.impl.paramModifier and TypeInterfaceDescriptioninterfaceInterface for an application configuration management plugin. -
Uses of Plugin in io.vertigo.core.impl.resource
Subinterfaces of Plugin in io.vertigo.core.impl.resourceModifier and TypeInterfaceDescriptioninterfaceResolves a resource by providing its URL. -
Uses of Plugin in io.vertigo.core.node.component
Subinterfaces of Plugin in io.vertigo.core.node.componentModifier and TypeInterfaceDescriptioninterfaceAn interface for creating and managing proxy references for components with Aspect-Oriented Programming (AOP) support. -
Uses of Plugin in io.vertigo.core.node.config
Methods in io.vertigo.core.node.config that return types with arguments of type PluginModifier and TypeMethodDescriptionPluginConfig.apiClass()Returns the value of theapiClassrecord component.PluginConfig.implClass()Returns the value of theimplClassrecord component.Method parameters in io.vertigo.core.node.config with type arguments of type PluginModifier and TypeMethodDescriptionAdds a plugin defined by its implementation.final FAdds a plugin defined by its implementation.ModuleConfigBuilder.addPlugin(Class<? extends Plugin> pluginApiClass, Class<? extends Plugin> pluginImplClass, List<Param> params) Constructor parameters in io.vertigo.core.node.config with type arguments of type Plugin -
Uses of Plugin in io.vertigo.core.plugins.analytics.log
Classes in io.vertigo.core.plugins.analytics.log that implement PluginModifier and TypeClassDescriptionfinal classProcesses connector which only use a log4j logger.final classThis connector analyses the process and calculates duration and count.final classProcesses connector which use the log4j SocketAppender.final classProcesses connector which use the log4j SocketAppender. -
Uses of Plugin in io.vertigo.core.plugins.component.aop.javassist
Classes in io.vertigo.core.plugins.component.aop.javassist that implement PluginModifier and TypeClassDescriptionfinal classThis class implements the aspects using the javassist library. -
Uses of Plugin in io.vertigo.core.plugins.param.env
Classes in io.vertigo.core.plugins.param.env that implement PluginModifier and TypeClassDescriptionfinal classPlugin de gestion de configuration des variables d'environnement.final classPlugin de gestion de configuration des propriétés system. -
Uses of Plugin in io.vertigo.core.plugins.param.manifest
Classes in io.vertigo.core.plugins.param.manifest that implement PluginModifier and TypeClassDescriptionfinal classPlugin de gestion de configuration du manifest local. -
Uses of Plugin in io.vertigo.core.plugins.param.properties
Classes in io.vertigo.core.plugins.param.properties that implement PluginModifier and TypeClassDescriptionfinal classPlugin de gestion de configuration de fichiers properties. -
Uses of Plugin in io.vertigo.core.plugins.param.xml
Classes in io.vertigo.core.plugins.param.xml that implement PluginModifier and TypeClassDescriptionfinal classParser XML du paramétrage de la config. -
Uses of Plugin in io.vertigo.core.plugins.resource.classpath
Classes in io.vertigo.core.plugins.resource.classpath that implement PluginModifier and TypeClassDescriptionfinal classRésolution des URL liées au classPath. -
Uses of Plugin in io.vertigo.core.plugins.resource.local
Classes in io.vertigo.core.plugins.resource.local that implement PluginModifier and TypeClassDescriptionfinal classRésolution des URL liées à l'emplacement local. -
Uses of Plugin in io.vertigo.core.plugins.resource.unsafeurl
Classes in io.vertigo.core.plugins.resource.unsafeurl that implement PluginModifier and TypeClassDescriptionfinal classRésolution des URL par le standard java.net.URL. -
Uses of Plugin in io.vertigo.core.plugins.resource.url
Classes in io.vertigo.core.plugins.resource.url that implement PluginModifier and TypeClassDescriptionfinal classRésolution des URL par le standard java.net.URL.