A B C D E F G H I J L M N O P R S T U V W X 

A

AbstractDynamicPackageRequirement - Class in org.jboss.osgi.resolver.spi
The abstract implementation of a XPackageRequirement.
AbstractDynamicPackageRequirement(AbstractModule, String, Map<String, String>, Map<String, Object>) - Constructor for class org.jboss.osgi.resolver.spi.AbstractDynamicPackageRequirement
 
AbstractModule - Class in org.jboss.osgi.resolver.spi
The abstract implementation of an XModule.
AbstractModuleBuilder - Class in org.jboss.osgi.resolver.spi
A builder for resolver modules
AbstractModuleBuilder() - Constructor for class org.jboss.osgi.resolver.spi.AbstractModuleBuilder
 
AbstractPackageRequirement - Class in org.jboss.osgi.resolver.spi
The abstract implementation of a XPackageRequirement.
AbstractPackageRequirement(AbstractModule, String, Map<String, String>, Map<String, Object>) - Constructor for class org.jboss.osgi.resolver.spi.AbstractPackageRequirement
 
AbstractResolver - Class in org.jboss.osgi.resolver.spi
An abstract base implementation of a Resolver.
AbstractResolver() - Constructor for class org.jboss.osgi.resolver.spi.AbstractResolver
 
addAttachment(Class<T>, T) - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
addAttachment(Class<T>, T) - Method in interface org.jboss.osgi.resolver.spi.AttachmentSupport
Attach an arbirtary object with this element.
addAttachment(Class<T>, T) - Method in interface org.jboss.osgi.resolver.XAttachmentSupport
Attach an arbirtary object with this element.
addBundleCapability(String, Version) - Method in class org.jboss.osgi.resolver.spi.AbstractModuleBuilder
 
addBundleCapability(String, Version) - Method in interface org.jboss.osgi.resolver.XModuleBuilder
Add a bundle capability
addBundleClassPath(String...) - Method in class org.jboss.osgi.resolver.spi.AbstractModuleBuilder
 
addBundleClassPath(String...) - Method in interface org.jboss.osgi.resolver.XModuleBuilder
Add a Constants.BUNDLE_CLASSPATH element
addBundleRequirement(String, Map<String, String>, Map<String, Object>) - Method in class org.jboss.osgi.resolver.spi.AbstractModuleBuilder
 
addBundleRequirement(String, Map<String, String>, Map<String, Object>) - Method in interface org.jboss.osgi.resolver.XModuleBuilder
Add a Constants.REQUIRE_BUNDLE requirement
addCapability(Capability) - Method in class org.apache.felix.framework.capabilityset.CapabilitySet
 
addDynamicPackageRequirement(String, Map<String, Object>) - Method in class org.jboss.osgi.resolver.spi.AbstractModuleBuilder
 
addDynamicPackageRequirement(String, Map<String, Object>) - Method in interface org.jboss.osgi.resolver.XModuleBuilder
Add a Constants.DYNAMICIMPORT_PACKAGE requirement
addFragmentHostRequirement(String, Map<String, String>, Map<String, Object>) - Method in class org.jboss.osgi.resolver.spi.AbstractModuleBuilder
 
addFragmentHostRequirement(String, Map<String, String>, Map<String, Object>) - Method in interface org.jboss.osgi.resolver.XModuleBuilder
Add a Constants.FRAGMENT_HOST requirement
addModule(Module) - Method in class org.apache.felix.framework.FelixResolverState
 
addModule(XModule) - Method in class org.jboss.osgi.resolver.felix.FelixResolver
 
addModule(Module) - Method in class org.jboss.osgi.resolver.felix.ResolverStateExt
 
addModule(XModule) - Method in class org.jboss.osgi.resolver.spi.AbstractResolver
 
addModule(XModule) - Method in interface org.jboss.osgi.resolver.XResolver
Add a module to the resolver.
addModuleActivator(String) - Method in class org.jboss.osgi.resolver.spi.AbstractModuleBuilder
 
addModuleActivator(String) - Method in interface org.jboss.osgi.resolver.XModuleBuilder
Add a Constants.BUNDLE_ACTIVATOR element
addPackageCapability(String, Map<String, String>, Map<String, Object>) - Method in class org.jboss.osgi.resolver.spi.AbstractModuleBuilder
 
addPackageCapability(String, Map<String, String>, Map<String, Object>) - Method in interface org.jboss.osgi.resolver.XModuleBuilder
Add a Constants.EXPORT_PACKAGE capability
addPackageRequirement(String, Map<String, String>, Map<String, Object>) - Method in class org.jboss.osgi.resolver.spi.AbstractModuleBuilder
 
addPackageRequirement(String, Map<String, String>, Map<String, Object>) - Method in interface org.jboss.osgi.resolver.XModuleBuilder
Add a Constants.IMPORT_PACKAGE requirement
addURLToURLClassLoader(URL, ClassLoader) - Method in class org.apache.felix.framework.util.SecureAction
 
addWire(AbstractModule, XRequirement, XModule, XCapability) - Method in class org.jboss.osgi.resolver.felix.FelixResolver
 
addWire(AbstractWire) - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
addWire(AbstractModule, XRequirement, XModule, XCapability) - Method in class org.jboss.osgi.resolver.spi.AbstractResolver
 
AND - Static variable in class org.apache.felix.framework.capabilityset.SimpleFilter
 
APPROX - Static variable in class org.apache.felix.framework.capabilityset.SimpleFilter
 
attachFragments(List<Module>) - Method in interface org.apache.felix.framework.resolver.Module
 
attachFragments(List<Module>) - Method in class org.jboss.osgi.resolver.felix.ModuleExt
 
AttachmentSupport - Interface in org.jboss.osgi.resolver.spi
Adds attachment support to an element
Attribute - Class in org.apache.felix.framework.capabilityset
 
Attribute(String, Object, boolean) - Constructor for class org.apache.felix.framework.capabilityset.Attribute
 
ATTRIBUTE_SEPARATOR - Static variable in interface org.apache.felix.framework.util.FelixConstants
 
AttributeSupport - Interface in org.jboss.osgi.resolver.spi
Adds support for attributes

B

base64Encode(String) - Static method in class org.apache.felix.framework.util.Util
 
BOOT_CLASSLOADERS_PROP - Static variable in interface org.apache.felix.framework.util.FelixConstants
 
BUFSIZE - Static variable in class org.apache.felix.framework.util.SecureAction
 
BUNDLE_DEFAULT_STARTLEVEL - Static variable in interface org.apache.felix.framework.util.FelixConstants
 
BUNDLE_NATIVECODE_OPTIONAL - Static variable in interface org.apache.felix.framework.util.FelixConstants
 
BUNDLE_STARTLEVEL_PROP - Static variable in interface org.apache.felix.framework.util.FelixConstants
 
BUNDLE_URL_PROTOCOL - Static variable in interface org.apache.felix.framework.util.FelixConstants
 

C

CandidateComparator - Class in org.apache.felix.framework.resolver
 
CandidateComparator() - Constructor for class org.apache.felix.framework.resolver.CandidateComparator
 
Capability - Interface in org.apache.felix.framework.capabilityset
 
CapabilityImpl - Class in org.apache.felix.framework.util.manifestparser
 
CapabilityImpl(Module, String, List<Directive>, List<Attribute>) - Constructor for class org.apache.felix.framework.util.manifestparser.CapabilityImpl
 
CapabilitySet - Class in org.apache.felix.framework.capabilityset
 
CapabilitySet(List<String>, boolean) - Constructor for class org.apache.felix.framework.capabilityset.CapabilitySet
 
checkExecutionEnvironment(Module) - Method in class org.apache.felix.framework.FelixResolverState
Checks to see if the passed in module's required execution environment is provided by the framework.
checkExecutionEnvironment(Module) - Method in interface org.apache.felix.framework.resolver.Resolver.ResolverState
 
