public interface PluginDependencyResult
| Modifier and Type | Method and Description |
|---|---|
Set<PluginDependencyInformation> |
getDependenciesToDisable()
Set of plugins which have to been disabled.
|
Set<PluginDependencyInformation> |
getDependenciesToDisableUnsatisfiedAfterUpdate()
Set of plugins which have to disabled after plugin update.
|
Set<PluginDependencyInformation> |
getDependenciesToEnable()
Set of plugins which have to been enabled.
|
Set<PluginDependencyInformation> |
getDependenciesToUninstall()
Set of plugins which have to been uninstalled.
|
Set<PluginDependencyInformation> |
getUnsatisfiedDependencies()
Set of plugins which are missing.
|
boolean |
isCyclic()
Returns true if there is a cycle between plugins.
|
boolean |
isDependenciesSatisfied()
Returns true if there is no cycle, missing and unsatisfied plugins.
|
Set<PluginDependencyInformation> getDependenciesToDisable()
Set<PluginDependencyInformation> getDependenciesToDisableUnsatisfiedAfterUpdate()
Set<PluginDependencyInformation> getDependenciesToEnable()
Set<PluginDependencyInformation> getDependenciesToUninstall()
Set<PluginDependencyInformation> getUnsatisfiedDependencies()
boolean isCyclic()
boolean isDependenciesSatisfied()
Copyright © 2010-2025 Qcadoo Limited