Uses of Interface
eu.rarogsoftware.rarog.platform.api.plugins.PluginArtifact
Packages that use PluginArtifact
Package
Description
-
Uses of PluginArtifact in eu.rarogsoftware.rarog.platform.api.plugins
Methods in eu.rarogsoftware.rarog.platform.api.plugins that return PluginArtifactModifier and TypeMethodDescriptionPluginManager.savePluginArtifactToHome(PluginArtifact artifact) Saves an artifact in 'home'/plugins directory and returns an object representing the saved artifact.Methods in eu.rarogsoftware.rarog.platform.api.plugins with parameters of type PluginArtifactModifier and TypeMethodDescriptionPluginManager.installPlugin(PluginArtifact artifact, boolean storeState) Installs plugin in the system and if required stores the state if the installation went correctly.PluginManager.savePluginArtifactToHome(PluginArtifact artifact) Saves an artifact in 'home'/plugins directory and returns an object representing the saved artifact.voidPluginManager.validatePluginArtifact(PluginArtifact pluginArtifact) Validates correctness of the passed artifact. -
Uses of PluginArtifact in eu.rarogsoftware.rarog.platform.core.plugins.osgi
Classes in eu.rarogsoftware.rarog.platform.core.plugins.osgi that implement PluginArtifactMethods in eu.rarogsoftware.rarog.platform.core.plugins.osgi that return PluginArtifactModifier and TypeMethodDescriptionOsgiPluginManager.savePluginArtifactToHome(PluginArtifact artifact) Methods in eu.rarogsoftware.rarog.platform.core.plugins.osgi with parameters of type PluginArtifactModifier and TypeMethodDescriptionOsgiPluginManager.installPlugin(PluginArtifact pluginArtifact, boolean storeState) OsgiPluginManager.savePluginArtifactToHome(PluginArtifact artifact) voidOsgiPluginManager.validatePluginArtifact(PluginArtifact pluginArtifact)