checkExecutionEnvironment(Module) - Method in class org.jboss.osgi.resolver.felix.ResolverStateExt
 
checkNativeLibraries(Module) - Method in class org.apache.felix.framework.FelixResolverState
 
checkNativeLibraries(Module) - Method in interface org.apache.felix.framework.resolver.Resolver.ResolverState
 
checkNativeLibraries(Module) - Method in class org.jboss.osgi.resolver.felix.ResolverStateExt
 
checkSingleton(Module) - Method in class org.apache.felix.framework.FelixResolverState
 
checkSingleton(Module) - Method in class org.jboss.osgi.resolver.felix.ResolverStateExt
 
CLASS_PATH_DOT - Static variable in interface org.apache.felix.framework.util.FelixConstants
 
CLASS_PATH_SEPARATOR - Static variable in interface org.apache.felix.framework.util.FelixConstants
 
CLAUSE_ATTRIBUTES_INDEX - Static variable in class org.apache.felix.framework.util.manifestparser.ManifestParser
 
CLAUSE_DIRECTIVES_INDEX - Static variable in class org.apache.felix.framework.util.manifestparser.ManifestParser
 
CLAUSE_PATHS_INDEX - Static variable in class org.apache.felix.framework.util.manifestparser.ManifestParser
 
close() - Method in interface org.apache.felix.framework.resolver.Content
This method must be called when the content is no longer needed so that any resourses being used (e.g., open files) can be closed.
compare(Capability, Capability) - Method in class org.apache.felix.framework.resolver.CandidateComparator
 
compare(Object, Object) - Method in class org.apache.felix.framework.util.StringComparator
 
compareSubstring(List<String>, String) - Static method in class org.apache.felix.framework.capabilityset.SimpleFilter
 
Content - Interface in org.apache.felix.framework.resolver
 
createModule(OSGiMetaData, int) - Method in class org.jboss.osgi.resolver.spi.AbstractModuleBuilder
 
createModule(String, Version, int) - Method in class org.jboss.osgi.resolver.spi.AbstractModuleBuilder
 
createModule(OSGiMetaData, int) - Method in interface org.jboss.osgi.resolver.XModuleBuilder
Create a module builder from OSGi metadata
createModule(String, Version, int) - Method in interface org.jboss.osgi.resolver.XModuleBuilder
Create an empty module builder
createTempFile(String, String, File) - Method in class org.apache.felix.framework.util.SecureAction
 
createURL(String, String, int, String, URLStreamHandler) - Method in class org.apache.felix.framework.util.SecureAction
 
createURL(URL, String, URLStreamHandler) - Method in class org.apache.felix.framework.util.SecureAction
 

D

deleteFile(File) - Method in class org.apache.felix.framework.util.SecureAction
 
detachFragment(Module, Module) - Method in class org.apache.felix.framework.FelixResolverState
 
detachFragment(Module, Module) - Method in class org.jboss.osgi.resolver.felix.ResolverStateExt
 
Directive - Class in org.apache.felix.framework.capabilityset
 
Directive(String, Object) - Constructor for class org.apache.felix.framework.capabilityset.Directive
 
DIRECTIVE_SEPARATOR - Static variable in interface org.apache.felix.framework.util.FelixConstants
 
DirectiveSupport - Interface in org.jboss.osgi.resolver.spi
Adds support for directives
doLog(Bundle, ServiceReference, int, String, Throwable) - Method in class org.apache.felix.framework.Logger
 
doLog(Bundle, ServiceReference, int, String, Throwable) - Method in class org.jboss.osgi.resolver.felix.LoggerDelegate
 

E

EAGER_ACTIVATION - Static variable in interface org.apache.felix.framework.resolver.Module
 
encode(byte[], int) - Static method in class org.apache.felix.framework.util.Util
Encode a raw byte array to a Base64 String.
encode(InputStream, OutputStream, int) - Static method in class org.apache.felix.framework.util.Util
 
EQ - Static variable in class org.apache.felix.framework.capabilityset.SimpleFilter
 
equals(Object) - Method in class org.apache.felix.framework.util.VersionRange
 
equals(Object) - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
equals(Object) - Method in class org.jboss.osgi.resolver.XVersionRange
 
exec(String) - Method in class org.apache.felix.framework.util.SecureAction
 

F

FAKE_URL_PROTOCOL_VALUE - Static variable in interface org.apache.felix.framework.util.FelixConstants
 
FELIX_EXTENSION_ACTIVATOR - Static variable in interface org.apache.felix.framework.util.FelixConstants
 
FELIX_VERSION_PROPERTY - Static variable in interface org.apache.felix.framework.util.FelixConstants
 
FelixConstants - Interface in org.apache.felix.framework.util
 
FelixResolver - Class in org.jboss.osgi.resolver.felix
An implementation of the Resolver.
FelixResolver() - Constructor for class org.jboss.osgi.resolver.felix.FelixResolver
 
FelixResolverFactory - Class in org.jboss.osgi.resolver.felix
An implementation of the XResolverFactory.
FelixResolverFactory() - Constructor for class org.jboss.osgi.resolver.felix.FelixResolverFactory
 
FelixResolverState - Class in org.apache.felix.framework
 
FelixResolverState(Logger, String) - Constructor for class org.apache.felix.framework.FelixResolverState
 
fileExists(File) - Method in class org.apache.felix.framework.util.SecureAction
 
findFragments(ModuleExt) - Method in class org.jboss.osgi.resolver.felix.FelixResolver
 
findFragments(Module) - Method in class org.jboss.osgi.resolver.felix.ResolverStateExt
 
findHost(Module) - Method in class org.apache.felix.framework.FelixResolverState
 
findHost(ModuleExt) - Method in class org.jboss.osgi.resolver.felix.FelixResolver
 
findHost(Module) - Method in class org.jboss.osgi.resolver.felix.ResolverStateExt
 
flush(Class, Object) - Method in class org.apache.felix.framework.util.SecureAction
 
forName(String) - Method in class org.apache.felix.framework.util.SecureAction
 
FragmentRequirement - Class in org.apache.felix.framework.resolver
 
FragmentRequirement(Module, Requirement) - Constructor for class org.apache.felix.framework.resolver.FragmentRequirement
 
FRAMEWORK_BUNDLECACHE_IMPL - Static variable in interface org.apache.felix.framework.util.FelixConstants
 
FRAMEWORK_DEFAULT_STARTLEVEL - Static variable in interface org.apache.felix.framework.util.FelixConstants
 
FRAMEWORK_INACTIVE_STARTLEVEL - Static variable in interface org.apache.felix.framework.util.FelixConstants
 
FRAMEWORK_VENDOR_VALUE - Static variable in interface org.apache.felix.framework.util.FelixConstants
 
FRAMEWORK_VERSION_VALUE - Static variable in interface org.apache.felix.framework.util.FelixConstants
 

G

getAbsolutePath(File) - Method in class org.apache.felix.framework.util.SecureAction
 
getActivationExcludeDirective() - Method in class org.apache.felix.framework.util.manifestparser.ManifestParser
 
getActivationIncludeDirective() - Method in class org.apache.felix.framework.util.manifestparser.ManifestParser
 
getActivationPolicy() - Method in class org.apache.felix.framework.util.manifestparser.ManifestParser
 
getAttachment(Class<T>) - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
getAttachment(Class<T>) - Method in interface org.jboss.osgi.resolver.spi.AttachmentSupport
Get the attached object for a given key
getAttachment(Class<T>) - Method in interface org.jboss.osgi.resolver.XAttachmentSupport
Get the attached object for a given key
getAttribute(String) - Method in interface org.apache.felix.framework.capabilityset.Capability
 
getAttribute(String) - Method in class org.apache.felix.framework.util.manifestparser.CapabilityImpl
 
getAttribute(String) - Method in interface org.jboss.osgi.resolver.spi.AttributeSupport
Get the value of the given attribute
getAttribute(String) - Method in interface org.jboss.osgi.resolver.XAttributeSupport
Get the value of the given attribute
getAttributes() - Method in interface org.apache.felix.framework.capabilityset.Capability
 
