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
-
Field Summary
FieldsFields inherited from class org.codice.ddf.admin.application.service.command.AbstractProfileCommand
applicationService, bundleService, console, featuresService, PROFILE_EXTENSION, profilePath -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final voiddoExecute(ApplicationService applicationService, org.apache.karaf.features.FeaturesService featuresService, org.apache.karaf.bundle.core.BundleService bundleService) Execute profile command operations.Methods inherited from class org.codice.ddf.admin.application.service.command.AbstractProfileCommand
execute, printError, printItemStatusFailure, printItemStatusPending, printItemStatusSuccess, printSectionHeading, printSuccess
-
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:AbstractProfileCommandExecute profile command operations. This should be extended to provide functionality for any of the profile commands- Specified by:
doExecutein classAbstractProfileCommand- Parameters:
applicationService-ApplicationServiceused by the command implementationfeaturesService-FeaturesServiceused by the command implementationbundleService-BundleServiceused by the command implementation- Throws:
Exception
-