org.eclipse.core.runtime.internal.adaptor
Class EclipseCommandProvider

java.lang.Object
  extended by org.eclipse.core.runtime.internal.adaptor.EclipseCommandProvider
All Implemented Interfaces:
CommandProvider

public class EclipseCommandProvider
extends java.lang.Object
implements CommandProvider

Internal class.


Constructor Summary
EclipseCommandProvider(BundleContext context)
           
 
Method Summary
 void _diag(CommandInterpreter ci)
           
 java.lang.String getHelp()
          Answer a string (may be as many lines as you like) with help texts that explain the command.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EclipseCommandProvider

public EclipseCommandProvider(BundleContext context)
Method Detail

getHelp

public java.lang.String getHelp()
Description copied from interface: CommandProvider
Answer a string (may be as many lines as you like) with help texts that explain the command.

Specified by:
getHelp in interface CommandProvider

_diag

public void _diag(CommandInterpreter ci)
           throws java.lang.Exception
Throws:
java.lang.Exception