getAttributes() - Method in class org.apache.felix.framework.util.manifestparser.CapabilityImpl
 
getAttributes() - Method in interface org.jboss.osgi.resolver.spi.AttributeSupport
Get the attributes
getAttributes() - Method in interface org.jboss.osgi.resolver.XAttributeSupport
Get the attributes
getBundle() - Method in interface org.apache.felix.framework.resolver.Module
 
getBundle() - Method in class org.jboss.osgi.resolver.felix.ModuleExt
 
getBundleCapability() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
getBundleCapability() - Method in interface org.jboss.osgi.resolver.XModule
Get this modules host capability
getBundleClassPath() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
getBundleClassPath() - Method in interface org.jboss.osgi.resolver.XModule
Get the bundle class paths
getBundleIdFromModuleId(String) - Static method in class org.apache.felix.framework.util.Util
Converts a module identifier to a bundle identifier.
getBundleRequirements() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
getBundleRequirements() - Method in interface org.jboss.osgi.resolver.XModule
Get the bundle requirements
getBundleSymbolicName() - Method in class org.jboss.osgi.resolver.spi.AbstractPackageRequirement
 
getBundleSymbolicName() - Method in interface org.jboss.osgi.resolver.XPackageRequirement
The bundle symbolic name of the exporting bundle
getBundleVersion() - Method in class org.apache.felix.framework.util.manifestparser.ManifestParser
 
getBundleVersion() - Method in class org.jboss.osgi.resolver.spi.AbstractPackageRequirement
 
getBundleVersion() - Method in interface org.jboss.osgi.resolver.XPackageRequirement
The bundle version of the exporting bundle
getCallbackHandler() - Method in class org.jboss.osgi.resolver.spi.AbstractResolver
 
getCandidates(Module, Requirement, boolean) - Method in class org.apache.felix.framework.FelixResolverState
 
getCandidates(Module, Requirement, boolean) - Method in interface org.apache.felix.framework.resolver.Resolver.ResolverState
 
getCandidates(Module, Requirement, boolean) - Method in class org.jboss.osgi.resolver.felix.ResolverStateExt
 
getCapabilities() - Method in interface org.apache.felix.framework.resolver.Module
 
getCapabilities() - Method in class org.apache.felix.framework.util.manifestparser.ManifestParser
 
getCapabilities() - Method in class org.jboss.osgi.resolver.felix.ModuleExt
 
getCapabilities() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
getCapabilities() - Method in interface org.jboss.osgi.resolver.XModule
Get all module capabilities
getCapability() - Method in interface org.apache.felix.framework.resolver.Wire
Returns the associated capability from the exporting module that satisfies the requirement of the importing module.
getCapability() - Method in class org.apache.felix.framework.resolver.WireImpl
 
getCapability() - Method in class org.apache.felix.framework.resolver.WireModuleImpl
 
getCapability() - Method in interface org.jboss.osgi.resolver.XWire
Returns the associated capability from the exporting module that satisfies the requirement of the importing module.
getCapabilityByNamespace(Module, String) - Static method in class org.apache.felix.framework.util.Util
Returns all the capabilities from a module that has a specified namespace.
getCeiling() - Method in class org.apache.felix.framework.util.VersionRange
 
getCeiling() - Method in class org.jboss.osgi.resolver.XVersionRange
 
getClass(String) - Method in interface org.apache.felix.framework.resolver.Wire
Requests a class from the exporting module.
getClass(String) - Method in class org.apache.felix.framework.resolver.WireImpl
 
getClass(String) - Method in class org.apache.felix.framework.resolver.WireModuleImpl
 
getClassByDelegation(String) - Method in interface org.apache.felix.framework.resolver.Module
 
getClassByDelegation(String) - Method in class org.jboss.osgi.resolver.felix.ModuleExt
 
getClassLoader(Class) - Method in class org.apache.felix.framework.util.SecureAction
 
getClassName(String) - Static method in class org.apache.felix.framework.util.Util
 
getClassPackage(String) - Static method in class org.apache.felix.framework.util.Util
 
getConstructor(Class, Class[]) - Method in class org.apache.felix.framework.util.SecureAction
 
getContent() - Method in interface org.apache.felix.framework.resolver.Module
 
getContent() - Method in class org.jboss.osgi.resolver.felix.ModuleExt
 
getDeclaredActivationPolicy() - Method in interface org.apache.felix.framework.resolver.Module
 
getDeclaredActivationPolicy() - Method in class org.jboss.osgi.resolver.felix.ModuleExt
 
getDeclaredConstructor(Class, Class[]) - Method in class org.apache.felix.framework.util.SecureAction
 
getDeclaredField(Class, String, Object) - Method in class org.apache.felix.framework.util.SecureAction
 
getDeclaredMethod(Class, String, Class[]) - Method in class org.apache.felix.framework.util.SecureAction
 
getDefaultProperty(Logger, String) - Static method in class org.apache.felix.framework.util.Util
 
getDirective(String) - Method in interface org.apache.felix.framework.capabilityset.Capability
 
getDirective(String) - Method in interface org.apache.felix.framework.capabilityset.Requirement
 
getDirective(String) - Method in class org.apache.felix.framework.resolver.FragmentRequirement
 
getDirective(String) - Method in class org.apache.felix.framework.util.manifestparser.CapabilityImpl
 
getDirective(String) - Method in class org.apache.felix.framework.util.manifestparser.RequirementImpl
 
getDirective(String) - Method in interface org.jboss.osgi.resolver.spi.DirectiveSupport
Get the value of the given directive
getDirective(String) - Method in interface org.jboss.osgi.resolver.XDirectiveSupport
Get the value of the given directive
getDirectives() - Method in interface org.apache.felix.framework.capabilityset.Capability
 
getDirectives() - Method in interface org.apache.felix.framework.capabilityset.Requirement
 
getDirectives() - Method in class org.apache.felix.framework.resolver.FragmentRequirement
 
getDirectives() - Method in class org.apache.felix.framework.util.manifestparser.CapabilityImpl
 
getDirectives() - Method in class org.apache.felix.framework.util.manifestparser.RequirementImpl
 
getDirectives() - Method in interface org.jboss.osgi.resolver.spi.DirectiveSupport
Get the directives
getDirectives() - Method in interface org.jboss.osgi.resolver.XDirectiveSupport
Get the directives
getDynamicPackageRequirements() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
getDynamicPackageRequirements() - Method in interface org.jboss.osgi.resolver.XModule
Get the dynamic package requirements
getDynamicRequirements() - Method in interface org.apache.felix.framework.resolver.Module
 
getDynamicRequirements() - Method in class org.apache.felix.framework.util.manifestparser.ManifestParser
 
getDynamicRequirements() - Method in class org.jboss.osgi.resolver.felix.ModuleExt
 
getEntries() - Method in interface org.apache.felix.framework.resolver.Content
Returns an enumeration of entry names as String objects.
getEntry(String) - Method in interface org.apache.felix.framework.resolver.Module
 
getEntry(String) - Method in class org.apache.felix.framework.util.JarFileX
 
getEntry(String) - Method in class org.jboss.osgi.resolver.felix.ModuleExt
 
getEntryAsBytes(String) - Method in interface org.apache.felix.framework.resolver.Content
This method returns the named entry as an array of bytes.
getEntryAsContent(String) - Method in interface org.apache.felix.framework.resolver.Content
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.
getEntryAsNativeLibrary(String) - Method in interface org.apache.felix.framework.resolver.Content
This method returns the named entry as a file in the file system for use as a native library.
getEntryAsStream(String) - Method in interface org.apache.felix.framework.resolver.Content
This method returns the named entry as an input stream.
getEntryName() - Method in class org.apache.felix.framework.util.manifestparser.R4Library
 
