Class InfoFeatureCommand
- java.lang.Object
-
- org.apache.karaf.features.command.FeaturesCommandSupport
-
- org.apache.karaf.features.command.InfoFeatureCommand
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
public class InfoFeatureCommand extends FeaturesCommandSupport
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_XML_COLORS-
Fields inherited from class org.apache.karaf.features.command.FeaturesCommandSupport
options
-
-
Constructor Summary
Constructors Constructor Description InfoFeatureCommand()
-
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
-
-
-
-
Field Detail
-
DEFAULT_XML_COLORS
public static final String DEFAULT_XML_COLORS
- See Also:
- Constant Field Values
-
-
Method Detail
-
doExecute
protected void doExecute(org.apache.karaf.features.FeaturesService admin) throws Exception- Specified by:
doExecutein classFeaturesCommandSupport- Throws:
Exception
-
-