org.glassfish.osgijavaeebase
Class OSGiJavaEEArchive.DirBCPEntry
java.lang.Object
org.glassfish.osgijavaeebase.OSGiJavaEEArchive.DirBCPEntry
- All Implemented Interfaces:
- OSGiJavaEEArchive.BCPEntry
- Enclosing class:
- OSGiJavaEEArchive
protected class OSGiJavaEEArchive.DirBCPEntry
- extends Object
- implements OSGiJavaEEArchive.BCPEntry
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OSGiJavaEEArchive.DirBCPEntry
public OSGiJavaEEArchive.DirBCPEntry(String name,
org.osgi.framework.Bundle bundle)
getName
public String getName()
- Specified by:
getName in interface OSGiJavaEEArchive.BCPEntry
- Returns:
- path relative to its bundle.
getBundle
public org.osgi.framework.Bundle getBundle()
- Specified by:
getBundle in interface OSGiJavaEEArchive.BCPEntry
- Returns:
- the bundle this entry belongs to. Please note, a host bundle can insert a classpath entry
into a fragment bundle.
accept
public void accept(OSGiJavaEEArchive.BCPEntry.BCPEntryVisitor visitor)
- Specified by:
accept in interface OSGiJavaEEArchive.BCPEntry
Copyright © 2012 GlassFish Community. All Rights Reserved.