COSMOS ${releaseVersion} data-collection Project
Public API Specification

org.eclipse.cosmos.dc.spec
Class ConsoleExtension

java.lang.Object
  extended by org.eclipse.cosmos.dc.spec.ConsoleExtension
All Implemented Interfaces:
org.eclipse.osgi.framework.console.CommandProvider

public class ConsoleExtension
extends java.lang.Object
implements org.eclipse.osgi.framework.console.CommandProvider


Constructor Summary
ConsoleExtension(org.osgi.framework.BundleContext context)
           
 
Method Summary
 void _spec(org.eclipse.osgi.framework.console.CommandInterpreter ci)
           
 java.lang.String getHelp()
           
static void setRuntime(RuntimeHost rt)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleExtension

public ConsoleExtension(org.osgi.framework.BundleContext context)
Method Detail

setRuntime

public static void setRuntime(RuntimeHost rt)

_spec

public void _spec(org.eclipse.osgi.framework.console.CommandInterpreter ci)
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

public void stop()

getHelp

public java.lang.String getHelp()
Specified by:
getHelp in interface org.eclipse.osgi.framework.console.CommandProvider

COSMOS ${releaseVersion} data-collection Project
Public API Specification