A B C D E F G H I J K L O P R S T U V Z 

A

adapt(Class<A>) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
addAttribute(String, String) - Method in class org.apache.xbean.osgi.bundle.util.HeaderParser.HeaderElement
 
addBundle(Bundle) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
addBundleListener(BundleListener) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundleContext
 
addDirective(String, String) - Method in class org.apache.xbean.osgi.bundle.util.HeaderParser.HeaderElement
 
addFrameworkListener(FrameworkListener) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundleContext
 
addServiceListener(ServiceListener, String) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundleContext
 
addServiceListener(ServiceListener) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundleContext
 
addSlash(String) - Method in class org.apache.xbean.osgi.bundle.util.BundleClassFinder
 

B

build(List<HeaderParser.HeaderElement>) - Static method in class org.apache.xbean.osgi.bundle.util.HeaderBuilder
 
bundle - Variable in class org.apache.xbean.osgi.bundle.util.BundleClassFinder
 
bundle - Variable in class org.apache.xbean.osgi.bundle.util.BundleClassLoader
 
bundle - Variable in class org.apache.xbean.osgi.bundle.util.BundleResourceHelper
 
BundleClassFinder - Class in org.apache.xbean.osgi.bundle.util
Finds all available classes to a bundle by scanning Bundle-ClassPath, Import-Package, and Require-Bundle headers of the given bundle and its fragments.
BundleClassFinder(PackageAdmin, Bundle) - Constructor for class org.apache.xbean.osgi.bundle.util.BundleClassFinder
 
BundleClassFinder(PackageAdmin, Bundle, ClassDiscoveryFilter) - Constructor for class org.apache.xbean.osgi.bundle.util.BundleClassFinder
 
BundleClassFinder.DummyDiscoveryFilter - Class in org.apache.xbean.osgi.bundle.util
 
BundleClassFinder.DummyDiscoveryFilter() - Constructor for class org.apache.xbean.osgi.bundle.util.BundleClassFinder.DummyDiscoveryFilter
 
BundleClassFinder.NonImportedPackageDiscoveryFilter - Class in org.apache.xbean.osgi.bundle.util
 
BundleClassFinder.NonImportedPackageDiscoveryFilter() - Constructor for class org.apache.xbean.osgi.bundle.util.BundleClassFinder.NonImportedPackageDiscoveryFilter
 
BundleClassLoader - Class in org.apache.xbean.osgi.bundle.util
ClassLoader for a Bundle.
BundleClassLoader(Bundle) - Constructor for class org.apache.xbean.osgi.bundle.util.BundleClassLoader
 
BundleClassLoader(Bundle, boolean) - Constructor for class org.apache.xbean.osgi.bundle.util.BundleClassLoader
 
BundleClassLoader(Bundle, boolean, boolean) - Constructor for class org.apache.xbean.osgi.bundle.util.BundleClassLoader
 
BundleDescription - Class in org.apache.xbean.osgi.bundle.util
 
BundleDescription(Manifest) - Constructor for class org.apache.xbean.osgi.bundle.util.BundleDescription
 
BundleDescription(Dictionary) - Constructor for class org.apache.xbean.osgi.bundle.util.BundleDescription
 
BundleDescription(Map) - Constructor for class org.apache.xbean.osgi.bundle.util.BundleDescription
 
BundleDescription.ExportPackage - Class in org.apache.xbean.osgi.bundle.util
 
BundleDescription.ExportPackage(String, Map<String, String>, Map<String, String>) - Constructor for class org.apache.xbean.osgi.bundle.util.BundleDescription.ExportPackage
 
BundleDescription.FragmentHost - Class in org.apache.xbean.osgi.bundle.util
 
BundleDescription.FragmentHost(String, Map<String, String>, Map<String, String>) - Constructor for class org.apache.xbean.osgi.bundle.util.BundleDescription.FragmentHost
 
BundleDescription.HeaderEntry - Class in org.apache.xbean.osgi.bundle.util
 
BundleDescription.HeaderEntry(String, Map<String, String>, Map<String, String>) - Constructor for class org.apache.xbean.osgi.bundle.util.BundleDescription.HeaderEntry
 
BundleDescription.ImportPackage - Class in org.apache.xbean.osgi.bundle.util
 
BundleDescription.ImportPackage(String, Map<String, String>, Map<String, String>) - Constructor for class org.apache.xbean.osgi.bundle.util.BundleDescription.ImportPackage
 
BundleDescription.RequireBundle - Class in org.apache.xbean.osgi.bundle.util
 
BundleDescription.RequireBundle(String, Map<String, String>, Map<String, String>) - Constructor for class org.apache.xbean.osgi.bundle.util.BundleDescription.RequireBundle
 
