Class StopFeaturesCommand
- java.lang.Object
-
- org.apache.karaf.features.command.FeaturesCommandSupport
-
- org.apache.karaf.features.command.StopFeaturesCommand
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
public class StopFeaturesCommand extends FeaturesCommandSupport
-
-
Field Summary
-
Fields inherited from class org.apache.karaf.features.command.FeaturesCommandSupport
options
-
-
Constructor Summary
Constructors Constructor Description StopFeaturesCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoExecute(org.apache.karaf.features.FeaturesService admin)-
Methods inherited from class org.apache.karaf.features.command.FeaturesCommandSupport
addOption, execute, getFeatureId, getFeatureIds, selectRepositories, setFeaturesService
-
-
-
-
Method Detail
-
doExecute
protected void doExecute(org.apache.karaf.features.FeaturesService admin) throws Exception- Specified by:
doExecutein classFeaturesCommandSupport- Throws:
Exception
-
-