com.buglabs.bug.test.sysfs
Class Activator

java.lang.Object
  extended by TestCase
      extended by com.buglabs.bug.test.sysfs.Activator

public class Activator
extends TestCase

A set of OSGi-context test suites for exersizing the java sysfs APIs.


Constructor Summary
Activator()
           
 
Method Summary
 BundleContext getBundleContext()
           
static Activator getDefault()
           
 void start(BundleContext context)
           
 void stop(BundleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Activator

public Activator()
Method Detail

start

public void start(BundleContext context)
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

public void stop(BundleContext context)
          throws java.lang.Exception
Throws:
java.lang.Exception

getDefault

public static Activator getDefault()

getBundleContext

public BundleContext getBundleContext()