Uses of Interface
org.apache.karaf.features.FeaturesService

Packages that use FeaturesService
org.apache.karaf.deployer.features   
org.apache.karaf.deployer.kar   
org.apache.karaf.diagnostic.common   
org.apache.karaf.features.command   
org.apache.karaf.features.command.completers   
org.apache.karaf.features.internal   
org.apache.karaf.features.management.internal   
org.apache.karaf.webconsole.features   
 

Uses of FeaturesService in org.apache.karaf.deployer.features
 

Methods in org.apache.karaf.deployer.features that return FeaturesService
 FeaturesService FeatureDeploymentListener.getFeaturesService()
           
 

Methods in org.apache.karaf.deployer.features with parameters of type FeaturesService
 void FeatureDeploymentListener.setFeaturesService(FeaturesService featuresService)
           
 

Uses of FeaturesService in org.apache.karaf.deployer.kar
 

Methods in org.apache.karaf.deployer.kar with parameters of type FeaturesService
 void KarArtifactInstaller.setFeaturesService(FeaturesService featuresService)
           
 

Uses of FeaturesService in org.apache.karaf.diagnostic.common
 

Constructors in org.apache.karaf.diagnostic.common with parameters of type FeaturesService
FeaturesDumpProvider(FeaturesService features)
          Creates new dump entry witch contains information about karaf features.
 

Uses of FeaturesService in org.apache.karaf.features.command
 

Methods in org.apache.karaf.features.command with parameters of type FeaturesService
protected abstract  void FeaturesCommandSupport.doExecute(FeaturesService admin)
           
protected  void ListFeaturesCommand.doExecute(FeaturesService admin)
           
protected  void RemoveRepositoryCommand.doExecute(FeaturesService admin)
           
protected  void InfoFeatureCommand.doExecute(FeaturesService admin)
           
protected  void ListRepositoriesCommand.doExecute(FeaturesService admin)
           
protected  void ListFeatureVersionsCommand.doExecute(FeaturesService admin)
           
protected  void ListUrlCommand.doExecute(FeaturesService admin)
           
protected  void UninstallFeatureCommand.doExecute(FeaturesService admin)
           
protected  void RefreshUrlCommand.doExecute(FeaturesService admin)
           
protected  void AddUrlCommand.doExecute(FeaturesService admin)
           
protected  void RemoveUrlCommand.doExecute(FeaturesService admin)
           
protected  void InstallFeatureCommand.doExecute(FeaturesService admin)
           
 

Uses of FeaturesService in org.apache.karaf.features.command.completers
 

Fields in org.apache.karaf.features.command.completers declared as FeaturesService
protected  FeaturesService FeatureCompleterSupport.featuresService
          Feature service.
 

Methods in org.apache.karaf.features.command.completers with parameters of type FeaturesService
 void FeatureCompleterSupport.setFeaturesService(FeaturesService featuresService)
           
 void FeatureRepositoryNameCompleter.setFeaturesService(FeaturesService featuresService)
           
 void FeatureRepositoryCompleter.setFeaturesService(FeaturesService featuresService)
           
 

Uses of FeaturesService in org.apache.karaf.features.internal
 

Classes in org.apache.karaf.features.internal that implement FeaturesService
 class FeaturesServiceImpl
          The Features service implementation.
 

Uses of FeaturesService in org.apache.karaf.features.management.internal
 

Methods in org.apache.karaf.features.management.internal with parameters of type FeaturesService
 void FeaturesServiceMBeanImpl.setFeaturesService(FeaturesService featuresService)
           
 

Uses of FeaturesService in org.apache.karaf.webconsole.features
 

Methods in org.apache.karaf.webconsole.features with parameters of type FeaturesService
 void FeaturesPlugin.setFeaturesService(FeaturesService featuresService)
           
 



Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.