Class ListFeaturePacksCommand
- java.lang.Object
-
- org.jboss.galleon.cli.PmSessionCommand
-
- org.jboss.galleon.cli.cmd.maingrp.ListFeaturePacksCommand
-
- All Implemented Interfaces:
org.aesh.command.Command<PmCommandInvocation>
public class ListFeaturePacksCommand extends PmSessionCommand
- Author:
- jdenise@redhat.com
-
-
Constructor Summary
Constructors Constructor Description ListFeaturePacksCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandDomaingetDomain()voidrunCommand(PmCommandInvocation invoc)-
Methods inherited from class org.jboss.galleon.cli.PmSessionCommand
execute, handleException
-
-
-
-
Method Detail
-
runCommand
public void runCommand(PmCommandInvocation invoc) throws CommandExecutionException
- Specified by:
runCommandin classPmSessionCommand- Throws:
CommandExecutionException
-
getDomain
public CommandDomain getDomain()
- Overrides:
getDomainin classPmSessionCommand
-
-