BundleDescription.SymbolicName - Class in org.apache.xbean.osgi.bundle.util
 
BundleDescription.SymbolicName(String, Map<String, String>, Map<String, String>) - Constructor for class org.apache.xbean.osgi.bundle.util.BundleDescription.SymbolicName
 
BundleJarEntry - Class in org.apache.xbean.osgi.bundle.util.jar
 
BundleJarEntry(String, URL, Manifest) - Constructor for class org.apache.xbean.osgi.bundle.util.jar.BundleJarEntry
 
BundleJarFile - Class in org.apache.xbean.osgi.bundle.util.jar
 
BundleJarFile(Bundle) - Constructor for class org.apache.xbean.osgi.bundle.util.jar.BundleJarFile
 
BundleResourceClassLoader - Class in org.apache.xbean.osgi.bundle.util
ClassLoader for a Bundle.
BundleResourceClassLoader(Bundle) - Constructor for class org.apache.xbean.osgi.bundle.util.BundleResourceClassLoader
 
BundleResourceFinder - Class in org.apache.xbean.osgi.bundle.util
Finds all available resources to a bundle by scanning Bundle-ClassPath header of the given bundle and its fragments.
BundleResourceFinder(PackageAdmin, Bundle, String, String) - Constructor for class org.apache.xbean.osgi.bundle.util.BundleResourceFinder
 
BundleResourceFinder(PackageAdmin, Bundle, String, String, ResourceDiscoveryFilter) - Constructor for class org.apache.xbean.osgi.bundle.util.BundleResourceFinder
Set up a BundleResourceFinder The suffix may contain a path fragment, unlike the bundle.findEntries method.
BundleResourceFinder.DefaultResourceFinderCallback - Class in org.apache.xbean.osgi.bundle.util
 
BundleResourceFinder.DefaultResourceFinderCallback() - Constructor for class org.apache.xbean.osgi.bundle.util.BundleResourceFinder.DefaultResourceFinderCallback
 
BundleResourceFinder.DefaultResourceFinderCallback(Set<URL>) - Constructor for class org.apache.xbean.osgi.bundle.util.BundleResourceFinder.DefaultResourceFinderCallback
 
BundleResourceFinder.DummyDiscoveryFilter - Class in org.apache.xbean.osgi.bundle.util
 
BundleResourceFinder.DummyDiscoveryFilter() - Constructor for class org.apache.xbean.osgi.bundle.util.BundleResourceFinder.DummyDiscoveryFilter
 
BundleResourceFinder.ResourceFinderCallback - Interface in org.apache.xbean.osgi.bundle.util
 
BundleResourceHelper - Class in org.apache.xbean.osgi.bundle.util
Helper for finding resources in a Bundle.
BundleResourceHelper(Bundle) - Constructor for class org.apache.xbean.osgi.bundle.util.BundleResourceHelper
 
BundleResourceHelper(Bundle, boolean, boolean) - Constructor for class org.apache.xbean.osgi.bundle.util.BundleResourceHelper
 
BundleUtils - Class in org.apache.xbean.osgi.bundle.util
 
BundleUtils() - Constructor for class org.apache.xbean.osgi.bundle.util.BundleUtils
 

C

canStart(Bundle) - Static method in class org.apache.xbean.osgi.bundle.util.BundleUtils
If the bundle fulfills the conditions below, it could be started a.
canStop(Bundle) - Static method in class org.apache.xbean.osgi.bundle.util.BundleUtils
If the bundle fulfills the conditions below, it could be stopped a.
canUninstall(Bundle) - Static method in class org.apache.xbean.osgi.bundle.util.BundleUtils
If the bundle fulfills the conditions below, it could be un-installed a.
ClassDiscoveryFilter - Interface in org.apache.xbean.osgi.bundle.util
 
close() - Method in class org.apache.xbean.osgi.bundle.util.jar.BundleJarFile
 
compareTo(Bundle) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
convert(URL) - Method in class org.apache.xbean.osgi.bundle.util.BundleResourceHelper
 
convert(URL) - Method in class org.apache.xbean.osgi.bundle.util.equinox.EquinoxBundleResourceHelper
 
CONVERT_RESOURCE_URLS - Static variable in class org.apache.xbean.osgi.bundle.util.BundleResourceHelper
 
convertedFindResource(String) - Method in class org.apache.xbean.osgi.bundle.util.BundleResourceHelper
Lookup resource and return converted URL (in a generic way).
convertedFindResources(String) - Method in class org.apache.xbean.osgi.bundle.util.BundleResourceHelper
Lookup resources and return converted URLs (in a generic way).
convertResourceUrls - Variable in class org.apache.xbean.osgi.bundle.util.BundleResourceHelper
 
