This method returns the named entry as an IContent Typically,
this method only makes sense for entries that correspond to some form
of aggregated resource (e.g., an embedded JAR file or directory), but
implementations are free to interpret this however makes sense.
Provides the system bundle access to its private storage area; this
special case is necessary since the system bundle is not really a
bundle and therefore must be treated in a special way.
init() -
Method in class org.apache.felix.framework.Felix
This method initializes the framework, which is comprised of resolving
the system bundle, reloading any cached bundles, and activating the system
bundle.
This method determines if the requesting bundle is able to cast
the specified service reference based on class visibility rules
of the underlying modules.
This interface represents a directed class/resource loading dependency
between two modules, which result when the framework resolves
Import-Package or Require-Bundle declarations.
The purpose of this class is to fix an apparent bug in the JVM in versions
1.4.2 and lower where directory entries in ZIP/JAR files are not correctly
identified.
This is a simple utility class that attempts to load the named
class using the class loader of the supplied class or
the class loader of one of its super classes or their implemented
interfaces.
size() -
Method in class org.apache.felix.framework.util.StringMap
start() -
Method in class org.apache.felix.framework.Felix
This method starts the framework instance, which will transition the
framework from start level 0 to its active start level as specified in
its configuration properties (1 by default).
start(int) -
Method in class org.apache.felix.framework.Felix