Uses of Interface
org.eclipse.osgi.framework.console.CommandProvider

Packages that use CommandProvider
org.eclipse.core.runtime.internal.adaptor   
org.eclipse.osgi.framework.internal.core   
 

Uses of CommandProvider in org.eclipse.core.runtime.internal.adaptor
 

Classes in org.eclipse.core.runtime.internal.adaptor that implement CommandProvider
 class EclipseCommandProvider
          Internal class.
 

Uses of CommandProvider in org.eclipse.osgi.framework.internal.core
 

Classes in org.eclipse.osgi.framework.internal.core that implement CommandProvider
 class FrameworkCommandProvider
          This class provides methods to execute commands from the command line.
 

Methods in org.eclipse.osgi.framework.internal.core that return CommandProvider
 CommandProvider[] FrameworkConsole.getServices()
          Return an array of service objects for all services being tracked by this ServiceTracker object.
 

Constructors in org.eclipse.osgi.framework.internal.core with parameters of type CommandProvider
FrameworkCommandInterpreter(String cmdline, CommandProvider[] commandProviders, FrameworkConsole con)
          The constructor.
 

Constructor parameters in org.eclipse.osgi.framework.internal.core with type arguments of type CommandProvider
FrameworkConsole(BundleContext context, ConsoleSession consoleSession, boolean isSystemInOut, ServiceTracker<CommandProvider,CommandProvider> cptracker)
           
FrameworkConsole(BundleContext context, ConsoleSession consoleSession, boolean isSystemInOut, ServiceTracker<CommandProvider,CommandProvider> cptracker)
           
 



Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.