createFilter(String) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundleContext
 
createSubBundleClassFinder(PackageAdmin, Bundle, ClassDiscoveryFilter) - Method in class org.apache.xbean.osgi.bundle.util.BundleClassFinder
 

D

DelegatingBundle - Class in org.apache.xbean.osgi.bundle.util
Bundle that delegates ClassLoader operations to a collection of Bundle objects.
DelegatingBundle(Collection<Bundle>) - Constructor for class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
DelegatingBundle(Bundle) - Constructor for class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
DelegatingBundleContext - Class in org.apache.xbean.osgi.bundle.util
BundleContext for DelegatingBundle.
DelegatingBundleContext(DelegatingBundle, BundleContext) - Constructor for class org.apache.xbean.osgi.bundle.util.DelegatingBundleContext
 
DelegatingBundleReference - Interface in org.apache.xbean.osgi.bundle.util
DelegatingBundleReference is based on BundleReference and provides access to DelegatingBundle.
DictionaryMap - Class in org.apache.xbean.osgi.bundle.util
Simple wrapper that exposes Dictionary class as a Map.
DictionaryMap(Dictionary) - Constructor for class org.apache.xbean.osgi.bundle.util.DictionaryMap
 
directoryDiscoveryRequired(String) - Method in class org.apache.xbean.osgi.bundle.util.BundleClassFinder.DummyDiscoveryFilter
 
directoryDiscoveryRequired(String) - Method in class org.apache.xbean.osgi.bundle.util.BundleClassFinder.NonImportedPackageDiscoveryFilter
 
directoryDiscoveryRequired(String) - Method in class org.apache.xbean.osgi.bundle.util.BundleResourceFinder.DummyDiscoveryFilter
 
directoryDiscoveryRequired(String) - Method in interface org.apache.xbean.osgi.bundle.util.ClassDiscoveryFilter
 
directoryDiscoveryRequired(String) - Method in interface org.apache.xbean.osgi.bundle.util.ResourceDiscoveryFilter
 
discoveryFilter - Variable in class org.apache.xbean.osgi.bundle.util.BundleClassFinder
 
DiscoveryRange - Enum in org.apache.xbean.osgi.bundle.util
 

E

entries() - Method in class org.apache.xbean.osgi.bundle.util.jar.BundleJarFile
 
entrySet() - Method in class org.apache.xbean.osgi.bundle.util.DictionaryMap
 
equals(Object) - Method in class org.apache.xbean.osgi.bundle.util.BundleClassLoader
 
equals(Object) - Method in class org.apache.xbean.osgi.bundle.util.equinox.EquinoxBundleClassLoader
 
equals(Object) - Method in class org.apache.xbean.osgi.bundle.util.HeaderParser.HeaderElement
 
EquinoxBundleClassLoader - Class in org.apache.xbean.osgi.bundle.util.equinox
ClassLoader for a Bundle.
EquinoxBundleClassLoader(Bundle) - Constructor for class org.apache.xbean.osgi.bundle.util.equinox.EquinoxBundleClassLoader
 
EquinoxBundleClassLoader(Bundle, boolean, boolean) - Constructor for class org.apache.xbean.osgi.bundle.util.equinox.EquinoxBundleClassLoader
 
EquinoxBundleResourceHelper - Class in org.apache.xbean.osgi.bundle.util.equinox
Equinox implementation of BundleResourceHelper.
EquinoxBundleResourceHelper(Bundle, boolean, boolean) - Constructor for class org.apache.xbean.osgi.bundle.util.equinox.EquinoxBundleResourceHelper
 
EXT - Static variable in class org.apache.xbean.osgi.bundle.util.BundleClassFinder
 

F

FILE_SCHEMA - Static variable in class org.apache.xbean.osgi.bundle.util.BundleUtils
 
find() - Method in class org.apache.xbean.osgi.bundle.util.BundleClassFinder
Finds all available classes to the bundle.
find(BundleResourceFinder.ResourceFinderCallback) - Method in class org.apache.xbean.osgi.bundle.util.BundleResourceFinder
 
find() - Method in class org.apache.xbean.osgi.bundle.util.BundleResourceFinder
 
findEntries(String, String, boolean) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
findResource(String) - Method in class org.apache.xbean.osgi.bundle.util.BundleResourceHelper
 
findResources(String) - Method in class org.apache.xbean.osgi.bundle.util.BundleClassLoader
 
findResources(String) - Method in class org.apache.xbean.osgi.bundle.util.BundleResourceHelper
 
findResources(String) - Method in class org.apache.xbean.osgi.bundle.util.equinox.EquinoxBundleClassLoader
 
