com.googlecode.refit.osgi
Class OsgiFixtureLoader

java.lang.Object
  extended by fit.FixtureLoader
      extended by com.googlecode.refit.osgi.OsgiFixtureLoader

public class OsgiFixtureLoader
extends FixtureLoader


Constructor Summary
OsgiFixtureLoader()
           
 
Method Summary
protected  void addFixture(Fixture fixture)
           
 Fixture loadFixture(String className)
           
protected  void removeFixture(Fixture fixture)
           
 
Methods inherited from class fit.FixtureLoader
createFixture, getInstance, loadFixtureClass, setInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OsgiFixtureLoader

public OsgiFixtureLoader()
Method Detail

addFixture

protected void addFixture(Fixture fixture)

removeFixture

protected void removeFixture(Fixture fixture)

loadFixture

public Fixture loadFixture(String className)
                    throws ClassNotFoundException,
                           InstantiationException,
                           IllegalAccessException
Overrides:
loadFixture in class FixtureLoader
Throws:
ClassNotFoundException
InstantiationException
IllegalAccessException


Copyright © 2011. All Rights Reserved.