Package org.jboss.galleon.cli.cmd
Class InstalledProducerCompleter
- java.lang.Object
-
- org.jboss.galleon.cli.AbstractCompleter
-
- org.jboss.galleon.cli.cmd.AbstractCommaSeparatedCompleter
-
- org.jboss.galleon.cli.cmd.InstalledProducerCompleter
-
- All Implemented Interfaces:
org.aesh.command.completer.OptionCompleter<PmCompleterInvocation>
public class InstalledProducerCompleter extends AbstractCommaSeparatedCompleter
Installed producer and transitive dependencies completer.- Author:
- jdenise@redhat.com
-
-
Constructor Summary
Constructors Constructor Description InstalledProducerCompleter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.util.List<org.jboss.galleon.universe.FeaturePackLocation>getInstallationLocations(java.nio.file.Path installation, PmSession session, boolean transitive, boolean patches)protected java.util.List<java.lang.String>getItems(PmCompleterInvocation completerInvocation)-
Methods inherited from class org.jboss.galleon.cli.cmd.AbstractCommaSeparatedCompleter
complete
-
-
-
-
Method Detail
-
getItems
protected java.util.List<java.lang.String> getItems(PmCompleterInvocation completerInvocation)
- Specified by:
getItemsin classAbstractCompleter
-
getInstallationLocations
public static java.util.List<org.jboss.galleon.universe.FeaturePackLocation> getInstallationLocations(java.nio.file.Path installation, PmSession session, boolean transitive, boolean patches)
-
-