foundInDirectory(Bundle, String, URL) - Method in class org.apache.xbean.osgi.bundle.util.BundleResourceFinder.DefaultResourceFinderCallback
 
foundInDirectory(Bundle, String, URL) - Method in interface org.apache.xbean.osgi.bundle.util.BundleResourceFinder.ResourceFinderCallback
Resource found in a directory in a bundle.
foundInJar(Bundle, String, ZipEntry, InputStream) - Method in class org.apache.xbean.osgi.bundle.util.BundleResourceFinder.DefaultResourceFinderCallback
 
foundInJar(Bundle, String, ZipEntry, InputStream) - Method in interface org.apache.xbean.osgi.bundle.util.BundleResourceFinder.ResourceFinderCallback
Resource found in a jar file in a bundle.
FULL_CLASS_DISCOVERY_FILTER - Static variable in class org.apache.xbean.osgi.bundle.util.BundleClassFinder
 
FULL_DISCOVERY_FILTER - Static variable in class org.apache.xbean.osgi.bundle.util.BundleResourceFinder
 

G

get(Object) - Method in class org.apache.xbean.osgi.bundle.util.DictionaryMap
 
getAllServiceReferences(String, String) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundleContext
 
getAttribute(String) - Method in class org.apache.xbean.osgi.bundle.util.HeaderParser.HeaderElement
 
getAttributes() - Method in class org.apache.xbean.osgi.bundle.util.BundleDescription.HeaderEntry
 
getAttributes() - Method in class org.apache.xbean.osgi.bundle.util.HeaderParser.HeaderElement
 
getAttributes() - Method in class org.apache.xbean.osgi.bundle.util.jar.BundleJarEntry
 
getBundle(boolean) - Method in class org.apache.xbean.osgi.bundle.util.BundleClassLoader
Return the bundle associated with this classloader.
getBundle() - Method in class org.apache.xbean.osgi.bundle.util.BundleClassLoader
Return the bundle associated with this classloader.
getBundle(ClassLoader, boolean) - Static method in class org.apache.xbean.osgi.bundle.util.BundleUtils
Returns bundle (if any) associated with the classloader.
getBundle() - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundleContext
 
getBundle(long) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundleContext
 
getBundle(String) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundleContext
 
getBundle(boolean) - Method in interface org.apache.xbean.osgi.bundle.util.DelegatingBundleReference
Returns the bundle associated with this classloader.
getBundle(boolean) - Method in class org.apache.xbean.osgi.bundle.util.equinox.EquinoxBundleClassLoader
Return the bundle associated with this classloader.
getBundle() - Method in class org.apache.xbean.osgi.bundle.util.equinox.EquinoxBundleClassLoader
Return the bundle associated with this classloader.
getBundle() - Method in class org.apache.xbean.osgi.bundle.util.jar.BundleJarFile
 
getBundleClassPath() - Method in class org.apache.xbean.osgi.bundle.util.BundleDescription
Returns a list of paths that are listed in Bundle-ClassPath header.
getBundleContext() - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
getBundleId() - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
getBundleJarEntry(String) - Method in class org.apache.xbean.osgi.bundle.util.jar.BundleJarFile
 
getBundles() - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundleContext
 
getCertificates() - Method in class org.apache.xbean.osgi.bundle.util.jar.BundleJarEntry
 
getComment() - Method in class org.apache.xbean.osgi.bundle.util.jar.BundleJarEntry
 
getCompressedSize() - Method in class org.apache.xbean.osgi.bundle.util.jar.BundleJarEntry
 
getContextBundle(boolean) - Static method in class org.apache.xbean.osgi.bundle.util.BundleUtils
Returns bundle (if any) associated with current thread's context classloader.
getConvertResourceUrls() - Method in class org.apache.xbean.osgi.bundle.util.BundleClassLoader
 
getConvertResourceUrls() - Method in class org.apache.xbean.osgi.bundle.util.BundleResourceHelper
 
getConvertResourceUrls(boolean) - Static method in class org.apache.xbean.osgi.bundle.util.BundleResourceHelper
 
getConvertResourceUrls() - Method in class org.apache.xbean.osgi.bundle.util.equinox.EquinoxBundleClassLoader
 
getCrc() - Method in class org.apache.xbean.osgi.bundle.util.jar.BundleJarEntry
 
getDataFile(String) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
getDataFile(String) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundleContext
 
getDirective(String) - Method in class org.apache.xbean.osgi.bundle.util.HeaderParser.HeaderElement
 
getDirectives() - Method in class org.apache.xbean.osgi.bundle.util.BundleDescription.HeaderEntry
 
