org.glassfish.osgijavaeebase
Interface OSGiJavaEEArchive.BCPEntry

All Known Implementing Classes:
OSGiJavaEEArchive.DirBCPEntry, OSGiJavaEEArchive.JarBCPEntry
Enclosing class:
OSGiJavaEEArchive

protected static interface OSGiJavaEEArchive.BCPEntry


Nested Class Summary
static interface OSGiJavaEEArchive.BCPEntry.BCPEntryVisitor
           
 
Method Summary
 void accept(OSGiJavaEEArchive.BCPEntry.BCPEntryVisitor visitor)
           
 org.osgi.framework.Bundle getBundle()
           
 java.lang.String getName()
           
 

Method Detail

getName

java.lang.String getName()
Returns:
path relative to its bundle.

getBundle

org.osgi.framework.Bundle getBundle()
Returns:
the bundle this entry belongs to. Please note, a host bundle can insert a classpath entry into a fragment bundle.

accept

void accept(OSGiJavaEEArchive.BCPEntry.BCPEntryVisitor visitor)


Copyright © 2011 GlassFish Community. All Rights Reserved.