org.glassfish.osgijavaeebase
Interface OSGiJavaEEArchive.BCPEntry
- All Known Implementing Classes:
- OSGiJavaEEArchive.DirBCPEntry, OSGiJavaEEArchive.JarBCPEntry
- Enclosing class:
- OSGiJavaEEArchive
protected static interface OSGiJavaEEArchive.BCPEntry
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.