getDirectives() - Method in class org.apache.xbean.osgi.bundle.util.HeaderParser.HeaderElement
 
getDynamicImportPackage() - Method in class org.apache.xbean.osgi.bundle.util.BundleDescription
Returns a list of packages that are listed in DynamicImport-Package header.
getEntry(Bundle, String) - Static method in class org.apache.xbean.osgi.bundle.util.BundleUtils
1, If the bundle was installed with reference directory mode return the file URL directly. 2, For traditional package bundle, Works like Bundle.getEntry(String) In addition to the searching abaove, it also checks attached fragment bundles for the given entry.
getEntry(String) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
getEntry(String) - Method in class org.apache.xbean.osgi.bundle.util.jar.BundleJarFile
 
getEntryPaths(Bundle, String) - Static method in class org.apache.xbean.osgi.bundle.util.BundleUtils
Works like Bundle.getEntryPaths(String) but also returns paths in attached fragment bundles.
getEntryPaths(String) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
getEntryURL() - Method in class org.apache.xbean.osgi.bundle.util.jar.BundleJarEntry
 
getExportPackage() - Method in class org.apache.xbean.osgi.bundle.util.BundleDescription
Returns a list of packages that are listed in Export-Package header.
getExternalImports() - Method in class org.apache.xbean.osgi.bundle.util.BundleDescription
Returns a list of packages that are listed in Import-Package header and are not listed in Export-Package header.
getExtra() - Method in class org.apache.xbean.osgi.bundle.util.jar.BundleJarEntry
 
getFragmentHost() - Method in class org.apache.xbean.osgi.bundle.util.BundleDescription
Returns Fragment-Host header.
getHeaders() - Method in class org.apache.xbean.osgi.bundle.util.BundleDescription
 
getHeaders() - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
getHeaders(String) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
getHigh() - Method in class org.apache.xbean.osgi.bundle.util.VersionRange
 
getImportPackage() - Method in class org.apache.xbean.osgi.bundle.util.BundleDescription
Returns a list of packages that are listed in Import-Package header.
getInputStream(ZipEntry) - Method in class org.apache.xbean.osgi.bundle.util.jar.BundleJarFile
 
getJarEntry(String) - Method in class org.apache.xbean.osgi.bundle.util.jar.BundleJarFile
 
getLastModified() - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
getLocation() - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
getLow() - Method in class org.apache.xbean.osgi.bundle.util.VersionRange
 
getMainBundle() - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
getManifest() - Method in class org.apache.xbean.osgi.bundle.util.jar.BundleJarFile
 
getMethod() - Method in class org.apache.xbean.osgi.bundle.util.jar.BundleJarEntry
 
getName() - Method in class org.apache.xbean.osgi.bundle.util.BundleDescription.HeaderEntry
 
getName() - Method in class org.apache.xbean.osgi.bundle.util.HeaderParser.HeaderElement
 
getName() - Method in class org.apache.xbean.osgi.bundle.util.jar.BundleJarFile
 
getNestedEntry(Bundle, String, String) - Static method in class org.apache.xbean.osgi.bundle.util.BundleUtils
 
getProperty(String) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundleContext
 
getRegisteredServices() - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
getRequireBundle() - Method in class org.apache.xbean.osgi.bundle.util.BundleDescription
Returns a list of bundle names that are listed in Require-Bundle header.
getResource(String) - Method in class org.apache.xbean.osgi.bundle.util.BundleClassLoader
 
getResource(String) - Method in class org.apache.xbean.osgi.bundle.util.BundleResourceHelper
 
getResource(String) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
getResource(String) - Method in class org.apache.xbean.osgi.bundle.util.equinox.EquinoxBundleClassLoader
 
getResource(String) - Method in class org.apache.xbean.osgi.bundle.util.equinox.EquinoxBundleResourceHelper
 
getResources(String) - Method in class org.apache.xbean.osgi.bundle.util.BundleClassLoader
 
getResources() - Method in class org.apache.xbean.osgi.bundle.util.BundleResourceFinder.DefaultResourceFinderCallback
 
getResources(String) - Method in class org.apache.xbean.osgi.bundle.util.BundleResourceHelper
 
getResources(String) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
getResources(String) - Method in class org.apache.xbean.osgi.bundle.util.equinox.EquinoxBundleResourceHelper
 
getSearchWiredBundles() - Method in class org.apache.xbean.osgi.bundle.util.BundleClassLoader
 
getSearchWiredBundles() - Method in class org.apache.xbean.osgi.bundle.util.BundleResourceHelper
 
getSearchWiredBundles(boolean) - Static method in class org.apache.xbean.osgi.bundle.util.BundleResourceHelper
 
getSearchWiredBundles() - Method in class org.apache.xbean.osgi.bundle.util.equinox.EquinoxBundleClassLoader
 
getService(ServiceReference<S>) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundleContext
 
getServiceReference(String) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundleContext
 
getServiceReference(Class<S>) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundleContext
 
getServiceReferences(String, String) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundleContext
 
getServiceReferences(Class<S>, String) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundleContext
 
getServicesInUse() - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
getSignerCertificates(int) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
getSize() - Method in class org.apache.xbean.osgi.bundle.util.jar.BundleJarEntry
 
getState() - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
getSymbolicName() - Method in class org.apache.xbean.osgi.bundle.util.BundleDescription
 
getSymbolicName() - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
getTime() - Method in class org.apache.xbean.osgi.bundle.util.jar.BundleJarEntry
 
getVersion() - Method in class org.apache.xbean.osgi.bundle.util.BundleDescription.ExportPackage
 
getVersion() - Method in class org.apache.xbean.osgi.bundle.util.BundleDescription
 
getVersion() - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
getVersionRange() - Method in class org.apache.xbean.osgi.bundle.util.BundleDescription.FragmentHost
 
getVersionRange() - Method in class org.apache.xbean.osgi.bundle.util.BundleDescription.ImportPackage
 
getVersionRange() - Method in class org.apache.xbean.osgi.bundle.util.BundleDescription.RequireBundle
 
getWiredBundles(Bundle) - Static method in class org.apache.xbean.osgi.bundle.util.BundleUtils
 
getWiredBundles(PackageAdmin, Bundle) - Static method in class org.apache.xbean.osgi.bundle.util.BundleUtils
 

H

hashCode() - Method in class org.apache.xbean.osgi.bundle.util.BundleClassLoader
 
hashCode() - Method in class org.apache.xbean.osgi.bundle.util.equinox.EquinoxBundleClassLoader
 
hashCode() - Method in class org.apache.xbean.osgi.bundle.util.HeaderParser.HeaderElement
 
hasPermission(Object) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
HeaderBuilder - Class in org.apache.xbean.osgi.bundle.util
 
HeaderBuilder() - Constructor for class org.apache.xbean.osgi.bundle.util.HeaderBuilder
 
HeaderParser - Class in org.apache.xbean.osgi.bundle.util
Utility class to parse standard OSGi headers.
HeaderParser() - Constructor for class org.apache.xbean.osgi.bundle.util.HeaderParser
 
HeaderParser.HeaderElement - Class in org.apache.xbean.osgi.bundle.util
 
HeaderParser.HeaderElement(String) - Constructor for class org.apache.xbean.osgi.bundle.util.HeaderParser.HeaderElement
 

I

IMPORTED_PACKAGE_EXCLUSIVE_FILTER - Static variable in class org.apache.xbean.osgi.bundle.util.BundleClassFinder
 
infiniteRange - Static variable in class org.apache.xbean.osgi.bundle.util.VersionRange
 
installBundle(String, InputStream) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundleContext
 
installBundle(String) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundleContext
 
isClassAcceptable(String, InputStream) - Method in class org.apache.xbean.osgi.bundle.util.BundleClassFinder
 
isClassAcceptable(URL) - Method in class org.apache.xbean.osgi.bundle.util.BundleClassFinder
 
isDirectory() - Method in class org.apache.xbean.osgi.bundle.util.jar.BundleJarEntry
 
isEmpty() - Method in class org.apache.xbean.osgi.bundle.util.DictionaryMap
 
isFragment(Bundle) - Static method in class org.apache.xbean.osgi.bundle.util.BundleUtils
 
isHighInclusive() - Method in class org.apache.xbean.osgi.bundle.util.VersionRange
 
isInRange(Version) - Method in class org.apache.xbean.osgi.bundle.util.VersionRange
 
isLowInclusive() - Method in class org.apache.xbean.osgi.bundle.util.VersionRange
 
isMandatory() - Method in class org.apache.xbean.osgi.bundle.util.BundleDescription.ImportPackage
 
isMandatory() - Method in class org.apache.xbean.osgi.bundle.util.BundleDescription.RequireBundle
 
isOptional() - Method in class org.apache.xbean.osgi.bundle.util.BundleDescription.ImportPackage
 
isOptional() - Method in class org.apache.xbean.osgi.bundle.util.BundleDescription.RequireBundle
 
isResolved(Bundle) - Static method in class org.apache.xbean.osgi.bundle.util.BundleUtils
Based on the constant field values, if it is bigger than the RESOLVED status value, the bundle has been resolved by the framework
isWired(Bundle, ExportedPackage[]) - Method in class org.apache.xbean.osgi.bundle.util.BundleClassFinder
 
