| Modifier and Type | Method and Description |
|---|---|
Feature |
FeatureEvent.getFeature() |
Feature |
FeaturesService.getFeature(String name) |
Feature |
FeaturesService.getFeature(String name,
String version) |
Feature[] |
Repository.getFeatures() |
Feature[] |
FeaturesService.listFeatures() |
Feature[] |
FeaturesService.listInstalledFeatures() |
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
Feature.getDependencies() |
| Modifier and Type | Method and Description |
|---|---|
void |
FeaturesService.installFeature(Feature f,
EnumSet<FeaturesService.Option> options) |
boolean |
FeaturesService.isInstalled(Feature f) |
List<BundleInfo> |
Resolver.resolve(Feature feature) |
| Modifier and Type | Method and Description |
|---|---|
void |
FeaturesService.installFeatures(Set<Feature> features,
EnumSet<FeaturesService.Option> options) |
| Constructor and Description |
|---|
FeatureEvent(Feature feature,
FeatureEvent.EventType type,
boolean replay) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
InstalledFeatureCompleter.acceptsFeature(Feature feature) |
protected abstract boolean |
FeatureCompleterSupport.acceptsFeature(Feature feature)
Method for filtering features.
|
protected boolean |
AvailableFeatureCompleter.acceptsFeature(Feature feature) |
protected boolean |
AllFeatureCompleter.acceptsFeature(Feature feature) |
| Modifier and Type | Class and Description |
|---|---|
class |
FeatureImpl
A feature
|
| Modifier and Type | Method and Description |
|---|---|
Feature |
FeaturesServiceImpl.getFeature(String name) |
Feature |
FeaturesServiceImpl.getFeature(String name,
String version) |
Feature[] |
RepositoryImpl.getFeatures() |
Feature[] |
FeaturesServiceImpl.listFeatures() |
Feature[] |
FeaturesServiceImpl.listInstalledFeatures() |
static Feature |
FeatureImpl.valueOf(String str) |
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
FeatureImpl.getDependencies() |
protected Map<String,Map<String,Feature>> |
FeaturesServiceImpl.getFeatures() |
Set<Feature> |
FeaturesServiceImpl.getFeaturesContainingBundle(org.osgi.framework.Bundle bundle) |
protected Map<Feature,Set<Long>> |
FeaturesServiceImpl.loadMap(Properties props,
String prefix) |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureImpl.addDependency(Feature dependency) |
protected void |
FeaturesServiceImpl.doInstallFeature(FeaturesServiceImpl.InstallationState state,
Feature feature,
boolean verbose) |
void |
FeaturesServiceImpl.installFeature(Feature f,
EnumSet<FeaturesService.Option> options) |
boolean |
FeaturesServiceImpl.isInstalled(Feature f) |
protected List<BundleInfo> |
FeaturesServiceImpl.resolve(Feature feature) |
| Modifier and Type | Method and Description |
|---|---|
void |
FeaturesServiceImpl.installFeatures(Set<Feature> features,
EnumSet<FeaturesService.Option> options) |
protected void |
FeaturesServiceImpl.saveMap(Properties props,
String prefix,
Map<Feature,Set<Long>> map) |
| Constructor and Description |
|---|
JmxFeature(Feature feature,
boolean installed) |
| Modifier and Type | Method and Description |
|---|---|
List<BundleInfo> |
ObrResolver.resolve(Feature feature) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendedFeature |
| Modifier and Type | Field and Description |
|---|---|
protected Feature |
ExtendedFeature.feature |
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
ExtendedFeature.getDependencies() |
| Constructor and Description |
|---|
ExtendedFeature(ExtendedFeature.State state,
String repository,
Feature feature) |
Copyright © 2007-2013 FuseSource, Corp.. All Rights Reserved.