getExclude() - Method in interface org.jboss.osgi.resolver.XPackageCapability
Classes that must not be visible to an importer
getExporter() - Method in interface org.apache.felix.framework.resolver.Wire
Returns the exporting module.
getExporter() - Method in class org.apache.felix.framework.resolver.WireImpl
 
getExporter() - Method in class org.apache.felix.framework.resolver.WireModuleImpl
 
getExporter() - Method in interface org.jboss.osgi.resolver.XWire
Returns the exporting module.
getExtension() - Method in interface org.jboss.osgi.resolver.XFragmentHostRequirement
 
getFileInputStream(File) - Method in class org.apache.felix.framework.util.SecureAction
 
getFileOutputStream(File) - Method in class org.apache.felix.framework.util.SecureAction
 
getFilter() - Method in interface org.apache.felix.framework.capabilityset.Requirement
 
getFilter() - Method in class org.apache.felix.framework.resolver.FragmentRequirement
 
getFilter() - Method in class org.apache.felix.framework.util.manifestparser.RequirementImpl
 
getFloor() - Method in class org.apache.felix.framework.util.VersionRange
 
getFloor() - Method in class org.jboss.osgi.resolver.XVersionRange
 
getFragment() - Method in class org.apache.felix.framework.resolver.FragmentRequirement
 
getFragments() - Method in interface org.apache.felix.framework.resolver.Module
 
getFragments() - Method in class org.jboss.osgi.resolver.felix.ModuleExt
 
getHeaders() - Method in interface org.apache.felix.framework.resolver.Module
 
getHeaders() - Method in class org.jboss.osgi.resolver.felix.ModuleExt
 
getHostRequirement() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
getHostRequirement() - Method in interface org.jboss.osgi.resolver.XModule
Get the fragment host requirement if this module is a fragment
getId() - Method in interface org.apache.felix.framework.resolver.Module
 
getId() - Method in class org.jboss.osgi.resolver.felix.ModuleExt
 
getImporter() - Method in interface org.apache.felix.framework.resolver.Wire
Returns the importing module.
getImporter() - Method in class org.apache.felix.framework.resolver.WireImpl
 
getImporter() - Method in class org.apache.felix.framework.resolver.WireModuleImpl
 
getImporter() - Method in interface org.jboss.osgi.resolver.XWire
Returns the importing module.
getInclude() - Method in interface org.jboss.osgi.resolver.XPackageCapability
Classes that must be visible to an importer
getInputStream(int, String) - Method in interface org.apache.felix.framework.resolver.Module
 
getInputStream(int, String) - Method in class org.jboss.osgi.resolver.felix.ModuleExt
 
getInstance() - Static method in class org.jboss.osgi.resolver.XResolverFactory
Get an instance of the resolver factory
getInstance(ClassLoader) - Static method in class org.jboss.osgi.resolver.XResolverFactory
Get an instance of the resolver factory
getJarEntry(String) - Method in class org.apache.felix.framework.util.JarFileX
 
getLanguages() - Method in class org.apache.felix.framework.util.manifestparser.R4Library
 
getLanguages() - Method in class org.apache.felix.framework.util.manifestparser.R4LibraryClause
 
getLibraries() - Method in class org.apache.felix.framework.util.manifestparser.ManifestParser
This method returns the selected native library metadata from the manifest.
getLibraryClauses() - Method in class org.apache.felix.framework.util.manifestparser.ManifestParser
 
getLibraryEntries() - Method in class org.apache.felix.framework.util.manifestparser.R4LibraryClause
 
getLogLevel() - Method in class org.apache.felix.framework.Logger
 
getMandatory() - Method in interface org.jboss.osgi.resolver.XPackageCapability
Get the list of mandatory attriutes
getManifestVersion() - Method in class org.apache.felix.framework.util.manifestparser.ManifestParser
 
getMatchingFragments(Module) - Method in class org.apache.felix.framework.FelixResolverState
 
getMethod(Class, String, Class[]) - Method in class org.apache.felix.framework.util.SecureAction
 
getModule() - Method in interface org.apache.felix.framework.capabilityset.Capability
 
getModule() - Method in interface org.apache.felix.framework.capabilityset.Requirement
 
getModule() - Method in class org.apache.felix.framework.resolver.FragmentRequirement
 
getModule() - Method in exception org.apache.felix.framework.resolver.ResolveException
 
getModule() - Method in class org.apache.felix.framework.util.manifestparser.CapabilityImpl
 
getModule() - Method in class org.apache.felix.framework.util.manifestparser.RequirementImpl
 
getModule() - Method in class org.jboss.osgi.resolver.spi.AbstractModuleBuilder
 
getModule() - Method in interface org.jboss.osgi.resolver.XCapability
Get associated module.
getModule() - Method in interface org.jboss.osgi.resolver.XModuleBuilder
Get the final module from the builder
getModule() - Method in interface org.jboss.osgi.resolver.XRequirement
Get associated module.
getModule() - Method in exception org.jboss.osgi.resolver.XResolverException
 
getModuleActivator() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
getModuleActivator() - Method in interface org.jboss.osgi.resolver.XModule
Get the optional module activator
getModuleById(XModuleIdentity) - Method in class org.jboss.osgi.resolver.spi.AbstractResolver
 
getModuleById(XModuleIdentity) - Method in interface org.jboss.osgi.resolver.XResolver
Find the a module for a given id.
getModuleId() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
getModuleId() - Method in interface org.jboss.osgi.resolver.XModule
Get the module id
getModuleIdentity() - Method in class org.jboss.osgi.resolver.spi.AbstractModuleBuilder
 
getModuleIdentity() - Method in interface org.jboss.osgi.resolver.XModuleBuilder
Get the module identity from the builder
getModuleRevisionFromModuleId(String) - Static method in class org.apache.felix.framework.util.Util
Converts a module identifier to a bundle identifier.
getModules() - Method in class org.jboss.osgi.resolver.spi.AbstractResolver
 
getModules() - Method in interface org.jboss.osgi.resolver.XResolver
Get the list of registered modules
getName() - Method in class org.apache.felix.framework.capabilityset.Attribute
 
getName() - Method in class org.apache.felix.framework.capabilityset.Directive
 
getName() - Method in class org.apache.felix.framework.capabilityset.SimpleFilter
 
getName() - Method in interface org.jboss.osgi.resolver.XElement
Get the name for this capability.
getName() - Method in interface org.jboss.osgi.resolver.XModuleIdentity
 
getNamespace() - Method in interface org.apache.felix.framework.capabilityset.Capability
 
getNamespace() - Method in interface org.apache.felix.framework.capabilityset.Requirement
 
getNamespace() - Method in class org.apache.felix.framework.resolver.FragmentRequirement
 
getNamespace() - Method in class org.apache.felix.framework.util.manifestparser.CapabilityImpl
 
getNamespace() - Method in class org.apache.felix.framework.util.manifestparser.RequirementImpl
 
getNativeLibraries() - Method in interface org.apache.felix.framework.resolver.Module
 
getNativeLibraries() - Method in class org.jboss.osgi.resolver.felix.ModuleExt
 
getOperation() - Method in class org.apache.felix.framework.capabilityset.SimpleFilter
 
getOSNames() - Method in class org.apache.felix.framework.util.manifestparser.R4Library
 
getOSNames() - Method in class org.apache.felix.framework.util.manifestparser.R4LibraryClause
 
getOSVersions() - Method in class org.apache.felix.framework.util.manifestparser.R4Library
 
getOSVersions() - Method in class org.apache.felix.framework.util.manifestparser.R4LibraryClause
 
getPackageCapabilities() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
getPackageCapabilities() - Method in interface org.jboss.osgi.resolver.XModule
Get the package capabilities
getPackageRequirements() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
getPackageRequirements() - Method in interface org.jboss.osgi.resolver.XModule
Get the non-dynamic package requirements
getParentClassLoader(ClassLoader) - Method in class org.apache.felix.framework.util.SecureAction
 
