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() |
default Extension |
getRewrittenExtension() |
boolean |
isDependency() |
Extension getExtension()
default Extension getRewrittenExtension()
ExtensionRewriter.rewrite(Extension)
on the extension on which to perform the
action@Deprecated InstalledExtension getPreviousExtension()
getPreviousExtensions()
insteadCollection<InstalledExtension> getPreviousExtensions()
ExtensionPlanAction.Action getAction()
String getNamespace()
boolean isDependency()
Copyright © 2004–2021 XWiki. All rights reserved.