isWired(Bundle, RequiredBundle[]) - Method in class org.apache.xbean.osgi.bundle.util.BundleClassFinder
 

J

jarFileDiscoveryRequired(String) - Method in class org.apache.xbean.osgi.bundle.util.BundleClassFinder.DummyDiscoveryFilter
 
jarFileDiscoveryRequired(String) - Method in class org.apache.xbean.osgi.bundle.util.BundleClassFinder.NonImportedPackageDiscoveryFilter
 
jarFileDiscoveryRequired(String) - Method in interface org.apache.xbean.osgi.bundle.util.ClassDiscoveryFilter
 

K

keySet() - Method in class org.apache.xbean.osgi.bundle.util.DictionaryMap
 

L

loadClass(String, boolean) - Method in class org.apache.xbean.osgi.bundle.util.BundleClassLoader
 
loadClass(String) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
loadClass(String, boolean) - Method in class org.apache.xbean.osgi.bundle.util.equinox.EquinoxBundleClassLoader
 
loadClasses(Set<String>) - Method in class org.apache.xbean.osgi.bundle.util.BundleClassFinder
 

O

org.apache.xbean.osgi.bundle.util - package org.apache.xbean.osgi.bundle.util
 
org.apache.xbean.osgi.bundle.util.equinox - package org.apache.xbean.osgi.bundle.util.equinox
 
org.apache.xbean.osgi.bundle.util.jar - package org.apache.xbean.osgi.bundle.util.jar
 

P

packageAdmin - Variable in class org.apache.xbean.osgi.bundle.util.BundleClassFinder
 
packageDiscoveryRequired(String) - Method in class org.apache.xbean.osgi.bundle.util.BundleClassFinder.DummyDiscoveryFilter
 
packageDiscoveryRequired(String) - Method in class org.apache.xbean.osgi.bundle.util.BundleClassFinder.NonImportedPackageDiscoveryFilter
 
packageDiscoveryRequired(String) - Method in interface org.apache.xbean.osgi.bundle.util.ClassDiscoveryFilter
 
parse(String) - Static method in class org.apache.xbean.osgi.bundle.util.VersionRange
 
parseHeader(String) - Static method in class org.apache.xbean.osgi.bundle.util.HeaderParser
Parse a given OSGi header into a list of header elements.
PATTERN - Static variable in class org.apache.xbean.osgi.bundle.util.BundleClassFinder
 
put(Object, Object) - Method in class org.apache.xbean.osgi.bundle.util.DictionaryMap
 

R

rangeDiscoveryRequired(DiscoveryRange) - Method in class org.apache.xbean.osgi.bundle.util.BundleClassFinder.DummyDiscoveryFilter
 
rangeDiscoveryRequired(DiscoveryRange) - Method in class org.apache.xbean.osgi.bundle.util.BundleClassFinder.NonImportedPackageDiscoveryFilter
 
rangeDiscoveryRequired(DiscoveryRange) - Method in class org.apache.xbean.osgi.bundle.util.BundleResourceFinder.DummyDiscoveryFilter
 
rangeDiscoveryRequired(DiscoveryRange) - Method in interface org.apache.xbean.osgi.bundle.util.ClassDiscoveryFilter
 
rangeDiscoveryRequired(DiscoveryRange) - Method in interface org.apache.xbean.osgi.bundle.util.ResourceDiscoveryFilter
 
REFERENCE_FILE_SCHEMA - Static variable in class org.apache.xbean.osgi.bundle.util.BundleUtils
 
REFERENCE_SCHEME - Static variable in class org.apache.xbean.osgi.bundle.util.BundleUtils
 
registerService(String, Object, Dictionary<String, ?>) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundleContext
 
registerService(String[], Object, Dictionary<String, ?>) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundleContext
 
registerService(Class<S>, S, Dictionary<String, ?>) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundleContext
 
remove(Object) - Method in class org.apache.xbean.osgi.bundle.util.DictionaryMap
 
removeBundle(Bundle) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
removeBundleListener(BundleListener) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundleContext
 
removeFrameworkListener(FrameworkListener) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundleContext
 
removeServiceListener(ServiceListener) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundleContext
 
resolve(Bundle) - Static method in class org.apache.xbean.osgi.bundle.util.BundleUtils
resolve method will try to load the Object.class, the behavior triggers a resolved request to the OSGI framework.
ResourceDiscoveryFilter - Interface in org.apache.xbean.osgi.bundle.util
 
resourceHelper - Variable in class org.apache.xbean.osgi.bundle.util.BundleClassLoader
 

S

SEARCH_WIRED_BUNDLES - Static variable in class org.apache.xbean.osgi.bundle.util.BundleResourceHelper
 
