Class 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 Detail

      • InstalledProducerCompleter

        public InstalledProducerCompleter()
    • Method Detail

      • getInstallationLocations

        public static java.util.List<org.jboss.galleon.universe.FeaturePackLocation> getInstallationLocations​(java.nio.file.Path installation,
                                                                                                              PmSession session,
                                                                                                              boolean transitive,
                                                                                                              boolean patches)