Package org.jboss.galleon.cli.cmd.state
Class StateEditCommand
- java.lang.Object
-
- org.jboss.galleon.cli.PmSessionCommand
-
- org.jboss.galleon.cli.cmd.state.StateEditCommand
-
- All Implemented Interfaces:
org.aesh.command.Command<PmCommandInvocation>
public class StateEditCommand extends PmSessionCommand
- Author:
- jdenise@redhat.com
-
-
Field Summary
Fields Modifier and Type Field Description protected java.io.Filedir
-
Constructor Summary
Constructors Constructor Description StateEditCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.nio.file.PathgetInstallationHome(org.aesh.readline.AeshContext context)protected voidrunCommand(PmCommandInvocation invoc)-
Methods inherited from class org.jboss.galleon.cli.PmSessionCommand
execute, getDomain, handleException
-
-
-
-
Method Detail
-
runCommand
protected void runCommand(PmCommandInvocation invoc) throws CommandExecutionException
- Specified by:
runCommandin classPmSessionCommand- Throws:
CommandExecutionException
-
getInstallationHome
protected java.nio.file.Path getInstallationHome(org.aesh.readline.AeshContext context)
-
-