getPolicy() - Method in class org.apache.felix.framework.util.SecureAction
 
getProcessors() - Method in class org.apache.felix.framework.util.manifestparser.R4Library
 
getProcessors() - Method in class org.apache.felix.framework.util.manifestparser.R4LibraryClause
 
getRequirement() - Method in class org.apache.felix.framework.resolver.FragmentRequirement
 
getRequirement() - Method in exception org.apache.felix.framework.resolver.ResolveException
 
getRequirement() - Method in interface org.apache.felix.framework.resolver.Wire
Returns the associated requirement from the importing module that resulted in the creation of this wire.
getRequirement() - Method in class org.apache.felix.framework.resolver.WireImpl
 
getRequirement() - Method in class org.apache.felix.framework.resolver.WireModuleImpl
 
getRequirement() - Method in exception org.jboss.osgi.resolver.XResolverException
 
getRequirement() - Method in interface org.jboss.osgi.resolver.XWire
Returns the associated requirement from the importing module that resulted in the creation of this wire.
getRequirements() - Method in interface org.apache.felix.framework.resolver.Module
 
getRequirements() - Method in class org.apache.felix.framework.util.manifestparser.ManifestParser
 
getRequirements() - Method in class org.jboss.osgi.resolver.felix.ModuleExt
 
getRequirements() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
getRequirements() - Method in interface org.jboss.osgi.resolver.XModule
Get all module requirements
getResolution() - Method in class org.jboss.osgi.resolver.spi.AbstractPackageRequirement
 
getResolution() - Method in interface org.jboss.osgi.resolver.XPackageRequirement
The required resolution
getResolution() - Method in interface org.jboss.osgi.resolver.XRequireBundleRequirement
 
getResolver() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
getResolver() - Method in interface org.jboss.osgi.resolver.XModule
Get the resolver that is controlling this module.
getResource(String) - Method in interface org.apache.felix.framework.resolver.Wire
Requests a resource from the exporting module.
getResource(String) - Method in class org.apache.felix.framework.resolver.WireImpl
 
getResource(String) - Method in class org.apache.felix.framework.resolver.WireModuleImpl
 
getResourceByDelegation(String) - Method in interface org.apache.felix.framework.resolver.Module
 
getResourceByDelegation(String) - Method in class org.jboss.osgi.resolver.felix.ModuleExt
 
getResourcePackage(String) - Static method in class org.apache.felix.framework.util.Util
 
getResources(String) - Method in interface org.apache.felix.framework.resolver.Wire
Requests resources from the exporting module.
getResources(String) - Method in class org.apache.felix.framework.resolver.WireImpl
 
getResources(String) - Method in class org.apache.felix.framework.resolver.WireModuleImpl
 
getResourcesByDelegation(String) - Method in interface org.apache.felix.framework.resolver.Module
 
getResourcesByDelegation(String) - Method in class org.jboss.osgi.resolver.felix.ModuleExt
 
getRevision() - Method in interface org.jboss.osgi.resolver.XModuleIdentity
 
getSatisfyingCapability(Module, Requirement) - Static method in class org.apache.felix.framework.util.Util
 
getSecurityContext() - Method in interface org.apache.felix.framework.resolver.Module
 
getSecurityContext() - Method in class org.jboss.osgi.resolver.felix.ModuleExt
 
getSelectionFilter() - Method in class org.apache.felix.framework.util.manifestparser.R4Library
 
getSelectionFilter() - Method in class org.apache.felix.framework.util.manifestparser.R4LibraryClause
 
getSymbolicName() - Method in interface org.apache.felix.framework.resolver.Module
 
getSymbolicName() - Method in class org.apache.felix.framework.util.manifestparser.ManifestParser
 
getSymbolicName() - Method in class org.jboss.osgi.resolver.felix.ModuleExt
 
getSystemClassLoader() - Method in class org.apache.felix.framework.util.SecureAction
 
getSystemProperty(String, String) - Method in class org.apache.felix.framework.util.SecureAction
 
getURLConnectionInputStream(URLConnection) - Method in class org.apache.felix.framework.util.SecureAction
 
getUses() - Method in interface org.apache.felix.framework.capabilityset.Capability
 
getUses() - Method in class org.apache.felix.framework.util.manifestparser.CapabilityImpl
 
getUses() - Method in interface org.jboss.osgi.resolver.XPackageCapability
Get the package names used by this package capability
getValue() - Method in class org.apache.felix.framework.capabilityset.Attribute
 
getValue() - Method in class org.apache.felix.framework.capabilityset.Directive
 
getValue() - Method in class org.apache.felix.framework.capabilityset.SimpleFilter
 
getVersion() - Method in interface org.apache.felix.framework.resolver.Module
 
getVersion() - Method in class org.jboss.osgi.resolver.felix.ModuleExt
 
getVersion() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
getVersion() - Method in interface org.jboss.osgi.resolver.XBundleCapability
Get the bundle version
getVersion() - Method in interface org.jboss.osgi.resolver.XModule
Get the module version
getVersion() - Method in interface org.jboss.osgi.resolver.XModuleIdentity
 
getVersion() - Method in interface org.jboss.osgi.resolver.XPackageCapability
Get the package version
getVersionRange() - Method in class org.jboss.osgi.resolver.spi.AbstractPackageRequirement
 
getVersionRange() - Method in interface org.jboss.osgi.resolver.XFragmentHostRequirement
 
getVersionRange() - Method in interface org.jboss.osgi.resolver.XPackageRequirement
Get the required version range
getVersionRange() - Method in interface org.jboss.osgi.resolver.XRequireBundleRequirement
 
getVisibility() - Method in interface org.jboss.osgi.resolver.XRequireBundleRequirement
 
getWire(Module, String) - Static method in class org.apache.felix.framework.util.Util
 
getWiredCapability() - Method in interface org.jboss.osgi.resolver.XRequirement
Get the wired capbillity for this requirement.
getWiredRequirements() - Method in interface org.jboss.osgi.resolver.XCapability
Get the set of requirements that this capability is wired to
getWireForRequirement(Requirement) - Method in class org.jboss.osgi.resolver.felix.ModuleExt
Gets the potential wire for a given requirement.
getWires() - Method in interface org.apache.felix.framework.resolver.Module
 
getWires() - Method in class org.jboss.osgi.resolver.felix.ModuleExt
 
getWires() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
getWires() - Method in interface org.jboss.osgi.resolver.XModule
Get the list of wires for this module
GTE - Static variable in class org.apache.felix.framework.capabilityset.SimpleFilter
 

H

hasEntry(String) - Method in interface org.apache.felix.framework.resolver.Content
This method determines if the specified named entry is contained in the associated content.
hashCode() - Method in class org.apache.felix.framework.util.VersionRange
 
hashCode() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
hashCode() - Method in class org.jboss.osgi.resolver.XVersionRange
 
hasInputStream(int, String) - Method in interface org.apache.felix.framework.resolver.Module
 
hasInputStream(int, String) - Method in class org.jboss.osgi.resolver.felix.ModuleExt
 
hasPackage(String) - Method in interface org.apache.felix.framework.resolver.Wire
Returns whether or not the wire has a given package name.
hasPackage(String) - Method in class org.apache.felix.framework.resolver.WireImpl
 
hasPackage(String) - Method in class org.apache.felix.framework.resolver.WireModuleImpl
 
HOST_NAMESPACE - Static variable in interface org.apache.felix.framework.capabilityset.Capability
 

I

IMPLICIT_BOOT_DELEGATION_PROP - Static variable in interface org.apache.felix.framework.util.FelixConstants
 
impliesDirect(Permission) - Method in interface org.apache.felix.framework.resolver.Module
 
impliesDirect(Permission) - Method in class org.jboss.osgi.resolver.felix.ModuleExt
 
infiniteRange - Static variable in class org.apache.felix.framework.util.VersionRange
 
