|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeaturesService.Option | |
---|---|
org.apache.karaf.features | |
org.apache.karaf.features.internal |
Uses of FeaturesService.Option in org.apache.karaf.features |
---|
Methods in org.apache.karaf.features that return FeaturesService.Option | |
---|---|
static FeaturesService.Option |
FeaturesService.Option.valueOf(java.lang.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. |
Method parameters in org.apache.karaf.features with type arguments of type FeaturesService.Option | |
---|---|
void |
FeaturesService.installFeature(Feature f,
java.util.EnumSet<FeaturesService.Option> options)
|
void |
FeaturesService.installFeature(java.lang.String name,
java.lang.String version,
java.util.EnumSet<FeaturesService.Option> options)
|
void |
FeaturesService.installFeatures(java.util.Set<Feature> features,
java.util.EnumSet<FeaturesService.Option> options)
|
Uses of FeaturesService.Option in org.apache.karaf.features.internal |
---|
Method parameters in org.apache.karaf.features.internal with type arguments of type FeaturesService.Option | |
---|---|
void |
FeaturesServiceImpl.installFeature(Feature f,
java.util.EnumSet<FeaturesService.Option> options)
|
void |
FeaturesServiceImpl.installFeature(java.lang.String name,
java.lang.String version,
java.util.EnumSet<FeaturesService.Option> options)
|
void |
FeaturesServiceImpl.installFeatures(java.util.Set<Feature> features,
java.util.EnumSet<FeaturesService.Option> options)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |