public interface ExtensionPlanAction
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExtensionPlanAction.Action
The action to execute.
|
| Modifier and Type | Method and Description |
|---|---|
ExtensionPlanAction.Action |
getAction() |
Extension |
getExtension() |
String |
getNamespace() |
InstalledExtension |
getPreviousExtension()
Deprecated.
since 5.0RC1 used
getPreviousExtensions() instead |
Collection<InstalledExtension> |
getPreviousExtensions() |
boolean |
isDependency() |
Extension getExtension()
@Deprecated InstalledExtension getPreviousExtension()
getPreviousExtensions() insteadCollection<InstalledExtension> getPreviousExtensions()
ExtensionPlanAction.Action getAction()
String getNamespace()
boolean isDependency()
Copyright © 2004–2015 XWiki. All rights reserved.