org.glassfish.osgijavaeebase
Class OSGiJavaEEArchive.EffectiveBCP

java.lang.Object
  extended by org.glassfish.osgijavaeebase.OSGiJavaEEArchive.EffectiveBCP
Enclosing class:
OSGiJavaEEArchive

protected class OSGiJavaEEArchive.EffectiveBCP
extends java.lang.Object


Constructor Summary
protected OSGiJavaEEArchive.EffectiveBCP()
           
 
Method Summary
 void accept(OSGiJavaEEArchive.BCPEntry.BCPEntryVisitor visitor)
           
 void add(OSGiJavaEEArchive.BCPEntry bcpEntry)
           
 java.util.List<OSGiJavaEEArchive.BCPEntry> getBCPEntries()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSGiJavaEEArchive.EffectiveBCP

protected OSGiJavaEEArchive.EffectiveBCP()
Method Detail

getBCPEntries

public java.util.List<OSGiJavaEEArchive.BCPEntry> getBCPEntries()

accept

public void accept(OSGiJavaEEArchive.BCPEntry.BCPEntryVisitor visitor)

add

public void add(OSGiJavaEEArchive.BCPEntry bcpEntry)


Copyright © 2011 GlassFish Community. All Rights Reserved.