Package org.jboss.as.cli.impl.aesh.cmd
Interface LegacyBridge
-
- All Known Implementing Classes:
AbstractDeployContentCommand,AbstractUndeployCommand,DeployArchiveCommand,DeployFileCommand,DeployUrlCommand,DisableAllCommand,DisableCommand,EnableAllCommand,EnableCommand,UndeployArchiveCommand,UndeployCommand
@Deprecated public interface LegacyBridge
Deprecated.Interface exposed to legacy commands by Aesh based command. This interface allows to simplify legacy command refactoring.- Author:
- jdenise@redhat.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description org.aesh.command.CommandResultexecute(CommandContext ctx)Deprecated.
-
-
-
Method Detail
-
execute
org.aesh.command.CommandResult execute(CommandContext ctx) throws org.aesh.command.CommandException
Deprecated.- Throws:
org.aesh.command.CommandException
-
-