Class ProfileListCommand

java.lang.Object
org.codice.ddf.admin.application.service.command.AbstractProfileCommand
org.codice.ddf.admin.application.service.command.ProfileListCommand
All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action

public class ProfileListCommand extends AbstractProfileCommand
  • Constructor Details

    • ProfileListCommand

      public ProfileListCommand()
  • Method Details

    • doExecute

      protected void doExecute(ApplicationService applicationService, org.apache.karaf.features.FeaturesService featuresService, org.apache.karaf.bundle.core.BundleService bundleService)
      Description copied from class: AbstractProfileCommand
      Execute profile command operations. This should be extended to provide functionality for any of the profile commands
      Specified by:
      doExecute in class AbstractProfileCommand
      Parameters:
      applicationService - ApplicationService used by the command implementation
      featuresService - FeaturesService used by the command implementation
      bundleService - BundleService used by the command implementation