| Package | Description |
|---|---|
| org.apache.karaf.features | |
| org.apache.karaf.features.internal |
| Modifier and Type | Method and Description |
|---|---|
static FeaturesService.Option |
FeaturesService.Option.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeaturesService.Option[] |
FeaturesService.Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeaturesService.installFeature(Feature f,
EnumSet<FeaturesService.Option> options) |
void |
FeaturesService.installFeature(String name,
EnumSet<FeaturesService.Option> options) |
void |
FeaturesService.installFeature(String name,
String version,
EnumSet<FeaturesService.Option> options) |
void |
FeaturesService.installFeatures(Set<Feature> features,
EnumSet<FeaturesService.Option> options) |
| Modifier and Type | Method and Description |
|---|---|
void |
FeaturesServiceImpl.installFeature(Feature f,
EnumSet<FeaturesService.Option> options) |
void |
FeaturesServiceImpl.installFeature(String name,
EnumSet<FeaturesService.Option> options)
Install a feature identified by a name, including installation options.
|
void |
FeaturesServiceImpl.installFeature(String name,
String version,
EnumSet<FeaturesService.Option> options) |
void |
FeaturesServiceImpl.installFeatures(Set<Feature> features,
EnumSet<FeaturesService.Option> options) |
Copyright © 2007-2013 FuseSource, Corp.. All Rights Reserved.