org.eclipse.birt.core.framework.eclipse
Class EclipseBundle

java.lang.Object
  extended by org.eclipse.birt.core.framework.eclipse.EclipseBundle
All Implemented Interfaces:
IBundle

public class EclipseBundle
extends java.lang.Object
implements IBundle


Field Summary
protected  org.osgi.framework.Bundle bundle
           
 
Constructor Summary
EclipseBundle(org.osgi.framework.Bundle bundle)
           
 
Method Summary
 java.net.URL getEntry(java.lang.String name)
           
 java.util.Enumeration getEntryPaths(java.lang.String path)
           
 java.lang.Class loadClass(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bundle

protected org.osgi.framework.Bundle bundle
Constructor Detail

EclipseBundle

public EclipseBundle(org.osgi.framework.Bundle bundle)
Method Detail

loadClass

public java.lang.Class loadClass(java.lang.String name)
                          throws java.lang.ClassNotFoundException
Specified by:
loadClass in interface IBundle
Throws:
java.lang.ClassNotFoundException

getEntry

public java.net.URL getEntry(java.lang.String name)
Specified by:
getEntry in interface IBundle

getEntryPaths

public java.util.Enumeration getEntryPaths(java.lang.String path)
Specified by:
getEntryPaths in interface IBundle


Copyright © 2008 Actuate Corp. All rights reserved.