Class InstalledPluginDescriptor

java.lang.Object
sonia.scm.plugin.ScmModule
sonia.scm.plugin.InstalledPluginDescriptor
All Implemented Interfaces:
PluginDescriptor

public final class InstalledPluginDescriptor extends ScmModule implements PluginDescriptor
  • Constructor Details

    • InstalledPluginDescriptor

      @Deprecated public InstalledPluginDescriptor(int scmVersion, PluginInformation information, PluginResources resources, PluginCondition condition, boolean childFirstClassLoader, Set<String> dependencies, Set<String> optionalDependencies)
      Deprecated.
      this constructor uses dependencies with plain strings, which is deprecated because the version information is missing. This class should not instantiated manually, it is designed to be loaded by jaxb.
  • Method Details