Package org.jboss.galleon.cli.cmd
Interface PmGroupCommand
-
- All Superinterfaces:
org.aesh.command.Command<PmCommandInvocation>
- All Known Implementing Classes:
FeaturePackCommand,InstallationCommand,MavenCommand,StateCommand
public interface PmGroupCommand extends org.aesh.command.Command<PmCommandInvocation>
- Author:
- jdenise@redhat.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default org.aesh.command.CommandResultexecute(PmCommandInvocation commandInvocation)CommandDomaingetDomain()
-
-
-
Method Detail
-
getDomain
CommandDomain getDomain()
-
execute
default org.aesh.command.CommandResult execute(PmCommandInvocation commandInvocation) throws org.aesh.command.CommandException, java.lang.InterruptedException
- Specified by:
executein interfaceorg.aesh.command.Command<PmCommandInvocation>- Throws:
org.aesh.command.CommandExceptionjava.lang.InterruptedException
-
-