infiniteRange - Static variable in class org.jboss.osgi.resolver.XVersionRange
 
invoke(Method, Object, Object[]) - Method in class org.apache.felix.framework.util.SecureAction
 
invoke(Constructor, Object[]) - Method in class org.apache.felix.framework.util.SecureAction
 
invokeDirect(Method, Object, Object[]) - Method in class org.apache.felix.framework.util.SecureAction
 
isCaseSensitive() - Method in class org.apache.felix.framework.util.StringComparator
 
isCeilingInclusive() - Method in class org.apache.felix.framework.util.VersionRange
 
isCeilingInclusive() - Method in class org.jboss.osgi.resolver.XVersionRange
 
isDynamic() - Method in interface org.jboss.osgi.resolver.XPackageRequirement
True if this is a dynamic package requirement.
isDynamic() - Method in interface org.jboss.osgi.resolver.XRequirement
True if this is a dynamic requirement.
isExtension() - Method in interface org.apache.felix.framework.resolver.Module
 
isExtension() - Method in class org.apache.felix.framework.util.manifestparser.ManifestParser
 
isExtension() - Method in class org.jboss.osgi.resolver.felix.ModuleExt
 
isFileDirectory(File) - Method in class org.apache.felix.framework.util.SecureAction
 
isFloorInclusive() - Method in class org.apache.felix.framework.util.VersionRange
 
isFloorInclusive() - Method in class org.jboss.osgi.resolver.XVersionRange
 
isFragment(Module) - Static method in class org.apache.felix.framework.util.Util
Checks if the provided module definition declares a fragment host.
isFragment() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
isFragment() - Method in interface org.jboss.osgi.resolver.XModule
True is this module represents a fragment
isIncluded(String) - Method in class org.apache.felix.framework.util.manifestparser.CapabilityImpl
 
isInRange(Version) - Method in class org.apache.felix.framework.util.VersionRange
 
isInRange(Version) - Method in class org.jboss.osgi.resolver.XVersionRange
 
isMandatory() - Method in class org.apache.felix.framework.capabilityset.Attribute
 
isOptional() - Method in interface org.apache.felix.framework.capabilityset.Requirement
 
isOptional() - Method in class org.apache.felix.framework.resolver.FragmentRequirement
 
isOptional() - Method in class org.apache.felix.framework.util.manifestparser.RequirementImpl
 
isOptional() - Method in interface org.jboss.osgi.resolver.XRequirement
True if this requirement is optional
isRemovalPending() - Method in interface org.apache.felix.framework.resolver.Module
 
isRemovalPending() - Method in class org.jboss.osgi.resolver.felix.ModuleExt
 
isResolved() - Method in interface org.apache.felix.framework.resolver.Module
 
isResolved() - Method in class org.jboss.osgi.resolver.felix.ModuleExt
 
isResolved() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
isResolved() - Method in interface org.jboss.osgi.resolver.XModule
True if this module is resolved
isServiceAssignable(Bundle, ServiceReference) - Static method in class org.apache.felix.framework.util.Util
This method determines if the requesting bundle is able to cast the specified service reference based on class visibility rules of the underlying modules.
isStale() - Method in interface org.apache.felix.framework.resolver.Module
 
isStale() - Method in class org.jboss.osgi.resolver.felix.ModuleExt
 

J

JarFileX - Class in org.apache.felix.framework.util
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.
JarFileX(File) - Constructor for class org.apache.felix.framework.util.JarFileX
 
JarFileX(File, boolean) - Constructor for class org.apache.felix.framework.util.JarFileX
 
JarFileX(File, boolean, int) - Constructor for class org.apache.felix.framework.util.JarFileX
 
JarFileX(String) - Constructor for class org.apache.felix.framework.util.JarFileX
 
JarFileX(String, boolean) - Constructor for class org.apache.felix.framework.util.JarFileX
 

L

LAZY_ACTIVATION - Static variable in interface org.apache.felix.framework.resolver.Module
 
listDirectory(File) - Method in class org.apache.felix.framework.util.SecureAction
 
loadClassUsingClass(Class, String, SecureAction) - Static method in class org.apache.felix.framework.util.Util
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.
log(int, String) - Method in class org.apache.felix.framework.Logger
 
log(int, String, Throwable) - Method in class org.apache.felix.framework.Logger
 
log(ServiceReference, int, String) - Method in class org.apache.felix.framework.Logger
 
log(ServiceReference, int, String, Throwable) - Method in class org.apache.felix.framework.Logger
 
log(Bundle, int, String) - Method in class org.apache.felix.framework.Logger
 
log(Bundle, int, String, Throwable) - Method in class org.apache.felix.framework.Logger
 
LOG_DEBUG - Static variable in class org.apache.felix.framework.Logger
 
LOG_ERROR - Static variable in class org.apache.felix.framework.Logger
 
LOG_INFO - Static variable in class org.apache.felix.framework.Logger
 
LOG_LEVEL_PROP - Static variable in interface org.apache.felix.framework.util.FelixConstants
 
LOG_LOGGER_PROP - Static variable in interface org.apache.felix.framework.util.FelixConstants
 
LOG_WARNING - Static variable in class org.apache.felix.framework.Logger
 
Logger - Class in org.apache.felix.framework
This class mimics the standard OSGi LogService interface.
Logger() - Constructor for class org.apache.felix.framework.Logger
 
LoggerDelegate - Class in org.jboss.osgi.resolver.felix
An integration with the Felix Logger.
LoggerDelegate() - Constructor for class org.jboss.osgi.resolver.felix.LoggerDelegate
 
LTE - Static variable in class org.apache.felix.framework.capabilityset.SimpleFilter
 

M

m_attrs - Variable in class org.apache.felix.framework.util.manifestparser.ParsedHeaderClause
 
m_dirs - Variable in class org.apache.felix.framework.util.manifestparser.ParsedHeaderClause
 
m_emptyList - Static variable in class org.apache.felix.framework.util.Util
 
m_paths - Variable in class org.apache.felix.framework.util.manifestparser.ParsedHeaderClause
 
ManifestParser - Class in org.apache.felix.framework.util.manifestparser
 
ManifestParser(Logger, Map, Module, Map) - Constructor for class org.apache.felix.framework.util.manifestparser.ManifestParser
 
markResolved(XModule) - Method in interface org.jboss.osgi.resolver.XResolverCallback
 
match(SimpleFilter, boolean) - Method in class org.apache.felix.framework.capabilityset.CapabilitySet
 
match(Map, String) - Method in class org.apache.felix.framework.util.manifestparser.R4Library
Determines if the specified native library name matches this native library definition.
match(Map) - Method in class org.apache.felix.framework.util.manifestparser.R4LibraryClause
 
match(XPackageCapability) - Method in class org.jboss.osgi.resolver.spi.AbstractPackageRequirement
 
match(XPackageCapability) - Method in interface org.jboss.osgi.resolver.XPackageRequirement
True if the given capability matches this requirement
matches(Capability, SimpleFilter) - Static method in class org.apache.felix.framework.capabilityset.CapabilitySet
 
matchPackageName(XPackageCapability) - Method in class org.jboss.osgi.resolver.spi.AbstractDynamicPackageRequirement
 
matchPackageName(XPackageCapability) - Method in class org.jboss.osgi.resolver.spi.AbstractPackageRequirement
 
mkdir(File) - Method in class org.apache.felix.framework.util.SecureAction
 
mkdirs(File) - Method in class org.apache.felix.framework.util.SecureAction
 
Module - Interface in org.apache.felix.framework.resolver
 
MODULE_NAMESPACE - Static variable in interface org.apache.felix.framework.capabilityset.Capability
 
ModuleExt - Class in org.jboss.osgi.resolver.felix
An implementation of the ModuleExtension.
ModuleExt(AbstractModule) - Constructor for class org.jboss.osgi.resolver.felix.ModuleExt
 