searchWiredBundles - Variable in class org.apache.xbean.osgi.bundle.util.BundleResourceHelper
 
setComment(String) - Method in class org.apache.xbean.osgi.bundle.util.jar.BundleJarEntry
 
setCompressedSize(long) - Method in class org.apache.xbean.osgi.bundle.util.jar.BundleJarEntry
 
setConvertResourceUrls(boolean) - Method in class org.apache.xbean.osgi.bundle.util.BundleClassLoader
 
setConvertResourceUrls(boolean) - Method in class org.apache.xbean.osgi.bundle.util.BundleResourceHelper
 
setConvertResourceUrls(boolean) - Method in class org.apache.xbean.osgi.bundle.util.equinox.EquinoxBundleClassLoader
 
setCrc(long) - Method in class org.apache.xbean.osgi.bundle.util.jar.BundleJarEntry
 
setExtra(byte[]) - Method in class org.apache.xbean.osgi.bundle.util.jar.BundleJarEntry
 
setMethod(int) - Method in class org.apache.xbean.osgi.bundle.util.jar.BundleJarEntry
 
setSearchWiredBundles(boolean) - Method in class org.apache.xbean.osgi.bundle.util.BundleClassLoader
 
setSearchWiredBundles(boolean) - Method in class org.apache.xbean.osgi.bundle.util.BundleResourceHelper
 
setSearchWiredBundles(boolean) - Method in class org.apache.xbean.osgi.bundle.util.equinox.EquinoxBundleClassLoader
 
setSize(long) - Method in class org.apache.xbean.osgi.bundle.util.jar.BundleJarEntry
 
setTime(long) - Method in class org.apache.xbean.osgi.bundle.util.jar.BundleJarEntry
 
size() - Method in class org.apache.xbean.osgi.bundle.util.DictionaryMap
 
size() - Method in class org.apache.xbean.osgi.bundle.util.jar.BundleJarFile
 
start() - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
start(int) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
stop() - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
stop(int) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 

T

toFile(Bundle) - Static method in class org.apache.xbean.osgi.bundle.util.BundleUtils
 
toFile(URL) - Static method in class org.apache.xbean.osgi.bundle.util.BundleUtils
 
toFile(String) - Static method in class org.apache.xbean.osgi.bundle.util.BundleUtils
Translate the reference:file:// style URL to the underlying file instance
toJavaStyleClassName(String) - Method in class org.apache.xbean.osgi.bundle.util.BundleClassFinder
 
toJavaStylePackageName(String) - Method in class org.apache.xbean.osgi.bundle.util.BundleClassFinder
Get the normal Java style package name from the parameter className.
toReferenceFileLocation(File) - Static method in class org.apache.xbean.osgi.bundle.util.BundleUtils
 
toString() - Method in class org.apache.xbean.osgi.bundle.util.BundleClassLoader
 
toString() - Method in class org.apache.xbean.osgi.bundle.util.BundleDescription.HeaderEntry
 
toString() - Method in class org.apache.xbean.osgi.bundle.util.BundleResourceClassLoader
 
toString() - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
toString() - Method in class org.apache.xbean.osgi.bundle.util.equinox.EquinoxBundleClassLoader
 
toString() - Method in class org.apache.xbean.osgi.bundle.util.HeaderParser.HeaderElement
 
toString() - Method in class org.apache.xbean.osgi.bundle.util.VersionRange
 

U

ungetService(ServiceReference<?>) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundleContext
 
uninstall() - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
unwrapBundle(Bundle) - Static method in class org.apache.xbean.osgi.bundle.util.BundleUtils
If the given bundle is a DelegatingBundle this function will return the main application bundle backing the DelegatingBundle.
update() - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 
update(InputStream) - Method in class org.apache.xbean.osgi.bundle.util.DelegatingBundle
 

V

valueOf(String) - Static method in enum org.apache.xbean.osgi.bundle.util.DiscoveryRange
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.xbean.osgi.bundle.util.DiscoveryRange
Returns an array containing the constants of this enum type, in the order they are declared.
VersionRange - Class in org.apache.xbean.osgi.bundle.util
 
VersionRange(Version, boolean, Version, boolean) - Constructor for class org.apache.xbean.osgi.bundle.util.VersionRange
 

Z

zipFileDiscoveryRequired(String) - Method in class org.apache.xbean.osgi.bundle.util.BundleResourceFinder.DummyDiscoveryFilter
 
zipFileDiscoveryRequired(String) - Method in interface org.apache.xbean.osgi.bundle.util.ResourceDiscoveryFilter
 
A B C D E F G H I J K L O P R S T U V Z 

Copyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.