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
-
Field Summary
Fields 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 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
-
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: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
-