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