Class ProfileInstallCommand

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

public class ProfileInstallCommand extends AbstractProfileCommand
  • Field Details

    • securityLogger

      protected ddf.security.audit.SecurityLogger securityLogger
  • Constructor Details

    • ProfileInstallCommand

      public ProfileInstallCommand()
  • Method Details

    • doExecute

      protected final void doExecute(ApplicationService applicationService, org.apache.karaf.features.FeaturesService featuresService, org.apache.karaf.bundle.core.BundleService bundleService) throws Exception
      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
      Throws:
      Exception