moduleResolved(Module) - Method in class org.apache.felix.framework.FelixResolverState
 
moduleResolved(Module) - Method in class org.jboss.osgi.resolver.felix.ResolverStateExt
 

N

newModuleBuilder() - Method in class org.jboss.osgi.resolver.felix.FelixResolverFactory
 
newModuleBuilder() - Method in class org.jboss.osgi.resolver.XResolverFactory
Get a new instance of an XModuleBuilder
newResolver() - Method in class org.jboss.osgi.resolver.felix.FelixResolverFactory
 
newResolver() - Method in class org.jboss.osgi.resolver.XResolverFactory
Get a new instance of an XResolver
normalizeOSName(String) - Static method in class org.apache.felix.framework.util.manifestparser.R4LibraryClause
 
normalizeOSVersion(String) - Static method in class org.apache.felix.framework.util.manifestparser.R4LibraryClause
 
normalizeProcessor(String) - Static method in class org.apache.felix.framework.util.manifestparser.R4LibraryClause
 
NOT - Static variable in class org.apache.felix.framework.capabilityset.SimpleFilter
 

O

openJAR(File) - Method in class org.apache.felix.framework.util.SecureAction
 
openJAR(File, boolean) - Method in class org.apache.felix.framework.util.SecureAction
 
openURLConnection(URL) - Method in class org.apache.felix.framework.util.SecureAction
 
OR - Static variable in class org.apache.felix.framework.capabilityset.SimpleFilter
 
org.apache.felix.framework - package org.apache.felix.framework
 
org.apache.felix.framework.capabilityset - package org.apache.felix.framework.capabilityset
 
org.apache.felix.framework.resolver - package org.apache.felix.framework.resolver
 
org.apache.felix.framework.util - package org.apache.felix.framework.util
 
org.apache.felix.framework.util.manifestparser - package org.apache.felix.framework.util.manifestparser
 
org.jboss.osgi.resolver - package org.jboss.osgi.resolver
 
org.jboss.osgi.resolver.felix - package org.jboss.osgi.resolver.felix
 
org.jboss.osgi.resolver.spi - package org.jboss.osgi.resolver.spi
 

P

PACKAGE_ATTR - Static variable in interface org.apache.felix.framework.capabilityset.Capability
 
PACKAGE_NAMESPACE - Static variable in interface org.apache.felix.framework.capabilityset.Capability
 
PACKAGE_SEPARATOR - Static variable in interface org.apache.felix.framework.util.FelixConstants
 
parse(String) - Static method in class org.apache.felix.framework.capabilityset.SimpleFilter
 
parse(Logger, String) - Static method in class org.apache.felix.framework.util.manifestparser.R4LibraryClause
 
parse(String) - Static method in class org.apache.felix.framework.util.VersionRange
 
parse(String) - Static method in class org.jboss.osgi.resolver.XVersionRange
 
parseDelimitedString(String, String) - Static method in class org.apache.felix.framework.util.manifestparser.ManifestParser
Parses delimited string and returns an array containing the tokens.
ParsedHeaderClause - Class in org.apache.felix.framework.util.manifestparser
 
ParsedHeaderClause(List<String>, List<Directive>, List<Attribute>) - Constructor for class org.apache.felix.framework.util.manifestparser.ParsedHeaderClause
 
parseExportHeader(Logger, Module, String, String, Version) - Static method in class org.apache.felix.framework.util.manifestparser.ManifestParser
 
parseExtensionBundleHeader(String) - Static method in class org.apache.felix.framework.util.manifestparser.ManifestParser
 
parseSubstring(String) - Static method in class org.apache.felix.framework.capabilityset.SimpleFilter
 
PRESENT - Static variable in class org.apache.felix.framework.capabilityset.SimpleFilter
 

R

R4Library - Class in org.apache.felix.framework.util.manifestparser
 
R4Library(String, String[], String[], String[], String[], String) - Constructor for class org.apache.felix.framework.util.manifestparser.R4Library
 
R4LibraryClause - Class in org.apache.felix.framework.util.manifestparser
 
R4LibraryClause(String[], String[], String[], String[], String[], String) - Constructor for class org.apache.felix.framework.util.manifestparser.R4LibraryClause
 
R4LibraryClause(R4LibraryClause) - Constructor for class org.apache.felix.framework.util.manifestparser.R4LibraryClause
 
removeAttachment(Class<T>) - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
removeAttachment(Class<T>) - Method in interface org.jboss.osgi.resolver.spi.AttachmentSupport
Remove an attached object for a given key
removeAttachment(Class<T>) - Method in interface org.jboss.osgi.resolver.XAttachmentSupport
Remove an attached object for a given key
removeCapability(Capability) - Method in class org.apache.felix.framework.capabilityset.CapabilitySet
 
removeModule(Module) - Method in class org.apache.felix.framework.FelixResolverState
 
removeModule(XModule) - Method in class org.jboss.osgi.resolver.felix.FelixResolver
 
removeModule(Module) - Method in class org.jboss.osgi.resolver.felix.ResolverStateExt
 
removeModule(XModule) - Method in class org.jboss.osgi.resolver.spi.AbstractResolver
 
removeModule(XModule) - Method in interface org.jboss.osgi.resolver.XResolver
Remove a module from the resolver.
renameFile(File, File) - Method in class org.apache.felix.framework.util.SecureAction
 
Requirement - Interface in org.apache.felix.framework.capabilityset
 
RequirementImpl - Class in org.apache.felix.framework.util.manifestparser
 
RequirementImpl(Module, String, List<Directive>, List<Attribute>) - Constructor for class org.apache.felix.framework.util.manifestparser.RequirementImpl
 
resolve(Resolver.ResolverState, Module) - Method in interface org.apache.felix.framework.resolver.Resolver
 
resolve(Resolver.ResolverState, Module, String) - Method in interface org.apache.felix.framework.resolver.Resolver
 
resolve(Resolver.ResolverState, Module) - Method in class org.apache.felix.framework.resolver.ResolverImpl
 
resolve(Resolver.ResolverState, Module, String) - Method in class org.apache.felix.framework.resolver.ResolverImpl
 
resolve(XModule) - Method in class org.jboss.osgi.resolver.spi.AbstractResolver
 
resolve(XModule) - Method in interface org.jboss.osgi.resolver.XResolver
Resolve the given root module
resolveAll(Set<XModule>) - Method in class org.jboss.osgi.resolver.spi.AbstractResolver
 
resolveAll(Set<XModule>) - Method in interface org.jboss.osgi.resolver.XResolver
Resolve the given set of modules
ResolveException - Exception in org.apache.felix.framework.resolver
 
ResolveException(String, Module, Requirement) - Constructor for exception org.apache.felix.framework.resolver.ResolveException
Constructs an instance of ResolveException with the specified detail message.
resolveInternal(XModule) - Method in class org.jboss.osgi.resolver.felix.FelixResolver
 
resolveInternal(XModule) - Method in class org.jboss.osgi.resolver.spi.AbstractResolver
 
Resolver - Interface in org.apache.felix.framework.resolver
 
Resolver.ResolverState - Interface in org.apache.felix.framework.resolver
 
ResolverImpl - Class in org.apache.felix.framework.resolver
 
ResolverImpl(Logger) - Constructor for class org.apache.felix.framework.resolver.ResolverImpl
 
ResolverStateExt - Class in org.jboss.osgi.resolver.felix
An extension to the Apache Felix ResolverState.
ResolverStateExt(Logger) - Constructor for class org.jboss.osgi.resolver.felix.ResolverStateExt
 
ResourceNotFoundException - Exception in org.apache.felix.framework.resolver
 
ResourceNotFoundException(String) - Constructor for exception org.apache.felix.framework.resolver.ResourceNotFoundException
 
ResultProcessor - Class in org.jboss.osgi.resolver.felix
A processor for the resolver results.

S

