Package org.jboss.galleon.cli.cmd
Class InstalledFPLCompleter
- java.lang.Object
-
- org.jboss.galleon.cli.AbstractCompleter
-
- org.jboss.galleon.cli.cmd.InstalledFPLCompleter
-
- All Implemented Interfaces:
org.aesh.command.completer.OptionCompleter<PmCompleterInvocation>
public class InstalledFPLCompleter extends AbstractCompleter
Installed direct and patches completer.- Author:
- jdenise@redhat.com
-
-
Constructor Summary
Constructors Constructor Description InstalledFPLCompleter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<java.lang.String>getItems(PmCompleterInvocation completerInvocation)-
Methods inherited from class org.jboss.galleon.cli.AbstractCompleter
complete
-
-
-
-
Method Detail
-
getItems
protected java.util.List<java.lang.String> getItems(PmCompleterInvocation completerInvocation)
- Specified by:
getItemsin classAbstractCompleter
-
-