SecureAction - Class in org.apache.felix.framework.util
This is a utility class to centralize all action that should be performed in a doPrivileged() block.
SecureAction() - Constructor for class org.apache.felix.framework.util.SecureAction
 
SERVICE_URLHANDLERS_PROP - Static variable in interface org.apache.felix.framework.util.FelixConstants
 
serviceChanged(ServiceEvent) - Method in class org.apache.felix.framework.Logger
This method implements the callback for the ServiceListener interface.
setAccesssible(AccessibleObject) - Method in class org.apache.felix.framework.util.SecureAction
 
setCallbackHandler(XResolverCallback) - Method in class org.jboss.osgi.resolver.spi.AbstractResolver
 
setCallbackHandler(XResolverCallback) - Method in interface org.jboss.osgi.resolver.XResolver
The the optional callback handler on the resolver
setLogLevel(int) - Method in class org.apache.felix.framework.Logger
 
setModuleWires(ModuleExt, List<Wire>) - Method in class org.jboss.osgi.resolver.felix.ResultProcessor
 
setResolved() - Method in interface org.apache.felix.framework.resolver.Module
 
setResolved(AbstractModule) - Method in class org.jboss.osgi.resolver.felix.FelixResolver
 
setResolved() - Method in class org.jboss.osgi.resolver.felix.ModuleExt
 
setResolved(ModuleExt) - Method in class org.jboss.osgi.resolver.felix.ResultProcessor
 
setResolved(AbstractModule) - Method in class org.jboss.osgi.resolver.spi.AbstractResolver
 
setSystemBundleContext(BundleContext) - Method in class org.apache.felix.framework.Logger
 
setWires(List<Wire>) - Method in interface org.apache.felix.framework.resolver.Module
 
setWires(List<Wire>) - Method in class org.jboss.osgi.resolver.felix.ModuleExt
 
SimpleFilter - Class in org.apache.felix.framework.capabilityset
 
SimpleFilter(String, Object, int) - Constructor for class org.apache.felix.framework.capabilityset.SimpleFilter
 
startActivator(BundleActivator, BundleContext) - Method in class org.apache.felix.framework.util.SecureAction
 
stopActivator(BundleActivator, BundleContext) - Method in class org.apache.felix.framework.util.SecureAction
 
StringComparator - Class in org.apache.felix.framework.util
 
StringComparator(boolean) - Constructor for class org.apache.felix.framework.util.StringComparator
 
SUBSTRING - Static variable in class org.apache.felix.framework.capabilityset.SimpleFilter
 
substVars(String, String, Map, Properties) - Static method in class org.apache.felix.framework.util.Util
This method performs property variable substitution on the specified value.
swapStaticFieldIfNotClass(Class, Class, Class, String) - Method in class org.apache.felix.framework.util.SecureAction
 
SYSTEM_BUNDLE_SYMBOLICNAME - Static variable in interface org.apache.felix.framework.util.FelixConstants
 
SYSTEMBUNDLE_ACTIVATORS_PROP - Static variable in interface org.apache.felix.framework.util.FelixConstants
 
SYSTEMBUNDLE_DEFAULT_STARTLEVEL - Static variable in interface org.apache.felix.framework.util.FelixConstants
 

T

toLongString(StringBuffer) - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
toString() - Method in class org.apache.felix.framework.capabilityset.Attribute
 
toString() - Method in class org.apache.felix.framework.capabilityset.Directive
 
toString() - Method in class org.apache.felix.framework.capabilityset.SimpleFilter
 
toString() - Method in class org.apache.felix.framework.resolver.FragmentRequirement
 
toString() - Method in class org.apache.felix.framework.resolver.WireImpl
 
toString() - Method in class org.apache.felix.framework.resolver.WireModuleImpl
 
toString() - Method in class org.apache.felix.framework.util.manifestparser.CapabilityImpl
 
toString() - Method in class org.apache.felix.framework.util.manifestparser.R4Library
 
toString() - Method in class org.apache.felix.framework.util.manifestparser.RequirementImpl
 
toString() - Method in class org.apache.felix.framework.util.VersionRange
 
toString() - Method in class org.jboss.osgi.resolver.felix.ModuleExt
 
toString() - Method in class org.jboss.osgi.resolver.spi.AbstractDynamicPackageRequirement
 
toString() - Method in class org.jboss.osgi.resolver.spi.AbstractModule
 
toString() - Method in class org.jboss.osgi.resolver.spi.AbstractPackageRequirement
 
toString() - Method in class org.jboss.osgi.resolver.XVersionRange
 

U

unmergeFragment(Module) - Method in class org.apache.felix.framework.FelixResolverState
 
unparseSubstring(List<String>) - Static method in class org.apache.felix.framework.capabilityset.SimpleFilter
 
Util - Class in org.apache.felix.framework.util
 
Util() - Constructor for class org.apache.felix.framework.util.Util
 

V

VERSION_ATTR - Static variable in interface org.apache.felix.framework.capabilityset.Capability
 
VERSION_SEGMENT_COUNT - Static variable in interface org.apache.felix.framework.util.FelixConstants
 
VERSION_SEGMENT_SEPARATOR - Static variable in interface org.apache.felix.framework.util.FelixConstants
 
VersionRange - Class in org.apache.felix.framework.util
 
VersionRange(Version, boolean, Version, boolean) - Constructor for class org.apache.felix.framework.util.VersionRange
 

W

Wire - Interface in org.apache.felix.framework.resolver
 
WireImpl - Class in org.apache.felix.framework.resolver
 
WireImpl(Module, Requirement, Module, Capability) - Constructor for class org.apache.felix.framework.resolver.WireImpl
 
WireModuleImpl - Class in org.apache.felix.framework.resolver
 
WireModuleImpl(Module, Requirement, Module, Capability, List<String>) - Constructor for class org.apache.felix.framework.resolver.WireModuleImpl
 

X

XAttachmentSupport - Interface in org.jboss.osgi.resolver
Adds attachment support to an element
XAttributeSupport - Interface in org.jboss.osgi.resolver
Adds support for attributes
XBundleCapability - Interface in org.jboss.osgi.resolver
A host bundle capability
XCapability - Interface in org.jboss.osgi.resolver
A capability
XDirectiveSupport - Interface in org.jboss.osgi.resolver
Adds support for directives
XElement - Interface in org.jboss.osgi.resolver
The base of all resolver elements
XFragmentHostRequirement - Interface in org.jboss.osgi.resolver
A Fragment-Host requirement
XModule - Interface in org.jboss.osgi.resolver
A Module for the XResolver.
XModuleBuilder - Interface in org.jboss.osgi.resolver
A builder for resolver modules
XModuleIdentity - Interface in org.jboss.osgi.resolver
An XModule identity.
XPackageCapability - Interface in org.jboss.osgi.resolver
A package capability
XPackageRequirement - Interface in org.jboss.osgi.resolver
A package requirement
XRequireBundleRequirement - Interface in org.jboss.osgi.resolver
A bundle requirement
XRequirement - Interface in org.jboss.osgi.resolver
A requirement
XResolver - Interface in org.jboss.osgi.resolver
An OSGi resolver.
XResolverCallback - Interface in org.jboss.osgi.resolver
The resolver callback
XResolverException - Exception in org.jboss.osgi.resolver
A resolver exception.
XResolverException(String, XModule, Object) - Constructor for exception org.jboss.osgi.resolver.XResolverException
Constructs an instance of ResolverException with the specified detail message.
XResolverFactory - Class in org.jboss.osgi.resolver
A factory for resolver instances.
XResolverFactory() - Constructor for class org.jboss.osgi.resolver.XResolverFactory
 
XVersionRange - Class in org.jboss.osgi.resolver
 
XVersionRange(Version, boolean, Version, boolean) - Constructor for class org.jboss.osgi.resolver.XVersionRange
 
XWire - Interface in org.jboss.osgi.resolver
Wires a requirement to a capability.
A B C D E F G H I J L M N O P R S T U V W X 

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.