跳过导航链接
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

AbstractURLStreamHandlerService - org.osgi.service.url中的类
Abstract implementation of the URLStreamHandlerService interface.
AbstractURLStreamHandlerService() - 类 的构造器org.osgi.service.url.AbstractURLStreamHandlerService
 
AbstractWiringNamespace - org.osgi.framework.namespace中的类
Wiring Capability and Requirement Namespaces base class.
ACTIVATION_LAZY - 接口 中的静态变量org.osgi.framework.Constants
Bundle activation policy declaring the bundle must be activated when the first class load is made from the bundle.
ACTIVATOR_ERROR - 异常错误 中的静态变量org.osgi.framework.BundleException
The bundle activator was in error.
ACTIVE - 接口 中的静态变量org.osgi.framework.Bundle
The bundle is now running.
adapt(Class<A>) - 类 中的方法org.knopflerfish.framework.BundleImpl
 
adapt(Class<A>) - 类 中的方法org.knopflerfish.framework.SystemBundle
 
ADAPT - 类 中的静态变量org.osgi.framework.AdaptPermission
The action string initiate.
adapt(Class<A>) - 接口 中的方法org.osgi.framework.Bundle
Adapt this bundle to the specified type.
adapt(Class<A>) - 接口 中的方法org.osgi.framework.launch.Framework
Adapt this Framework to the specified type.
AdaptPermission - org.osgi.framework中的类
A bundle's authority to adapt an object to a type.
AdaptPermission(String, String) - 类 的构造器org.osgi.framework.AdaptPermission
Creates a new granted AdaptPermission object.
AdaptPermission(String, Bundle, String) - 类 的构造器org.osgi.framework.AdaptPermission
Creates a new requested AdaptPermission object to be used by the code that must perform checkPermission.
add(Permission) - 类 中的方法org.knopflerfish.framework.permissions.PermissionsWrapper
 
addBundleClassLoaderListener(BundleClassLoaderListener) - 类 中的方法org.knopflerfish.framework.ExtensionContext
Register a bundle class loader created listener.
addBundleListener(BundleListener) - 类 中的方法org.knopflerfish.framework.BundleContextImpl
Add a bundle listener.
addBundleListener(BundleListener) - 接口 中的方法org.osgi.framework.BundleContext
Adds the specified BundleListener object to the context bundle's list of listeners if not already present.
addConditionalPermissionInfo(ConditionInfo[], PermissionInfo[]) - 类 中的方法org.knopflerfish.framework.permissions.ConditionalPermissionAdminImpl
Create a new Conditional Permission Info.
addConditionalPermissionInfo(ConditionInfo[], PermissionInfo[]) - 接口 中的方法org.osgi.service.condpermadmin.ConditionalPermissionAdmin
addDefaultProps() - 类 中的方法org.knopflerfish.framework.Main
Add default properties and set default values if important ones are missing.
added(Collection<ListenerHook.ListenerInfo>) - 接口 中的方法org.osgi.framework.hooks.service.ListenerHook
Added listeners hook method.
addFile(File) - 类 中的方法org.knopflerfish.framework.AutoManifest
Add a File for automatic package export consideration.
addFile(String, File) - 类 中的方法org.knopflerfish.framework.AutoManifest
Add a File for automatic package export consideration.
addFileName(String) - 类 中的方法org.knopflerfish.framework.AutoManifest
Add a string file name for automatic package export consideration.
addFrameworkListener(FrameworkListener) - 类 中的方法org.knopflerfish.framework.BundleContextImpl
Add a framework listener.
addFrameworkListener(FrameworkListener) - 接口 中的方法org.osgi.framework.BundleContext
Adds the specified FrameworkListener object to the context bundle's list of listeners if not already present.
addingBundle(Bundle, BundleEvent) - 类 中的方法org.osgi.util.tracker.BundleTracker
Default implementation of the BundleTrackerCustomizer.addingBundle method.
addingBundle(Bundle, BundleEvent) - 接口 中的方法org.osgi.util.tracker.BundleTrackerCustomizer
A bundle is being added to the BundleTracker.
addingService(ServiceReference<S>) - 类 中的方法org.osgi.util.tracker.ServiceTracker
Default implementation of the ServiceTrackerCustomizer.addingService method.
addingService(ServiceReference<S>) - 接口 中的方法org.osgi.util.tracker.ServiceTrackerCustomizer
A service is being added to the ServiceTracker.
addServiceListener(ServiceListener, String) - 类 中的方法org.knopflerfish.framework.BundleContextImpl
Add a service listener with a filter.
addServiceListener(ServiceListener) - 类 中的方法org.knopflerfish.framework.BundleContextImpl
Add a service listener.
addServiceListener(ServiceListener, String) - 接口 中的方法org.osgi.framework.BundleContext
Adds the specified ServiceListener object with the specified filter to the context bundle's list of listeners.
addServiceListener(ServiceListener) - 接口 中的方法org.osgi.framework.BundleContext
Adds the specified ServiceListener object to the context bundle's list of listeners.
addZipFile(ZipFile) - 类 中的方法org.knopflerfish.framework.AutoManifest
Add contents of a ZipFile for automatic package export consideration.
AdminPermission - org.osgi.framework中的类
A bundle's authority to perform specific privileged administrative operations on or to get sensitive information about a bundle.
AdminPermission() - 类 的构造器org.osgi.framework.AdminPermission
Creates a new AdminPermission object that matches all bundles and has all actions.
AdminPermission(String, String) - 类 的构造器org.osgi.framework.AdminPermission
Create a new AdminPermission.
AdminPermission(Bundle, String) - 类 的构造器org.osgi.framework.AdminPermission
Creates a new requested AdminPermission object to be used by the code that must perform checkPermission.
Alias - org.knopflerfish.framework中的类
This class contains aliases for system properties.
Alias() - 类 的构造器org.knopflerfish.framework.Alias
 
ALL_SIGNED_PROP - 类 中的静态变量org.knopflerfish.framework.FWProps
Constants for knopflerfish framework properties
ALLOW - 接口 中的静态变量org.osgi.service.condpermadmin.ConditionalPermissionInfo
This string is used to indicate that a row in the Conditional Permission Table should return an access decision of "allow" if the conditions are all satisfied and at least one of the permissions is implied.
AllServiceListener - org.osgi.framework中的接口
A ServiceEvent listener that does not filter based upon package wiring.
ALWAYS_UNPACK_PROP - 类 中的静态变量org.knopflerfish.framework.bundlestorage.file.BundleStorageImpl
 
AND - 类 中的静态变量org.knopflerfish.framework.LDAPExpr
 
API_SPEC_VERSION - 类 中的静态变量org.knopflerfish.framework.StartLevelController
 
APPROX - 类 中的静态变量org.knopflerfish.framework.LDAPExpr
 
Archive - org.knopflerfish.framework.bundlestorage.file中的类
JAR file handling.
args - 类 中的变量org.knopflerfish.framework.LDAPExpr
 
attrName - 类 中的变量org.knopflerfish.framework.LDAPExpr
 
attrValue - 类 中的变量org.knopflerfish.framework.LDAPExpr
 
AutoManifest - org.knopflerfish.framework中的类
Manifest subclass which modifies some of the attributes automatically.
AutoManifest(FrameworkContext, Manifest, String) - 类 的构造器org.knopflerfish.framework.AutoManifest
Create an AutoManifest instance based on an original manifest and a bundle location.
AUTOMANIFEST_CONFIG_PROP - 类 中的静态变量org.knopflerfish.framework.FWProps
 
AUTOMANIFEST_PROP - 类 中的静态变量org.knopflerfish.framework.Debug
Report Automanifest handling
AUTOMANIFEST_PROP - 类 中的静态变量org.knopflerfish.framework.FWProps
 
AUTOSTART_SETTING_ACTIVATION_POLICY - 接口 中的静态变量org.knopflerfish.framework.BundleArchive
Autostart setting declared activation policy.
AUTOSTART_SETTING_EAGER - 接口 中的静态变量org.knopflerfish.framework.BundleArchive
Autostart setting eager.
AUTOSTART_SETTING_STOPPED - 接口 中的静态变量org.knopflerfish.framework.BundleArchive
Autostart setting stopped.
available() - 类 中的方法org.knopflerfish.framework.BundleResourceStream
Return the number of bytes available for immediate read

B

bactivator - 类 中的变量org.knopflerfish.framework.BundleImpl
BundleActivator for bundle.
base64Encode(String) - 类 中的静态方法org.knopflerfish.framework.Util
 
begin(Collection<BundleRevision>) - 接口 中的方法org.osgi.framework.hooks.resolver.ResolverHookFactory
This method is called by the framework each time a resolve process begins to obtain a resolver hook instance.
binarySearch(List<A>, Util.Comparator<A, B>, B) - 类 中的静态方法org.knopflerfish.framework.Util
Do binary search for a package entry in the list with the same version number add the specifies package entry.
BOOT_TEXT_PROP - 类 中的静态变量org.knopflerfish.framework.Main
 
bootText - 类 中的变量org.knopflerfish.framework.Main
 
Bundle - org.osgi.framework中的接口
An installed bundle in the Framework.
BUNDLE_ACTIVATIONPOLICY - 接口 中的静态变量org.osgi.framework.Constants
Manifest header identifying the bundle's activation policy.
BUNDLE_ACTIVATOR - 接口 中的静态变量org.osgi.framework.Constants
Manifest header attribute identifying the bundle's activator class.
BUNDLE_CATEGORY - 接口 中的静态变量org.osgi.framework.Constants
Manifest header identifying the bundle's category.
BUNDLE_CLASSPATH - 接口 中的静态变量org.osgi.framework.Constants
Manifest header identifying a list of directories and embedded JAR files, which are bundle resources used to extend the bundle's classpath.
BUNDLE_CONTACTADDRESS - 接口 中的静态变量org.osgi.framework.Constants
Manifest header identifying the contact address where problems with the bundle may be reported; for example, an email address.
BUNDLE_COPYRIGHT - 接口 中的静态变量org.osgi.framework.Constants
Manifest header identifying the bundle's copyright information.
BUNDLE_DESCRIPTION - 接口 中的静态变量org.osgi.framework.Constants
Manifest header containing a brief description of the bundle's functionality.
BUNDLE_DOCURL - 接口 中的静态变量org.osgi.framework.Constants
Manifest header identifying the bundle's documentation URL, from which further information about the bundle may be obtained.
BUNDLE_LOCALIZATION - 接口 中的静态变量org.osgi.framework.Constants
Manifest header identifying the base name of the bundle's localization entries.
BUNDLE_LOCALIZATION_DEFAULT_BASENAME - 接口 中的静态变量org.osgi.framework.Constants
Default value for the Bundle-Localization manifest header.
BUNDLE_MANIFESTVERSION - 接口 中的静态变量org.osgi.framework.Constants
Manifest header identifying the bundle manifest version.
BUNDLE_NAME - 接口 中的静态变量org.osgi.framework.Constants
Manifest header identifying the bundle's name.
BUNDLE_NAMESPACE - 类 中的静态变量org.osgi.framework.namespace.BundleNamespace
Namespace name for bundle capabilities and requirements.
BUNDLE_NAMESPACE - 接口 中的静态变量org.osgi.framework.wiring.BundleRevision
Namespace for bundle capabilities and requirements.
BUNDLE_NATIVECODE - 接口 中的静态变量org.osgi.framework.Constants
Manifest header identifying a number of hardware environments and the native language code libraries that the bundle is carrying for each of these environments.
BUNDLE_NATIVECODE_LANGUAGE - 接口 中的静态变量org.osgi.framework.Constants
Manifest header attribute identifying the language in which the native bundle code is written specified in the Bundle-NativeCode manifest header.
BUNDLE_NATIVECODE_OSNAME - 接口 中的静态变量org.osgi.framework.Constants
Manifest header attribute identifying the operating system required to run native bundle code specified in the Bundle-NativeCode manifest header).
BUNDLE_NATIVECODE_OSVERSION - 接口 中的静态变量org.osgi.framework.Constants
Manifest header attribute identifying the operating system version required to run native bundle code specified in the Bundle-NativeCode manifest header).
BUNDLE_NATIVECODE_PROCESSOR - 接口 中的静态变量org.osgi.framework.Constants
Manifest header attribute identifying the processor required to run native bundle code specified in the Bundle-NativeCode manifest header).
BUNDLE_REQUIREDEXECUTIONENVIRONMENT - 接口 中的静态变量org.osgi.framework.Constants
已过时。
As of 1.6. Replaced by the osgi.ee capability.
BUNDLE_RESOURCE_PROP - 类 中的静态变量org.knopflerfish.framework.Debug
When security is enabled, print information about resource lookups that are rejected due to missing permissions for the calling bundle.
BUNDLE_SYMBOLICNAME - 接口 中的静态变量org.osgi.framework.Constants
Manifest header identifying the bundle's symbolic name.
BUNDLE_SYMBOLICNAME_ATTRIBUTE - 接口 中的静态变量org.osgi.framework.Constants
Manifest header attribute identifying the symbolic name of a bundle that exports a package specified in the Import-Package manifest header.
BUNDLE_TYPE_FRAGMENT - 接口 中的静态变量org.osgi.service.packageadmin.PackageAdmin
已过时。
Bundle type indicating the bundle is a fragment bundle.
BUNDLE_UPDATELOCATION - 接口 中的静态变量org.osgi.framework.Constants
Manifest header identifying the location from which a new bundle version is obtained during a bundle update operation.
BUNDLE_VENDOR - 接口 中的静态变量org.osgi.framework.Constants
Manifest header identifying the bundle's vendor.
BUNDLE_VERSION - 接口 中的静态变量org.osgi.framework.Constants
Manifest header identifying the bundle's version.
BUNDLE_VERSION_ATTRIBUTE - 接口 中的静态变量org.osgi.framework.Constants
Manifest header attribute identifying a range of versions for a bundle specified in the Require-Bundle or Fragment-Host manifest headers.
BundleActivator - org.osgi.framework中的接口
Customizes the starting and stopping of a bundle.
BundleArchive - org.knopflerfish.framework中的接口
Interface for managing bundle data.
BundleCapability - org.osgi.framework.wiring中的接口
A capability that has been declared from a bundle revision.
BundleCapabilityImpl - org.knopflerfish.framework中的类
Implementation of bundle capability for generic capabilities specified in the Bundle-Capability header.
BundleCapabilityImpl(BundleGeneration, Util.HeaderEntry) - 类 的构造器org.knopflerfish.framework.BundleCapabilityImpl
Creates a BundleCapability from one entry of the Bundle-Capability header.
BundleCapabilityImpl(BundleCapability, BundleGeneration) - 类 的构造器org.knopflerfish.framework.BundleCapabilityImpl
 
BundleCapabilityImpl(BundleGeneration) - 类 的构造器org.knopflerfish.framework.BundleCapabilityImpl
 
bundleChanged(BundleEvent) - 接口 中的方法org.osgi.framework.BundleListener
Receives notification that a bundle has had a lifecycle change.
BundleClassLoader - org.knopflerfish.framework中的类
Classloader for bundle JAR files.
bundleClassLoaderClosed(BundleClassLoader) - 接口 中的方法org.knopflerfish.framework.BundleClassLoaderListener
Synchronously called when a bundle class loader has been closed.
bundleClassLoaderCreated(BundleClassLoader) - 接口 中的方法org.knopflerfish.framework.BundleClassLoaderListener
Synchronously called when a new bundle class loader has been created.
BundleClassLoaderListener - org.knopflerfish.framework中的接口
Bundle class loader life cycle listener interface.
BundleClassPath - org.knopflerfish.framework中的类
Bundle Class Path handler.
bundleContext - 类 中的变量org.knopflerfish.framework.BundleImpl
BundleContext for bundle.
BundleContext - org.osgi.framework中的接口
A bundle's execution context within the Framework.
BundleContextImpl - org.knopflerfish.framework中的类
Implementation of the BundleContext object.
BundleContextImpl(BundleImpl) - 类 的构造器org.knopflerfish.framework.BundleContextImpl
Create a BundleContext for specified bundle.
bundleDir - 类 中的变量org.knopflerfish.framework.BundleImpl
Directory for bundle data.
BundleEvent - org.osgi.framework中的类
An event from the Framework describing a bundle lifecycle change.
BundleEvent(int, Bundle, Bundle) - 类 的构造器org.osgi.framework.BundleEvent
Creates a bundle event of the specified type.
BundleEvent(int, Bundle) - 类 的构造器org.osgi.framework.BundleEvent
Creates a bundle event of the specified type.
BundleException - org.osgi.framework中的异常错误
A Framework exception used to indicate that a bundle lifecycle problem occurred.
BundleException(String, Throwable) - 异常错误 的构造器org.osgi.framework.BundleException
Creates a BundleException with the specified message and exception cause.
BundleException(String) - 异常错误 的构造器org.osgi.framework.BundleException
Creates a BundleException with the specified message.
BundleException(String, int, Throwable) - 异常错误 的构造器org.osgi.framework.BundleException
Creates a BundleException with the specified message, type and exception cause.
BundleException(String, int) - 异常错误 的构造器org.osgi.framework.BundleException
Creates a BundleException with the specified message and type.
BundleGeneration - org.knopflerfish.framework中的类
Bundle generation specific data.
BundleImpl - org.knopflerfish.framework中的类
Implementation of the Bundle object.
BundleListener - org.osgi.framework中的接口
A BundleEvent listener.
BundleLocationCondition - org.osgi.service.condpermadmin中的类
Condition to test if the location of a bundle matches or does not match a pattern.
BundleNamespace - org.osgi.framework.namespace中的类
Bundle Capability and Requirement Namespace.
BundleNameVersionCapability - org.knopflerfish.framework中的类
 
BundlePermission - org.osgi.framework中的类
A bundle's authority to require or provide a bundle or to receive or attach fragments.
BundlePermission(String, String) - 类 的构造器org.osgi.framework.BundlePermission
Defines the authority to provide and/or require and or specify a host fragment symbolic name within the OSGi environment.
BundleReference - org.osgi.framework中的接口
A reference to a Bundle.
BundleReferenceImpl - org.knopflerfish.framework中的类
 
BundleRequirement - org.osgi.framework.wiring中的接口
A requirement that has been declared from a bundle revision.
BundleRequirementImpl - org.knopflerfish.framework中的类
 
BundleResourceStream - org.knopflerfish.framework中的类
InputStream for bundle content
BundleResourceStream(InputStream, long) - 类 的构造器org.knopflerfish.framework.BundleResourceStream
BundleResourceStream
BundleRevision - org.osgi.framework.wiring中的接口
Bundle Revision.
BundleRevisionImpl - org.knopflerfish.framework中的类
 
BundleRevisions - org.osgi.framework.wiring中的接口
The bundle revisions of a bundle.
BundleRevisionsImpl - org.knopflerfish.framework中的类
 
Bundles - org.knopflerfish.framework中的类
Here we handle all the bundles that are installed in the framework.
BundleSignerCondition - org.osgi.service.condpermadmin中的类
Condition to test if the signer of a bundle matches or does not match a pattern.
BundleStartLevel - org.osgi.framework.startlevel中的接口
Query and modify the start level information for a bundle.
BundleStorage - org.knopflerfish.framework中的接口
Interface for managing all bundles jar content.
BUNDLESTORAGE_CHECKSIGNED_PROP - 类 中的静态变量org.knopflerfish.framework.FWProps
 
BUNDLESTORAGE_PROP - 类 中的静态变量org.knopflerfish.framework.FWProps
 
BundleStorageImpl - org.knopflerfish.framework.bundlestorage.file中的类
Storage of all bundles jar content.
BundleStorageImpl(FrameworkContext) - 类 的构造器org.knopflerfish.framework.bundlestorage.file.BundleStorageImpl
Create a container for all bundle data in this framework.
BundleStorageImpl - org.knopflerfish.framework.bundlestorage.memory中的类
Storage of all bundles jar content.
BundleStorageImpl(FrameworkContext) - 类 的构造器org.knopflerfish.framework.bundlestorage.memory.BundleStorageImpl
Create a container for all bundle data in this framework.
BUNDLETHREAD_ABORT - 类 中的静态变量org.knopflerfish.framework.FWProps
Property specifying how bundle threads which are aborted should be handled.
BUNDLETHREAD_TIMEOUT - 类 中的静态变量org.knopflerfish.framework.FWProps
Property specifying the amount of time in seconds that the framework waits for a BundleActivator.start() or .stop() call to complete and return.
BundleTracker<T> - org.osgi.util.tracker中的类
The BundleTracker class simplifies tracking bundles much like the ServiceTracker simplifies tracking services.
BundleTracker(BundleContext, int, BundleTrackerCustomizer<T>) - 类 的构造器org.osgi.util.tracker.BundleTracker
Create a BundleTracker for bundles whose state is present in the specified state mask.
BundleTrackerCustomizer<T> - org.osgi.util.tracker中的接口
The BundleTrackerCustomizer interface allows a BundleTracker to customize the Bundles that are tracked.
BundleURLStreamHandler - org.knopflerfish.framework中的类
Bundle URL handling.
BundleURLStreamHandler() - 类 的构造器org.knopflerfish.framework.BundleURLStreamHandler
 
BundleWire - org.osgi.framework.wiring中的接口
A wire connecting a BundleCapability to a BundleRequirement.
BundleWireImpl - org.knopflerfish.framework中的类
 
BundleWiring - org.osgi.framework.wiring中的接口
A wiring for a bundle.
BundleWiringImpl - org.knopflerfish.framework中的类
 

C

Capabilities - org.knopflerfish.framework中的类
 
Capabilities() - 类 的构造器org.knopflerfish.framework.Capabilities
 
Capability - org.osgi.resource中的接口
A capability that has been declared from a Resource.
CAPABILITY_BUNDLE_SYMBOLICNAME_ATTRIBUTE - 类 中的静态变量org.osgi.framework.namespace.PackageNamespace
The capability attribute contains the symbolic name of the resource providing the package.
CAPABILITY_BUNDLE_VERSION_ATTRIBUTE - 类 中的静态变量org.osgi.framework.namespace.AbstractWiringNamespace
The capability attribute contains the Version of the resource providing the capability if one is specified or 0.0.0 if not specified.
CAPABILITY_COPYRIGHT_ATTRIBUTE - 类 中的静态变量org.osgi.framework.namespace.IdentityNamespace
The capability attribute that contains a human readable copyright notice for the resource.
CAPABILITY_DESCRIPTION_ATTRIBUTE - 类 中的静态变量org.osgi.framework.namespace.IdentityNamespace
The capability attribute that contains a human readable description for the resource.
CAPABILITY_DOCUMENTATION_ATTRIBUTE - 类 中的静态变量org.osgi.framework.namespace.IdentityNamespace
The capability attribute that contains the URL to documentation for the resource.
CAPABILITY_EFFECTIVE_DIRECTIVE - 类 中的静态变量org.osgi.resource.Namespace
The capability directive used to specify the effective time for the capability.
CAPABILITY_EXCLUDE_DIRECTIVE - 类 中的静态变量org.osgi.framework.namespace.PackageNamespace
The capability directive used to specify the comma separated list of classes which must not be allowed to be exported.
CAPABILITY_FRAGMENT_ATTACHMENT_DIRECTIVE - 类 中的静态变量org.osgi.framework.namespace.BundleNamespace
The capability directive identifying if and when a fragment may attach to a host bundle.
CAPABILITY_FRAGMENT_ATTACHMENT_DIRECTIVE - 类 中的静态变量org.osgi.framework.namespace.HostNamespace
The capability directive identifying if and when a fragment may attach to a host bundle.
CAPABILITY_INCLUDE_DIRECTIVE - 类 中的静态变量org.osgi.framework.namespace.PackageNamespace
The capability directive used to specify the comma separated list of classes which must be allowed to be exported.
CAPABILITY_LICENSE_ATTRIBUTE - 类 中的静态变量org.osgi.framework.namespace.IdentityNamespace
The capability attribute that contains the URL to the license for the resource.
CAPABILITY_MANDATORY_DIRECTIVE - 类 中的静态变量org.osgi.framework.namespace.AbstractWiringNamespace
The capability directive used to specify the comma separated list of mandatory attributes which must be specified in the filter of a requirement in order for the capability to match the requirement.
CAPABILITY_SINGLETON_DIRECTIVE - 类 中的静态变量org.osgi.framework.namespace.BundleNamespace
The capability directive identifying if the resource is a singleton.
CAPABILITY_SINGLETON_DIRECTIVE - 类 中的静态变量org.osgi.framework.namespace.HostNamespace
The capability directive identifying if the resource is a singleton.
CAPABILITY_SINGLETON_DIRECTIVE - 类 中的静态变量org.osgi.framework.namespace.IdentityNamespace
The capability directive identifying if the resource is a singleton.
CAPABILITY_TYPE_ATTRIBUTE - 类 中的静态变量org.osgi.framework.namespace.IdentityNamespace
The capability attribute identifying the resource type.
CAPABILITY_USES_DIRECTIVE - 类 中的静态变量org.osgi.resource.Namespace
The capability directive used to specify the comma separated list of package names used by a capability.
CAPABILITY_VERSION_ATTRIBUTE - 类 中的静态变量org.osgi.framework.namespace.ExecutionEnvironmentNamespace
The capability attribute contains the versions of the execution environment.
CAPABILITY_VERSION_ATTRIBUTE - 类 中的静态变量org.osgi.framework.namespace.IdentityNamespace
The capability attribute identifying the Version of the resource if one is specified or 0.0.0 if not specified.
CAPABILITY_VERSION_ATTRIBUTE - 类 中的静态变量org.osgi.framework.namespace.PackageNamespace
The capability attribute contains the Version of the package if one is specified or 0.0.0 if not specified.
CapabilityPermission - org.osgi.framework中的类
A bundle's authority to provide or require a capability.
CapabilityPermission(String, String) - 类 的构造器org.osgi.framework.CapabilityPermission
Create a new CapabilityPermission.
CapabilityPermission(String, Map<String, ?>, Bundle, String) - 类 的构造器org.osgi.framework.CapabilityPermission
Creates a new requested CapabilityPermission object to be used by code that must perform checkPermission for the require action.
CARDINALITY_MULTIPLE - 类 中的静态变量org.osgi.resource.Namespace
The directive value identifying a multiple cardinality type.
CARDINALITY_SINGLE - 类 中的静态变量org.osgi.resource.Namespace
The directive value identifying a cardinality type of single.
certificates - 类 中的变量org.knopflerfish.framework.Debug
 
CERTIFICATES_PROP - 类 中的静态变量org.knopflerfish.framework.Debug
Report certificate matching
checkNativeLibrary(String) - 类 中的方法org.knopflerfish.framework.bundlestorage.file.Archive
Check for native library in archive.
checkNativeLibrary(String) - 接口 中的方法org.knopflerfish.framework.FileArchive
Check for native library in archive.
checkPermission(Permission, Object) - 类 中的方法org.knopflerfish.framework.permissions.KFSecurityManager
 
checkPermission(Permission) - 类 中的方法org.knopflerfish.framework.permissions.KFSecurityManager
 
CITCHAR - 类 中的静态变量org.knopflerfish.framework.Util
Default citation char for splitwords().
CLASS - 类 中的静态变量org.osgi.framework.AdminPermission
The action string class.
CLASSIFIER_JAVADOC - 类 中的静态变量org.osgi.framework.namespace.IdentityNamespace
The attribute value identifying the resource classifier as an archive containing the javadoc in the same directory layout as the resource.
CLASSIFIER_SOURCES - 类 中的静态变量org.osgi.framework.namespace.IdentityNamespace
The attribute value identifying the resource classifier as an archive containing the source code in the same directory layout as the resource.
CLASSLOADER_PROP - 类 中的静态变量org.knopflerfish.framework.Debug
Report whenever the bundle classloader does something.
clear() - 类 中的方法org.knopflerfish.framework.AutoManifest
Delegate to original manifest.
clone() - 类 中的方法org.knopflerfish.framework.HeaderDictionary
Clone
close() - 接口 中的方法org.knopflerfish.framework.BundleArchive
Close archive and all its open files.
close() - 类 中的方法org.knopflerfish.framework.BundleResourceStream
Close input stream
close() - 接口 中的方法org.knopflerfish.framework.BundleStorage
Close this bundle storage and all bundles in it.
close() - 类 中的方法org.knopflerfish.framework.bundlestorage.file.BundleStorageImpl
Close bundle storage.
close() - 类 中的方法org.knopflerfish.framework.bundlestorage.memory.BundleStorageImpl
Close bundle storage.
close() - 类 中的方法org.knopflerfish.framework.Queue
Closes the queue, i.e. wakes up all threads blocking on a call to remove().
close() - 类 中的方法org.osgi.util.tracker.BundleTracker
Close this BundleTracker.
close() - 类 中的方法org.osgi.util.tracker.ServiceTracker
Close this ServiceTracker.
CMDIR_DEFAULT - 类 中的静态变量org.knopflerfish.framework.Main
 
CMDIR_PROP - 类 中的静态变量org.knopflerfish.framework.Main
 
CollisionHook - org.osgi.framework.hooks.bundle中的接口
OSGi Framework Bundle Collision Hook Service.
commit() - 类 中的方法org.knopflerfish.framework.permissions.ConditionalPermissionUpdateImpl
 
commit() - 接口 中的方法org.osgi.service.condpermadmin.ConditionalPermissionUpdate
Commit this update.
compare(Object, int, String) - 类 中的方法org.knopflerfish.framework.LDAPExpr
Private methods
compare(A, B) - 接口 中的方法org.knopflerfish.framework.Util.Comparator
 
compareStringVersion(String, String) - 类 中的静态方法org.knopflerfish.framework.Util
Compare to strings formatted as '[.
compareTo(BundleGeneration) - 类 中的方法org.knopflerfish.framework.BundleGeneration
Compares this BundleGeneration object to another BundleGeneration.
compareTo(Bundle) - 类 中的方法org.knopflerfish.framework.BundleImpl
 
compareTo(Object) - 类 中的方法org.knopflerfish.framework.ServiceReferenceImpl
Compare two ServiceReferences
compareTo(Object) - 接口 中的方法org.osgi.framework.ServiceReference
Compares this ServiceReference with the specified ServiceReference for order.
compareTo(Version) - 类 中的方法org.osgi.framework.Version
Compares this Version object to another Version.
COMPLEX - 类 中的静态变量org.knopflerfish.framework.LDAPExpr
 
Condition - org.osgi.service.condpermadmin中的接口
The interface implemented by a Condition.
ConditionalPermission - org.knopflerfish.framework.permissions中的类
A binding of a set of Conditions to a set of Permissions.
ConditionalPermissionAdmin - org.osgi.service.condpermadmin中的接口
Framework service to administer Conditional Permissions.
ConditionalPermissionAdminImpl - org.knopflerfish.framework.permissions中的类
Framework service to administer Conditional Permissions.
ConditionalPermissionAdminImpl(ConditionalPermissionInfoStorage, PermissionInfoStorage, FrameworkContext) - 类 的构造器org.knopflerfish.framework.permissions.ConditionalPermissionAdminImpl
 
ConditionalPermissionInfo - org.osgi.service.condpermadmin中的接口
A list of Permissions guarded by a list of conditions with an access decision.
ConditionalPermissionSecurityManager - org.knopflerfish.framework.permissions中的接口
Interface for SecurityManager that fully supports conditional permissions.
ConditionalPermissionUpdate - org.osgi.service.condpermadmin中的接口
Update the Conditional Permission Table.
ConditionalPermissionUpdateImpl - org.knopflerfish.framework.permissions中的类
Framework service to administer Conditional Permissions.
ConditionInfo - org.osgi.service.condpermadmin中的类
Condition representation used by the Conditional Permission Admin service.
ConditionInfo(String, String[]) - 类 的构造器org.osgi.service.condpermadmin.ConditionInfo
Constructs a ConditionInfo from the specified type and args.
ConditionInfo(String) - 类 的构造器org.osgi.service.condpermadmin.ConditionInfo
Constructs a ConditionInfo object from the specified encoded ConditionInfo string.
Configurable - org.osgi.framework中的接口
已过时。
As of 1.2. Please use Configuration Admin service.
Constants - org.osgi.framework中的接口
Defines standard names for the OSGi environment system properties, service properties, and Manifest header attribute keys.
ContentHandlerWrapper - org.knopflerfish.framework中的类
Wrapper which delegates an MIME ContentHandlers OSGi registered ContentHandlers Each instance of ContentHandlerWrapper tracks ContentHandlers for a named MIME type and selects the best from all available services.
contentLen - 类 中的变量org.knopflerfish.framework.BundleResourceStream
 
CONTEXT - 类 中的静态变量org.osgi.framework.AdminPermission
The action string context.
context - 类 中的变量org.osgi.util.tracker.BundleTracker
The Bundle Context used by this BundleTracker.
context - 类 中的变量org.osgi.util.tracker.ServiceTracker
The Bundle Context used by this ServiceTracker.
copyTo(File) - 类 中的方法org.knopflerfish.framework.FileTree
Copy this file tree to specified destination.
createContentHandler(String) - 类 中的方法org.knopflerfish.framework.ServiceContentHandlerFactory
 
createFilter(String) - 类 中的方法org.knopflerfish.framework.BundleContextImpl
Constructs a Filter object.
createFilter(String) - 接口 中的方法org.osgi.framework.BundleContext
Creates a Filter object.
createFilter(String) - 类 中的静态方法org.osgi.framework.FrameworkUtil
Creates a Filter object.
createPermissionCollection(String, Bundle, InputStream) - 类 中的方法org.knopflerfish.framework.permissions.PermissionsHandle
Create the permissionCollection assigned to the bundle.
createURLStreamHandler(String) - 类 中的方法org.knopflerfish.framework.ServiceURLStreamHandlerFactory
 

D

Debug - org.knopflerfish.framework中的类
Variables that controls debugging of the framework code.
Debug(FWProps) - 类 的构造器org.knopflerfish.framework.Debug
 
debug - 类 中的变量org.knopflerfish.framework.FrameworkContext
Debug handle.
delete() - 类 中的方法org.knopflerfish.framework.FileTree
Delete this file tree from disk.
delete() - 接口 中的方法org.osgi.service.condpermadmin.ConditionalPermissionInfo
已过时。
Since 1.1. Use ConditionalPermissionAdmin.newConditionalPermissionUpdate() instead to manage the Conditional Permissions.
DENY - 接口 中的静态变量org.osgi.service.condpermadmin.ConditionalPermissionInfo
This string is used to indicate that a row in the Conditional Permission Table should return an access decision of "deny" if the conditions are all satisfied and at least one of the permissions is implied.
DUPLICATE_BUNDLE_ERROR - 异常错误 中的静态变量org.osgi.framework.BundleException
The install or update operation failed because another already installed bundle has the same symbolic name and version.
DYNAMICIMPORT_PACKAGE - 接口 中的静态变量org.osgi.framework.Constants
Manifest header identifying the packages that the bundle may dynamically import during execution.

E

EFFECTIVE_ACTIVE - 接口 中的静态变量org.osgi.framework.Constants
Manifest header directive value identifying a capability that is effective at active time.
EFFECTIVE_ACTIVE - 类 中的静态变量org.osgi.resource.Namespace
The directive value identifying a capability or requirement that is effective at active time.
EFFECTIVE_DIRECTIVE - 接口 中的静态变量org.osgi.framework.Constants
Manifest header directive identifying the effective time of the provided capability.
EFFECTIVE_RESOLVE - 接口 中的静态变量org.osgi.framework.Constants
Manifest header directive value identifying a capability that is effective at resolve time.
EFFECTIVE_RESOLVE - 类 中的静态变量org.osgi.resource.Namespace
The directive value identifying a capability or requirement that is effective at resolve time.
elements() - 类 中的方法org.knopflerfish.framework.HeaderDictionary
Returns an enumeration of the values in this dictionary.
elements() - 类 中的方法org.knopflerfish.framework.permissions.PermissionsWrapper
 
emptyVersion - 类 中的静态变量org.osgi.framework.Version
The empty version "0.0.0".
encode(byte[], int) - 类 中的静态方法org.knopflerfish.framework.Util
Encode a raw byte array to a Base64 String.
encode(InputStream, OutputStream, int) - 类 中的静态方法org.knopflerfish.framework.Util
 
end() - 接口 中的方法org.osgi.framework.hooks.resolver.ResolverHook
This method is called once at the end of the resolve process.
EQ - 类 中的静态变量org.knopflerfish.framework.LDAPExpr
 
equals(Object) - 类 中的方法org.knopflerfish.framework.AutoManifest
AutoManifests are equal if both the original manifest and the bundle location are equal.
equals(Object) - 类 中的方法org.knopflerfish.framework.BundleNameVersionCapability
 
equals(URL, URL) - 类 中的方法org.knopflerfish.framework.BundleURLStreamHandler
Equals calculation for bundle URLs.
equals(Object) - 类 中的方法org.knopflerfish.framework.BundleWireImpl
 
equals(Object) - 类 中的方法org.knopflerfish.framework.ServiceReferenceImpl
Test if ServiceReferences points to same service.
equals(URL, URL) - 类 中的方法org.knopflerfish.framework.URLStreamHandlerWrapper
 
equals(Object) - 类 中的方法org.osgi.framework.AdaptPermission
Determines the equality of two AdaptPermission objects.
equals(Object) - 类 中的方法org.osgi.framework.AdminPermission
Determines the equality of two AdminPermission objects.
equals(Object) - 类 中的方法org.osgi.framework.BundlePermission
Determines the equality of two BundlePermission objects.
equals(Object) - 类 中的方法org.osgi.framework.CapabilityPermission
Determines the equality of two CapabilityPermission objects.
equals(Object) - 接口 中的方法org.osgi.framework.Filter
Compares this Filter to another Filter.
equals(Object) - 接口 中的方法org.osgi.framework.hooks.service.ListenerHook.ListenerInfo
Compares this ListenerInfo to another ListenerInfo.
equals(Object) - 类 中的方法org.osgi.framework.PackagePermission
Determines the equality of two PackagePermission objects.
equals(Object) - 类 中的方法org.osgi.framework.ServicePermission
Determines the equality of two ServicePermission objects.
equals(Object) - 类 中的方法org.osgi.framework.Version
Compares this Version object to another object.
equals(Object) - 类 中的方法org.osgi.framework.VersionRange
Compares this VersionRange object to another object.
equals(Object) - 接口 中的方法org.osgi.resource.Capability
Compares this Capability to another Capability.
equals(Object) - 接口 中的方法org.osgi.resource.Requirement
Compares this Requirement to another Requirement.
equals(Object) - 接口 中的方法org.osgi.resource.Resource
Compares this Resource to another Resource.
equals(Object) - 接口 中的方法org.osgi.resource.Wire
Compares this Wire to another Wire.
equals(Object) - 接口 中的方法org.osgi.service.condpermadmin.ConditionalPermissionInfo
Determines the equality of two ConditionalPermissionInfo objects.
equals(Object) - 类 中的方法org.osgi.service.condpermadmin.ConditionInfo
Determines the equality of two ConditionInfo objects.
equals(Object) - 类 中的方法org.osgi.service.permissionadmin.PermissionInfo
Determines the equality of two PermissionInfo objects.
equals(URL, URL) - 类 中的方法org.osgi.service.url.AbstractURLStreamHandlerService
This method calls super.equals(URL,URL).
equals(URL, URL) - 接口 中的方法org.osgi.service.url.URLStreamHandlerService
 
ERROR - 类 中的静态变量org.osgi.framework.FrameworkEvent
An error has occurred.
ERRORS_PROP - 类 中的静态变量org.knopflerfish.framework.Debug
Report error handling events.
evaluate(Dictionary<String, ?>, boolean) - 类 中的方法org.knopflerfish.framework.LDAPExpr
Evaluate this LDAP filter.
event(BundleEvent, Collection<BundleContext>) - 接口 中的方法org.osgi.framework.hooks.bundle.EventHook
Bundle event hook method.
event(ServiceEvent, Collection<BundleContext>) - 接口 中的方法org.osgi.framework.hooks.service.EventHook
已过时。
Event hook method.
event(ServiceEvent, Map<BundleContext, Collection<ListenerHook.ListenerInfo>>) - 接口 中的方法org.osgi.framework.hooks.service.EventListenerHook
Event listener hook method.
EventHook - org.osgi.framework.hooks.bundle中的接口
OSGi Framework Bundle Event Hook Service.
EventHook - org.osgi.framework.hooks.service中的接口
已过时。
As of 1.1. Replaced by EventListenerHook.
EventListenerHook - org.osgi.framework.hooks.service中的接口
OSGi Framework Service Event Listener Hook Service.
EXCLUDE_DIRECTIVE - 接口 中的静态变量org.osgi.framework.Constants
Manifest header directive identifying a list of classes to exclude in the exported package..
EXECUTE - 类 中的静态变量org.osgi.framework.AdminPermission
The action string execute.
EXECUTION_ENVIRONMENT_NAMESPACE - 类 中的静态变量org.osgi.framework.namespace.ExecutionEnvironmentNamespace
Namespace name for execution environment capabilities and requirements.
ExecutionEnvironmentNamespace - org.osgi.framework.namespace中的类
Execution Environment Capability and Requirement Namespace.
exists(String, boolean) - 类 中的方法org.knopflerfish.framework.bundlestorage.file.Archive
Get a BundleResourceStream to named entry inside an Archive.
exists(String, boolean) - 接口 中的方法org.knopflerfish.framework.FileArchive
Check if a file exists (or dir, if dirs is true).
EXPORT - 类 中的静态变量org.osgi.framework.PackagePermission
已过时。
Since 1.5. Use exportonly instead.
EXPORT_PACKAGE - 接口 中的静态变量org.osgi.framework.Constants
Manifest header identifying the packages that the bundle offers to the Framework for export.
EXPORT_SERVICE - 接口 中的静态变量org.osgi.framework.Constants
已过时。
As of 1.2.
ExportedPackage - org.osgi.service.packageadmin中的接口
已过时。
The PackageAdmin service has been replaced by the org.osgi.framework.wiring package.
ExportedPackageImpl - org.knopflerfish.framework中的类
An exported package.
EXPORTONLY - 类 中的静态变量org.osgi.framework.PackagePermission
The action string exportonly.
EXTENSION_BOOTCLASSPATH - 接口 中的静态变量org.osgi.framework.Constants
Manifest header directive value identifying the type of extension fragment.
EXTENSION_BOOTCLASSPATH - 类 中的静态变量org.osgi.framework.namespace.HostNamespace
The directive value indicating that the extension fragment is to be loaded by the boot class loader.
EXTENSION_DIRECTIVE - 接口 中的静态变量org.osgi.framework.Constants
Manifest header directive identifying the type of the extension fragment.
EXTENSION_FRAMEWORK - 接口 中的静态变量org.osgi.framework.Constants
Manifest header directive value identifying the type of extension fragment.
EXTENSION_FRAMEWORK - 类 中的静态变量org.osgi.framework.namespace.HostNamespace
The directive value indicating that the extension fragment is to be loaded by the framework's class loader.
ExtensionContext - org.knopflerfish.framework中的类
Context that extension bundles are given to interact with the Knopflerfish framework implementation.
EXTENSIONLIFECYCLE - 类 中的静态变量org.osgi.framework.AdminPermission
The action string extensionLifecycle.

F

FACTORY_ERROR - 异常错误 中的静态变量org.osgi.framework.ServiceException
The service factory produced an invalid service object.
FACTORY_EXCEPTION - 异常错误 中的静态变量org.osgi.framework.ServiceException
The service factory threw an exception.
FACTORY_RECURSION - 异常错误 中的静态变量org.osgi.framework.ServiceException
The service factory resulted in a recursive call to itself for the requesting bundle.
FALSE - 类 中的静态变量org.knopflerfish.framework.FWProps
Common false string.
FALSE - 接口 中的静态变量org.osgi.service.condpermadmin.Condition
A Condition object that will always evaluate to false and that is never postponed.
FileArchive - org.knopflerfish.framework中的接口
Interface for managing bundle contents.
FileTree - org.knopflerfish.framework中的类
FileTree is extension to java.io.File that handles copying and deletion of complete file structures.
FileTree(String) - 类 的构造器org.knopflerfish.framework.FileTree
Creates a new FileTree instance based on given pathname string.
FileTree(File, String) - 类 的构造器org.knopflerfish.framework.FileTree
Creates a new Filetree instance by a pathname string to an existing File or FileTree.
FileTree(String, String) - 类 的构造器org.knopflerfish.framework.FileTree
Creates a new FileTree instance from a parent pathname string and a child pathname string.
Filter - org.osgi.framework中的接口
An RFC 1960-based Filter.
filter - 类 中的变量org.osgi.util.tracker.ServiceTracker
The Filter used by this ServiceTracker which specifies the search criteria for the services to track.
FILTER_DIRECTIVE - 接口 中的静态变量org.osgi.framework.Constants
Manifest header directive identifying the capability filter specified in the Require-Capability manifest header.
filterCollisions(int, Bundle, Collection<Bundle>) - 接口 中的方法org.osgi.framework.hooks.bundle.CollisionHook
Filter bundle collisions hook method.
filterMatch(String, String) - 类 中的静态方法org.knopflerfish.framework.Util
Check wild-card filter matches the string
filterMatches(BundleRequirement, Collection<BundleCapability>) - 接口 中的方法org.osgi.framework.hooks.resolver.ResolverHook
Filter matches hook method.
filterResolvable(Collection<BundleRevision>) - 接口 中的方法org.osgi.framework.hooks.resolver.ResolverHook
Filter resolvable candidates hook method.
filterSingletonCollisions(BundleCapability, Collection<BundleCapability>) - 接口 中的方法org.osgi.framework.hooks.resolver.ResolverHook
Filter singleton collisions hook method.
find(BundleContext, Collection<Bundle>) - 接口 中的方法org.osgi.framework.hooks.bundle.FindHook
Find hook method.
find(BundleContext, String, String, boolean, Collection<ServiceReference<?>>) - 接口 中的方法org.osgi.framework.hooks.service.FindHook
Find hook method.
findClass(String) - 类 中的方法org.knopflerfish.framework.BundleClassLoader
Find bundle class to load.
findEntries(String, String, boolean) - 类 中的方法org.knopflerfish.framework.BundleImpl
Get bundle data.
findEntries(String, String, int) - 类 中的方法org.knopflerfish.framework.BundleWiringImpl
 
findEntries(String, String, boolean) - 类 中的方法org.knopflerfish.framework.SystemBundle
Get bundle data.
findEntries(String, String, boolean) - 接口 中的方法org.osgi.framework.Bundle
Returns entries in this bundle and its attached fragments.
findEntries(String, String, boolean) - 接口 中的方法org.osgi.framework.launch.Framework
Returns null as a framework implementation does not have a proper bundle from which to return entries.
findEntries(String, String, int) - 接口 中的方法org.osgi.framework.wiring.BundleWiring
Returns entries in this bundle wiring's bundle revision and its attached fragment revisions.
FINDENTRIES_RECURSE - 接口 中的静态变量org.osgi.framework.wiring.BundleWiring
The find entries operation must recurse into subdirectories.
FindHook - org.osgi.framework.hooks.bundle中的接口
OSGi Framework Bundle Context Hook Service.
FindHook - org.osgi.framework.hooks.service中的接口
OSGi Framework Service Find Hook Service.
findLibrary(String) - 类 中的方法org.knopflerfish.framework.BundleClassLoader
Find native library code to load.
findResource(String) - 类 中的方法org.knopflerfish.framework.BundleClassLoader
Finds the resource with the given name.
findResources(String) - 类 中的方法org.knopflerfish.framework.BundleClassLoader
Returns an Enumeration of all the resources with the given name.
findResourcesPath(String) - 接口 中的方法org.knopflerfish.framework.BundleArchive
Returns an Enumeration of all the paths (String objects) to entries within the bundle whose longest sub-path matches the supplied path argument.
findResourcesPath(String) - 类 中的方法org.knopflerfish.framework.bundlestorage.file.Archive
 
findResourcesPath(String) - 接口 中的方法org.knopflerfish.framework.FileArchive
Returns an Enumeration of all the paths (String objects) to entries within the bundle whose longest sub-path matches the supplied path argument.
FRAGMENT - 类 中的静态变量org.osgi.framework.BundlePermission
The action string fragment.
FRAGMENT_ATTACHMENT_ALWAYS - 接口 中的静态变量org.osgi.framework.Constants
Manifest header directive value identifying a fragment attachment type of always.
FRAGMENT_ATTACHMENT_ALWAYS - 类 中的静态变量org.osgi.framework.namespace.HostNamespace
The directive value indicating that fragments are allowed to attach to the host bundle at any time (while the host is resolved or during the process of resolving the host bundle).
FRAGMENT_ATTACHMENT_DIRECTIVE - 接口 中的静态变量org.osgi.framework.Constants
Manifest header directive identifying if and when a fragment may attach to a host bundle.
FRAGMENT_ATTACHMENT_NEVER - 接口 中的静态变量org.osgi.framework.Constants
Manifest header directive value identifying a fragment attachment type of never.
FRAGMENT_ATTACHMENT_NEVER - 类 中的静态变量org.osgi.framework.namespace.HostNamespace
The directive value indicating that no fragments are allowed to attach to the host bundle at any time.
FRAGMENT_ATTACHMENT_RESOLVETIME - 接口 中的静态变量org.osgi.framework.Constants
Manifest header directive value identifying a fragment attachment type of resolve-time.
FRAGMENT_ATTACHMENT_RESOLVETIME - 类 中的静态变量org.osgi.framework.namespace.HostNamespace
The directive value indicating that fragments are allowed to attach to the host bundle only during the process of resolving the host bundle.
FRAGMENT_HOST - 接口 中的静态变量org.osgi.framework.Constants
Manifest header identifying the symbolic name of another bundle for which that the bundle is a fragment.
Framework - org.osgi.framework.launch中的接口
A Framework instance.
FRAMEWORK_BEGINNING_STARTLEVEL - 接口 中的静态变量org.osgi.framework.Constants
Framework launching property specifying the beginning start level of the framework.
FRAMEWORK_BOOTDELEGATION - 接口 中的静态变量org.osgi.framework.Constants
Framework launching property identifying packages for which the Framework must delegate class loading to the parent class loader of the bundle.
FRAMEWORK_BSNVERSION - 接口 中的静态变量org.osgi.framework.Constants
Framework launching property specifying whether multiple bundles having the same symbolic name and version may be installed.
FRAMEWORK_BSNVERSION_MANAGED - 接口 中的静态变量org.osgi.framework.Constants
Specifies the framework must consult the bundle collision hook services to determine if it will be an error to install a bundle or update a bundle to have the same symbolic name and version as another installed bundle.
FRAMEWORK_BSNVERSION_MULTIPLE - 接口 中的静态变量org.osgi.framework.Constants
Specifies the framework will allow multiple bundles to be installed having the same symbolic name and version.
FRAMEWORK_BSNVERSION_SINGLE - 接口 中的静态变量org.osgi.framework.Constants
Specifies the framework will only allow a single bundle to be installed for a given symbolic name and version.
FRAMEWORK_BUNDLE_PARENT - 接口 中的静态变量org.osgi.framework.Constants
Framework launching property specifying the parent class loader type for all bundle class loaders.
FRAMEWORK_BUNDLE_PARENT_APP - 接口 中的静态变量org.osgi.framework.Constants
Specifies to use the application class loader as the parent class loader for all bundle class loaders.
FRAMEWORK_BUNDLE_PARENT_BOOT - 接口 中的静态变量org.osgi.framework.Constants
Specifies to use of the boot class loader as the parent class loader for all bundle class loaders.
FRAMEWORK_BUNDLE_PARENT_EXT - 接口 中的静态变量org.osgi.framework.Constants
Specifies to use the extension class loader as the parent class loader for all bundle class loaders.
FRAMEWORK_BUNDLE_PARENT_FRAMEWORK - 接口 中的静态变量org.osgi.framework.Constants
Specifies to use the framework class loader as the parent class loader for all bundle class loaders.
FRAMEWORK_COMMAND_ABSPATH - 接口 中的静态变量org.osgi.framework.Constants
Specified the substitution string for the absolute path of a file.
FRAMEWORK_EXECPERMISSION - 接口 中的静态变量org.osgi.framework.Constants
Framework launching property specifying an optional OS specific command to set file permissions on extracted native code.
FRAMEWORK_EXECUTIONENVIRONMENT - 接口 中的静态变量org.osgi.framework.Constants
已过时。
As of 1.6. Replaced by the osgi.ee capability.
FRAMEWORK_LANGUAGE - 接口 中的静态变量org.osgi.framework.Constants
Framework launching property identifying the Framework implementation language (see ISO 639 for possible values).
FRAMEWORK_LIBRARY_EXTENSIONS - 接口 中的静态变量org.osgi.framework.Constants
Framework launching property specifying a comma separated list of additional library file extensions that must be used when a bundle's class loader is searching for native libraries.
FRAMEWORK_OS_NAME - 接口 中的静态变量org.osgi.framework.Constants
Framework launching property identifying the Framework host-computer's operating system.
FRAMEWORK_OS_VERSION - 接口 中的静态变量org.osgi.framework.Constants
Framework launching property identifying the Framework host-computer's operating system version number.
FRAMEWORK_PROCESSOR - 接口 中的静态变量org.osgi.framework.Constants
Framework launching property identifying the Framework host-computer's processor name.
FRAMEWORK_PROP - 类 中的静态变量org.knopflerfish.framework.Debug
Report framework create, init, start, stop
FRAMEWORK_SECURITY - 接口 中的静态变量org.osgi.framework.Constants
Framework launching property specifying the type of security manager the framework must use.
FRAMEWORK_SECURITY_OSGI - 接口 中的静态变量org.osgi.framework.Constants
Specifies that a security manager that supports all security aspects of the OSGi core specification including postponed conditions must be installed.
FRAMEWORK_STORAGE - 接口 中的静态变量org.osgi.framework.Constants
Framework launching property specifying the persistent storage area used by the framework.
FRAMEWORK_STORAGE_CLEAN - 接口 中的静态变量org.osgi.framework.Constants
Framework launching property specifying if and when the persistent storage area for the framework should be cleaned.
FRAMEWORK_STORAGE_CLEAN_ONFIRSTINIT - 接口 中的静态变量org.osgi.framework.Constants
Specifies that the framework storage area must be cleaned before the framework is initialized for the first time.
FRAMEWORK_SYSTEMCAPABILITIES - 接口 中的静态变量org.osgi.framework.Constants
Framework launching property identifying capabilities which the system bundle must provide.
FRAMEWORK_SYSTEMCAPABILITIES_EXTRA - 接口 中的静态变量org.osgi.framework.Constants
Framework launching property identifying extra capabilities which the system bundle must additionally provide.
FRAMEWORK_SYSTEMPACKAGES - 接口 中的静态变量org.osgi.framework.Constants
Framework launching property identifying packages which the system bundle must export.
FRAMEWORK_SYSTEMPACKAGES_EXTRA - 接口 中的静态变量org.osgi.framework.Constants
Framework launching property identifying extra packages which the system bundle must export from the current execution environment.
FRAMEWORK_TRUST_REPOSITORIES - 接口 中的静态变量org.osgi.framework.Constants
Framework launching property specifying the trust repositories used by the framework.
FRAMEWORK_UUID - 接口 中的静态变量org.osgi.framework.Constants
Framework environment property identifying the Framework's universally unique identifier (UUID).
FRAMEWORK_VENDOR - 接口 中的静态变量org.osgi.framework.Constants
Framework environment property identifying the Framework implementation vendor.
FRAMEWORK_VERSION - 接口 中的静态变量org.osgi.framework.Constants
Framework environment property identifying the Framework version.
FRAMEWORK_WINDOWSYSTEM - 接口 中的静态变量org.osgi.framework.Constants
Framework launching property specifying the current windowing system.
FrameworkContext - org.knopflerfish.framework中的类
This class contains references to all common data structures inside the framework.
frameworkError(Bundle, Throwable, FrameworkListener...) - 类 中的方法org.knopflerfish.framework.FrameworkContext
Convenience method for throwing framework error event.
frameworkError(BundleContextImpl, Throwable, FrameworkListener...) - 类 中的方法org.knopflerfish.framework.FrameworkContext
Convenience method for throwing framework error event.
FrameworkEvent - org.osgi.framework中的类
A general event from the Framework.
FrameworkEvent(int, Object) - 类 的构造器org.osgi.framework.FrameworkEvent
已过时。
As of 1.2. This constructor is deprecated in favor of using the other constructor with the System Bundle as the event source.
FrameworkEvent(int, Bundle, Throwable) - 类 的构造器org.osgi.framework.FrameworkEvent
Creates a Framework event regarding the specified bundle.
frameworkEvent(FrameworkEvent) - 接口 中的方法org.osgi.framework.FrameworkListener
Receives notification of a general FrameworkEvent object.
FrameworkFactory - org.osgi.framework.launch中的接口
A factory for creating Framework instances.
FrameworkFactoryImpl - org.knopflerfish.framework中的类
 
FrameworkFactoryImpl() - 类 的构造器org.knopflerfish.framework.FrameworkFactoryImpl
 
frameworkInfo(Bundle, Throwable, FrameworkListener...) - 类 中的方法org.knopflerfish.framework.FrameworkContext
Convenience method for throwing framework info event.
FrameworkListener - org.osgi.framework中的接口
A FrameworkEvent listener.
FrameworkStartLevel - org.osgi.framework.startlevel中的接口
Query and modify the start level information for the framework.
FrameworkUtil - org.osgi.framework中的类
Framework Utility class.
frameworkWarning(Bundle, Throwable, FrameworkListener...) - 类 中的方法org.knopflerfish.framework.FrameworkContext
Convenience method for throwing framework warning event.
frameworkWarning(BundleGeneration, Throwable, FrameworkListener...) - 类 中的方法org.knopflerfish.framework.FrameworkContext
Convenience method for throwing framework warning event.
FrameworkWiring - org.osgi.framework.wiring中的接口
Query and modify wiring information for the framework.
FrameworkWiringImpl - org.knopflerfish.framework中的类
 
FWDIR_DEFAULT - 类 中的静态变量org.knopflerfish.framework.Util
 
FWDIR_PROP - 类 中的静态变量org.knopflerfish.framework.Util
Pre OSGi 4.2 property used by KF, replaced by Constants.FRAMEWORK_STORAGE as of OSGi R4 v4.2.
FWProps - org.knopflerfish.framework中的类
This class contains properties used by the framework
FWProps(Map<String, String>, FrameworkContext) - 类 的构造器org.knopflerfish.framework.FWProps
 
FWPROPS_XARGS - 类 中的静态变量org.knopflerfish.framework.Main
 
FWResourceURLStreamHandler - org.knopflerfish.framework中的类
Framework resource URL handling, used for accessing framework resources.

G

GE - 类 中的静态变量org.knopflerfish.framework.LDAPExpr
 
generations - 类 中的变量org.knopflerfish.framework.BundleImpl
Bundle generation data.
get(Object) - 类 中的方法org.knopflerfish.framework.HeaderDictionary
Returns the value to which the key is mapped in this dictionary.
GET - 类 中的静态变量org.osgi.framework.ServicePermission
The action string get.
getAccessControlContext(String[]) - 类 中的方法org.knopflerfish.framework.permissions.ConditionalPermissionAdminImpl
Returns the Access Control Context that corresponds to the specified signers.
getAccessControlContext(String[]) - 接口 中的方法org.osgi.service.condpermadmin.ConditionalPermissionAdmin
Returns the Access Control Context that corresponds to the specified signers.
getAccessDecision() - 接口 中的方法org.osgi.service.condpermadmin.ConditionalPermissionInfo
Returns the access decision for this Conditional Permission Info.
getActions() - 类 中的方法org.osgi.framework.AdaptPermission
Returns the canonical string representation of the AdaptPermission actions.
getActions() - 类 中的方法org.osgi.framework.AdminPermission
Returns the canonical string representation of the AdminPermission actions.
getActions() - 类 中的方法org.osgi.framework.BundlePermission
Returns the canonical string representation of the BundlePermission actions.
getActions() - 类 中的方法org.osgi.framework.CapabilityPermission
Returns the canonical string representation of the actions.
getActions() - 类 中的方法org.osgi.framework.PackagePermission
Returns the canonical string representation of the PackagePermission actions.
getActions() - 类 中的方法org.osgi.framework.ServicePermission
Returns the canonical string representation of the actions.
getActions() - 类 中的方法org.osgi.service.permissionadmin.PermissionInfo
Returns the actions of the permission represented by this PermissionInfo.
getActual(URL) - 类 中的静态方法org.knopflerfish.framework.ReferenceURLStreamHandler
Get the actual URL string represented by the specified reference: URL.
getAllBundleArchives() - 类 中的方法org.knopflerfish.framework.bundlestorage.file.BundleStorageImpl
Get all bundle archive objects.
getAllBundleArchives() - 接口 中的方法org.knopflerfish.framework.BundleStorage
Get all bundle archive objects.
getAllBundleArchives() - 类 中的方法org.knopflerfish.framework.bundlestorage.memory.BundleStorageImpl
Get all bundle archive objects.
getAllServiceReferences(String, String) - 类 中的方法org.knopflerfish.framework.BundleContextImpl
Get a list of service references.
getAllServiceReferences(String, String) - 接口 中的方法org.osgi.framework.BundleContext
Returns an array of ServiceReference objects.
getArgs() - 类 中的方法org.osgi.service.condpermadmin.ConditionInfo
Returns arguments of this ConditionInfo.
getAttribute(String) - 接口 中的方法org.knopflerfish.framework.BundleArchive
Get an attribute from the manifest of a bundle.
getAttributes(String) - 类 中的方法org.knopflerfish.framework.AutoManifest
Delegate to original manifest.
getAttributes() - 类 中的方法org.knopflerfish.framework.BundleCapabilityImpl
 
getAttributes() - 类 中的方法org.knopflerfish.framework.BundleNameVersionCapability
 
getAttributes() - 类 中的方法org.knopflerfish.framework.BundleRequirementImpl
 
getAttributes() - 类 中的方法org.knopflerfish.framework.Util.HeaderEntry
 
getAttributes() - 接口 中的方法org.osgi.framework.wiring.BundleCapability
Returns the attributes of this capability.
getAttributes() - 接口 中的方法org.osgi.framework.wiring.BundleRequirement
Returns the attributes of this requirement.
getAttributes() - 接口 中的方法org.osgi.resource.Capability
Returns the attributes of this capability.
getAttributes() - 接口 中的方法org.osgi.resource.Requirement
Returns the attributes of this requirement.
getAutostartSetting() - 接口 中的方法org.knopflerfish.framework.BundleArchive
Get auto-start setting.
getBooleanProperty(String) - 类 中的方法org.knopflerfish.framework.FWProps
Retrieve boolean value of the named framework property, with a default value.
getBundle() - 类 中的方法org.knopflerfish.framework.BundleClassLoader
 
getBundle() - 类 中的方法org.knopflerfish.framework.BundleContextImpl
Retrieve the Bundle object for the calling bundle.
getBundle(long) - 类 中的方法org.knopflerfish.framework.BundleContextImpl
Retrieve the bundle that has the given unique identifier.
getBundle(String) - 类 中的方法org.knopflerfish.framework.BundleContextImpl
 
getBundle() - 类 中的方法org.knopflerfish.framework.BundleReferenceImpl
 
getBundle() - 类 中的方法org.knopflerfish.framework.BundleWiringImpl
 
getBundle() - 类 中的方法org.knopflerfish.framework.FrameworkWiringImpl
 
getBundle(Class) - 类 中的方法org.knopflerfish.framework.PackageAdminImpl
 
getBundle() - 类 中的方法org.knopflerfish.framework.RequiredBundleImpl
Returns the bundle associated with this required bundle.
getBundle() - 类 中的方法org.knopflerfish.framework.ServiceReferenceImpl
Return the bundle which registered the service.
getBundle() - 接口 中的方法org.osgi.framework.BundleContext
Returns the Bundle object associated with this BundleContext.
getBundle(long) - 接口 中的方法org.osgi.framework.BundleContext
Returns the bundle with the specified identifier.
getBundle(String) - 接口 中的方法org.osgi.framework.BundleContext
Returns the bundle with the specified location.
getBundle() - 类 中的方法org.osgi.framework.BundleEvent
Returns the bundle which had a lifecycle change.
getBundle() - 接口 中的方法org.osgi.framework.BundleReference
Returns the Bundle object associated with this BundleReference.
getBundle() - 类 中的方法org.osgi.framework.FrameworkEvent
Returns the bundle associated with the event.
getBundle(Class<?>) - 类 中的静态方法org.osgi.framework.FrameworkUtil
Return a Bundle for the specified bundle class.
getBundle() - 接口 中的方法org.osgi.framework.ServiceReference
Returns the bundle that registered the service referenced by this ServiceReference object.
getBundle(Class) - 接口 中的方法org.osgi.service.packageadmin.PackageAdmin
已过时。
Returns the bundle from which the specified class is loaded.
getBundle() - 接口 中的方法org.osgi.service.packageadmin.RequiredBundle
已过时。
Returns the bundle associated with this required bundle.
getBundleContext() - 类 中的方法org.knopflerfish.framework.BundleImpl
Returns this bundle's BundleContext.
getBundleContext() - 接口 中的方法org.osgi.framework.Bundle
Returns this bundle's BundleContext.
getBundleContext() - 接口 中的方法org.osgi.framework.hooks.service.ListenerHook.ListenerInfo
Return the context of the bundle which added the listener.
getBundleGeneration() - 接口 中的方法org.knopflerfish.framework.BundleArchive
Get bundle generation associated with this bundle archive.
getBundleGeneration() - 类 中的方法org.knopflerfish.framework.bundlestorage.file.Archive
Get bundle id for this archive.
getBundleGeneration() - 接口 中的方法org.knopflerfish.framework.FileArchive
Get BundleGeneration object for this archive.
getBundleId() - 接口 中的方法org.knopflerfish.framework.BundleArchive
Get bundle identifier for this bundle archive.
getBundleId() - 类 中的方法org.knopflerfish.framework.BundleImpl
Get bundle identifier.
getBundleId() - 接口 中的方法org.osgi.framework.Bundle
Returns this bundle's unique identifier.
getBundleId() - 接口 中的方法org.osgi.framework.launch.Framework
Returns the Framework unique identifier.
getBundleLocation() - 接口 中的方法org.knopflerfish.framework.BundleArchive
Get bundle location for this bundle archive.
getBundleResourceStream(String, int) - 接口 中的方法org.knopflerfish.framework.BundleArchive
Get a BundleResourceStream to named entry inside a bundle.
getBundleResourceStream(String) - 类 中的方法org.knopflerfish.framework.bundlestorage.file.Archive
Get a BundleResourceStream to named entry inside an Archive.
getBundleResourceStream(String) - 接口 中的方法org.knopflerfish.framework.FileArchive
Get a BundleResourceStream to named entry inside a bundle.
getBundles() - 类 中的方法org.knopflerfish.framework.BundleContextImpl
Retrieve a list of all installed bundles.
getBundles(String, String) - 类 中的方法org.knopflerfish.framework.PackageAdminImpl
 
getBundles() - 接口 中的方法org.osgi.framework.BundleContext
Returns a list of all installed bundles.
getBundles(String, String) - 接口 中的方法org.osgi.service.packageadmin.PackageAdmin
已过时。
Returns the bundles with the specified symbolic name whose bundle version is within the specified version range.
getBundles() - 类 中的方法org.osgi.util.tracker.BundleTracker
Return an array of Bundles for all bundles being tracked by this BundleTracker.
getBundleStartLevel(Bundle) - 类 中的方法org.knopflerfish.framework.StartLevelController.StartLevelImpl
 
getBundleStartLevel(Bundle) - 接口 中的方法org.osgi.service.startlevel.StartLevel
已过时。
Return the assigned start level value for the specified Bundle.
getBundleType(Bundle) - 类 中的方法org.knopflerfish.framework.PackageAdminImpl
 
getBundleType(Bundle) - 接口 中的方法org.osgi.service.packageadmin.PackageAdmin
已过时。
Returns the special type of the specified bundle.
getBundleWiring() - 接口 中的方法org.osgi.framework.hooks.weaving.WovenClass
Returns the bundle wiring whose class loader will define the woven class.
getBytes() - 接口 中的方法org.osgi.framework.hooks.weaving.WovenClass
Returns the class file bytes to be used to define the named class.
getCapabilities(String) - 类 中的方法org.knopflerfish.framework.BundleRevisionImpl
 
getCapabilities(String) - 类 中的方法org.knopflerfish.framework.BundleWiringImpl
 
getCapabilities(String) - 接口 中的方法org.osgi.framework.wiring.BundleRevision
Returns the capabilities declared by this resource.
getCapabilities(String) - 接口 中的方法org.osgi.framework.wiring.BundleWiring
Returns the capabilities provided by this bundle wiring.
getCapabilities(String) - 接口 中的方法org.osgi.resource.Resource
Returns the capabilities declared by this resource.
getCapability() - 类 中的方法org.knopflerfish.framework.BundleWireImpl
 
getCapability() - 接口 中的方法org.osgi.framework.wiring.BundleWire
Returns the BundleCapability for this wire.
getCapability() - 接口 中的方法org.osgi.resource.Wire
Returns the Capability for this wire.
getCause() - 异常错误 中的方法org.osgi.framework.BundleException
Returns the cause of this exception or null if no cause was set.
getCause() - 异常错误 中的方法org.osgi.framework.InvalidSyntaxException
Returns the cause of this exception or null if no cause was set.
getCertificateChains(boolean) - 接口 中的方法org.knopflerfish.framework.BundleArchive
Get certificate chains associated with with bundle archive.
getCertificateChains(Certificate[], ArrayList<Certificate>) - 类 中的静态方法org.knopflerfish.framework.bundlestorage.Util
Take an array of X509 certificates and arrange them as a list of chains.
getClassBytes(String) - 类 中的方法org.knopflerfish.framework.bundlestorage.file.Archive
Get a byte array containg the contents of named class file from the archive.
getClassBytes(String) - 接口 中的方法org.knopflerfish.framework.FileArchive
Get a byte array containg the contents of named file from a bundle archive.
getClassLoader() - 类 中的方法org.knopflerfish.framework.BundleWiringImpl
 
getClassLoader(Bundle) - 类 中的方法org.knopflerfish.framework.ExtensionContext
 
getClassLoader(String) - 类 中的方法org.knopflerfish.framework.FrameworkContext
Public method used by permissionshandling for fetching the class loader used for named class.
getClassLoader() - 接口 中的方法org.osgi.framework.wiring.BundleWiring
Returns the class loader for this bundle wiring.
getClassName() - 接口 中的方法org.osgi.framework.hooks.weaving.WovenClass
Returns the fully qualified name of the class being woven.
getCondition(Bundle, ConditionInfo) - 类 中的静态方法org.osgi.service.condpermadmin.BundleLocationCondition
Constructs a condition that tries to match the passed Bundle's location to the location pattern.
getCondition(Bundle, ConditionInfo) - 类 中的静态方法org.osgi.service.condpermadmin.BundleSignerCondition
Constructs a Condition that tries to match the passed Bundle's location to the location pattern.
getConditionalPermissionAdminService() - 类 中的方法org.knopflerfish.framework.permissions.PermissionsHandle
Get ConditionalPermissionAdmin service.
getConditionalPermissionInfo(String) - 类 中的方法org.knopflerfish.framework.permissions.ConditionalPermissionAdminImpl
Return the Conditional Permission Info with the specified name.
getConditionalPermissionInfo(String) - 接口 中的方法org.osgi.service.condpermadmin.ConditionalPermissionAdmin
getConditionalPermissionInfos() - 类 中的方法org.knopflerfish.framework.permissions.ConditionalPermissionAdminImpl
Returns the Conditional Permission Infos that are currently managed by Conditional Permission Admin.
getConditionalPermissionInfos() - 类 中的方法org.knopflerfish.framework.permissions.ConditionalPermissionUpdateImpl
 
getConditionalPermissionInfos() - 接口 中的方法org.osgi.service.condpermadmin.ConditionalPermissionAdmin
getConditionalPermissionInfos() - 接口 中的方法org.osgi.service.condpermadmin.ConditionalPermissionUpdate
This method returns the list of ConditionalPermissionInfos for this update.
getConditionInfos() - 接口 中的方法org.osgi.service.condpermadmin.ConditionalPermissionInfo
Returns the Condition Infos for the Conditions that must be satisfied to enable the Permissions.
getConfigurationObject() - 接口 中的方法org.osgi.framework.Configurable
已过时。
As of 1.2. Please use Configuration Admin service.
getContent(URLConnection) - 类 中的方法org.knopflerfish.framework.ContentHandlerWrapper
 
getContent(URLConnection, Class[]) - 类 中的方法org.knopflerfish.framework.ContentHandlerWrapper
 
getContent(File) - 类 中的静态方法org.knopflerfish.framework.Util
 
getContentLength() - 类 中的方法org.knopflerfish.framework.BundleResourceStream
Get length of resource stream.
getDataFile(String) - 类 中的方法org.knopflerfish.framework.BundleContextImpl
Creates a File object for a file in the persistent storage area provided for the bundle.
getDataFile(String) - 类 中的方法org.knopflerfish.framework.BundleImpl
 
getDataFile(String) - 接口 中的方法org.osgi.framework.Bundle
Creates a File object for a file in the persistent storage area provided for this bundle by the Framework.
getDataFile(String) - 接口 中的方法org.osgi.framework.BundleContext
Creates a File object for a file in the persistent storage area provided for the bundle by the Framework.
getDataStorage(long) - 类 中的方法org.knopflerfish.framework.FrameworkContext
Get private bundle data storage file handle.
getDeclaredCapabilities(String) - 类 中的方法org.knopflerfish.framework.BundleRevisionImpl
 
getDeclaredCapabilities(String) - 接口 中的方法org.osgi.framework.wiring.BundleRevision
Returns the capabilities declared by this bundle revision.
getDeclaredRequirements(String) - 类 中的方法org.knopflerfish.framework.BundleRevisionImpl
 
getDeclaredRequirements(String) - 接口 中的方法org.osgi.framework.wiring.BundleRevision
Returns the requirements declared by this bundle revision.
getDefaultPermissions() - 类 中的方法org.knopflerfish.framework.permissions.PermissionAdminImpl
Gets the default permissions.
getDefaultPermissions() - 接口 中的方法org.osgi.service.permissionadmin.PermissionAdmin
Gets the default permissions.
getDefaultPort() - 类 中的方法org.knopflerfish.framework.URLStreamHandlerWrapper
 
getDefaultPort() - 类 中的方法org.osgi.service.url.AbstractURLStreamHandlerService
This method calls super.getDefaultPort.
getDefaultPort() - 接口 中的方法org.osgi.service.url.URLStreamHandlerService
 
getDefinedClass() - 接口 中的方法org.osgi.framework.hooks.weaving.WovenClass
Returns the class defined by this woven class.
getDependencyClosure(Collection<Bundle>) - 类 中的方法org.knopflerfish.framework.FrameworkWiringImpl
 
getDependencyClosure(Collection<Bundle>) - 接口 中的方法org.osgi.framework.wiring.FrameworkWiring
Returns the dependency closure for the specified bundles.
getDirectives() - 类 中的方法org.knopflerfish.framework.BundleCapabilityImpl
 
getDirectives() - 类 中的方法org.knopflerfish.framework.BundleNameVersionCapability
 
getDirectives() - 类 中的方法org.knopflerfish.framework.BundleRequirementImpl
 
getDirectives() - 类 中的方法org.knopflerfish.framework.Util.HeaderEntry
 
getDirectives() - 接口 中的方法org.osgi.framework.wiring.BundleCapability
Returns the directives of this capability.
getDirectives() - 接口 中的方法org.osgi.framework.wiring.BundleRequirement
Returns the directives of this requirement.
getDirectives() - 接口 中的方法org.osgi.resource.Capability
Returns the directives of this capability.
getDirectives() - 接口 中的方法org.osgi.resource.Requirement
Returns the directives of this requirement.
getDynamicImports() - 接口 中的方法org.osgi.framework.hooks.weaving.WovenClass
Returns the list of dynamic import package descriptions to add to the bundle wiring for this woven class.
getEncoded() - 接口 中的方法org.osgi.service.condpermadmin.ConditionalPermissionInfo
Returns the string encoding of this ConditionalPermissionInfo in a form suitable for restoring this ConditionalPermissionInfo.
getEncoded() - 类 中的方法org.osgi.service.condpermadmin.ConditionInfo
Returns the string encoding of this ConditionInfo in a form suitable for restoring this ConditionInfo.
getEncoded() - 类 中的方法org.osgi.service.permissionadmin.PermissionInfo
Returns the string encoding of this PermissionInfo in a form suitable for restoring this PermissionInfo.
getEntries() - 类 中的方法org.knopflerfish.framework.AutoManifest
Delegate to original manifest.
getEntry(String) - 类 中的方法org.knopflerfish.framework.BundleImpl
 
getEntry(String) - 类 中的方法org.knopflerfish.framework.SystemBundle
 
getEntry(String) - 接口 中的方法org.osgi.framework.Bundle
Returns a URL to the entry at the specified path in this bundle.
getEntry(String) - 接口 中的方法org.osgi.framework.launch.Framework
Returns null as a framework implementation does not have a proper bundle from which to return an entry.
getEntryPaths(String) - 类 中的方法org.knopflerfish.framework.BundleImpl
 
getEntryPaths(String) - 类 中的方法org.knopflerfish.framework.SystemBundle
 
getEntryPaths(String) - 接口 中的方法org.osgi.framework.Bundle
Returns an Enumeration of all the paths (String objects) to entries within this bundle whose longest sub-path matches the specified path.
getEntryPaths(String) - 接口 中的方法org.osgi.framework.launch.Framework
Returns null as a framework implementation does not have a proper bundle from which to return entry paths.
getExportedPackage(String) - 类 中的方法org.knopflerfish.framework.PackageAdminImpl
Gets the ExportedPackage with the specified package name.
getExportedPackage(String) - 接口 中的方法org.osgi.service.packageadmin.PackageAdmin
已过时。
Gets the exported package for the specified package name.
getExportedPackages(Bundle) - 类 中的方法org.knopflerfish.framework.PackageAdminImpl
Gets the packages exported by the specified bundle.
getExportedPackages(String) - 类 中的方法org.knopflerfish.framework.PackageAdminImpl
Gets the exported packages for the specified package name.
getExportedPackages(Bundle) - 接口 中的方法org.osgi.service.packageadmin.PackageAdmin
已过时。
Gets the exported packages for the specified bundle.
getExportedPackages(String) - 接口 中的方法org.osgi.service.packageadmin.PackageAdmin
已过时。
Gets the exported packages for the specified package name.
getExportingBundle() - 类 中的方法org.knopflerfish.framework.ExportedPackageImpl
Returns the bundle that is exporting this ExportedPackage.
getExportingBundle() - 接口 中的方法org.osgi.service.packageadmin.ExportedPackage
已过时。
Returns the bundle exporting the package associated with this exported package.
getFileArchive(String) - 接口 中的方法org.knopflerfish.framework.BundleArchive
Get a FileArchive handle to a named Jar file or directory within this archive.
getFileStorage(FrameworkContext, String, boolean) - 类 中的静态方法org.knopflerfish.framework.Util
Check for local file storage directory.
getFileStorage(FrameworkContext, String) - 类 中的静态方法org.knopflerfish.framework.Util
 
getFilter() - 接口 中的方法org.osgi.framework.hooks.service.ListenerHook.ListenerInfo
Return the filter string with which the listener was added.
getFilter() - 异常错误 中的方法org.osgi.framework.InvalidSyntaxException
Returns the filter string that generated the InvalidSyntaxException object.
getFragments(Bundle) - 类 中的方法org.knopflerfish.framework.PackageAdminImpl
 
getFragments(Bundle) - 接口 中的方法org.osgi.service.packageadmin.PackageAdmin
已过时。
Returns an array of attached fragment bundles for the specified bundle.
getFrameworkDir(Map<String, String>) - 类 中的静态方法org.knopflerfish.framework.Util
 
getFrameworkDir(FrameworkContext) - 类 中的静态方法org.knopflerfish.framework.Util
 
getFrameworkFactory() - 类 中的方法org.knopflerfish.framework.Main
 
getFrameworkFactory(String) - 类 中的方法org.knopflerfish.framework.Main
 
getGeneration(BundleClassLoader) - 类 中的方法org.knopflerfish.framework.ExtensionContext
 
getHeaders() - 类 中的方法org.knopflerfish.framework.BundleImpl
Get header data.
getHeaders(String) - 类 中的方法org.knopflerfish.framework.BundleImpl
 
getHeaders() - 类 中的方法org.knopflerfish.framework.SystemBundle
Get header data.
getHeaders(String) - 类 中的方法org.knopflerfish.framework.SystemBundle
Get header data.
getHeaders() - 接口 中的方法org.osgi.framework.Bundle
Returns this bundle's Manifest headers and values.
getHeaders(String) - 接口 中的方法org.osgi.framework.Bundle
Returns this bundle's Manifest headers and values localized to the specified locale.
getHostAddress(URL) - 类 中的方法org.knopflerfish.framework.BundleURLStreamHandler
 
getHostAddress(URL) - 类 中的方法org.knopflerfish.framework.URLStreamHandlerWrapper
 
getHostAddress(URL) - 类 中的方法org.osgi.service.url.AbstractURLStreamHandlerService
This method calls super.getHostAddress.
getHostAddress(URL) - 接口 中的方法org.osgi.service.url.URLStreamHandlerService
 
getHosts(Bundle) - 类 中的方法org.knopflerfish.framework.PackageAdminImpl
 
getHosts(Bundle) - 接口 中的方法org.osgi.service.packageadmin.PackageAdmin
已过时。
Returns the host bundles to which the specified fragment bundle is attached.
getId(String) - 类 中的静态方法org.knopflerfish.framework.BundleURLStreamHandler
 
getImportingBundles() - 类 中的方法org.knopflerfish.framework.ExportedPackageImpl
Returns the resolved bundles that are currently importing this ExportedPackage.
getImportingBundles() - 接口 中的方法org.osgi.service.packageadmin.ExportedPackage
已过时。
Returns the resolved bundles that are currently wired to this exported package.
getInitialBundleStartLevel() - 类 中的方法org.knopflerfish.framework.StartLevelController.StartLevelImpl
 
getInitialBundleStartLevel() - 接口 中的方法org.osgi.framework.startlevel.FrameworkStartLevel
Return the initial start level value that is assigned to a Bundle when it is first installed.
getInitialBundleStartLevel() - 接口 中的方法org.osgi.service.startlevel.StartLevel
已过时。
Return the initial start level value that is assigned to a Bundle when it is first installed.
getJarLocation() - 接口 中的方法org.knopflerfish.framework.BundleArchive
 
getKey() - 类 中的方法org.knopflerfish.framework.Util.HeaderEntry
 
getKeys() - 类 中的方法org.knopflerfish.framework.Util.HeaderEntry
 
getLastModified() - 接口 中的方法org.knopflerfish.framework.BundleArchive
Get last modified timestamp.
getLastModified() - 类 中的方法org.knopflerfish.framework.BundleImpl
 
getLastModified() - 接口 中的方法org.osgi.framework.Bundle
Returns the time when this bundle was last modified.
getLeft() - 类 中的方法org.osgi.framework.VersionRange
Returns the left endpoint of this version range.
getLeftType() - 类 中的方法org.osgi.framework.VersionRange
Returns the type of the left endpoint of this version range.
getLocalizationEntries(String) - 接口 中的方法org.knopflerfish.framework.BundleArchive
Gets all localization entries from this bundle.
getLocation() - 类 中的方法org.knopflerfish.framework.AutoManifest
Get the bundle location
getLocation() - 类 中的方法org.knopflerfish.framework.BundleImpl
Get bundle location.
getLocation() - 接口 中的方法org.osgi.framework.Bundle
Returns this bundle's location identifier.
getLocation() - 接口 中的方法org.osgi.framework.launch.Framework
Returns the Framework location identifier.
getLocations() - 类 中的方法org.knopflerfish.framework.permissions.PermissionAdminImpl
Returns the bundle locations that have permissions assigned to them, that is, bundle locations for which an entry exists in the permission table.
getLocations() - 接口 中的方法org.osgi.service.permissionadmin.PermissionAdmin
Returns the bundle locations that have permissions assigned to them, that is, bundle locations for which an entry exists in the permission table.
getMainAttributes() - 类 中的方法org.knopflerfish.framework.AutoManifest
Get the main manifest attributes, possibly modified.
getMajor() - 类 中的方法org.osgi.framework.Version
Returns the major component of this version identifier.
getManifest() - 类 中的方法org.knopflerfish.framework.AutoManifest
Get the original manifest
getMatchedObjectClasses() - 类 中的方法org.knopflerfish.framework.LDAPExpr
Get a set of object classes that might match this LDAP expression.
getMethod(Class<?>, String, Class<?>[]) - 类 中的静态方法org.knopflerfish.framework.Util
Get method from class
getMicro() - 类 中的方法org.osgi.framework.Version
Returns the micro component of this version identifier.
getMinor() - 类 中的方法org.osgi.framework.Version
Returns the minor component of this version identifier.
getName() - 类 中的方法org.knopflerfish.framework.ExportedPackageImpl
Returns the name of this ExportedPackage.
getName() - 接口 中的方法org.osgi.service.condpermadmin.ConditionalPermissionInfo
Returns the name of this Conditional Permission Info.
getName() - 接口 中的方法org.osgi.service.packageadmin.ExportedPackage
已过时。
Returns the name of the package associated with this exported package.
getName() - 类 中的方法org.osgi.service.permissionadmin.PermissionInfo
Returns the name of the permission represented by this PermissionInfo.
getNamespace() - 类 中的方法org.knopflerfish.framework.BundleCapabilityImpl
 
getNamespace() - 类 中的方法org.knopflerfish.framework.BundleNameVersionCapability
 
getNamespace() - 类 中的方法org.knopflerfish.framework.BundleRequirementImpl
 
getNamespace() - 接口 中的方法org.osgi.framework.wiring.BundleCapability
Returns the namespace of this capability.
getNamespace() - 接口 中的方法org.osgi.framework.wiring.BundleRequirement
Returns the namespace of this requirement.
getNamespace() - 接口 中的方法org.osgi.resource.Capability
Returns the namespace of this capability.
getNamespace() - 接口 中的方法org.osgi.resource.Requirement
Returns the namespace of this requirement.
getNativeLibrary(String) - 类 中的方法org.knopflerfish.framework.bundlestorage.file.Archive
Get native code library filename.
getNativeLibrary(String) - 接口 中的方法org.knopflerfish.framework.FileArchive
Get native code library filename.
getNestedException() - 异常错误 中的方法org.osgi.framework.BundleException
Returns the cause of this exception or null if no cause was specified when this exception was created.
getObject(Bundle) - 类 中的方法org.osgi.util.tracker.BundleTracker
Returns the customized object for the specified Bundle if the specified bundle is being tracked by this BundleTracker.
getOrigin() - 类 中的方法org.osgi.framework.BundleEvent
Returns the bundle that was the origin of the event.
getPermissionAdminService() - 类 中的方法org.knopflerfish.framework.permissions.PermissionsHandle
Get PermissionAdmin service.
getPermissionCollection(Long) - 类 中的方法org.knopflerfish.framework.permissions.PermissionsHandle
Gets the permissionCollection assigned to the bundle with the specified id.
getPermissionInfos() - 接口 中的方法org.osgi.service.condpermadmin.ConditionalPermissionInfo
Returns the Permission Infos for the Permissions in this Conditional Permission Info.
getPermissions(String) - 类 中的方法org.knopflerfish.framework.permissions.PermissionAdminImpl
Gets the permissions assigned to the bundle with the specified location.
getPermissions(String) - 接口 中的方法org.osgi.service.permissionadmin.PermissionAdmin
Gets the permissions assigned to the bundle with the specified location.
getProperties() - 类 中的方法org.knopflerfish.framework.FWProps
 
getProperty(String) - 类 中的方法org.knopflerfish.framework.BundleContextImpl
Retrieve the value of the named environment property.
getProperty(String) - 类 中的方法org.knopflerfish.framework.FWProps
Retrieve the value of the named framework property, with a default value.
getProperty(String) - 类 中的方法org.knopflerfish.framework.ServiceReferenceImpl
Get the value of a service's property.
getProperty(String) - 接口 中的方法org.osgi.framework.BundleContext
Returns the value of the specified property.
getProperty(String) - 接口 中的方法org.osgi.framework.ServiceReference
Returns the property value to which the specified property key is mapped in the properties Dictionary object of the service referenced by this ServiceReference object.
getPropertyKeys() - 类 中的方法org.knopflerfish.framework.ServiceReferenceImpl
Get the list of key names for the service's properties.
getPropertyKeys() - 接口 中的方法org.osgi.framework.ServiceReference
Returns an array of the keys in the properties Dictionary object of the service referenced by this ServiceReference object.
getProtectionDomain() - 接口 中的方法org.osgi.framework.hooks.weaving.WovenClass
Returns the protection domain to which the woven class will be assigned when it is defined.
getProvidedResourceWires(String) - 类 中的方法org.knopflerfish.framework.BundleWiringImpl
 
getProvidedResourceWires(String) - 接口 中的方法org.osgi.framework.wiring.BundleWiring
Returns the Wires to the provided capabilities of this wiring.
getProvidedResourceWires(String) - 接口 中的方法org.osgi.resource.Wiring
Returns the Wires to the provided capabilities of this wiring.
getProvidedWires(String) - 类 中的方法org.knopflerfish.framework.BundleWiringImpl
 
getProvidedWires(String) - 接口 中的方法org.osgi.framework.wiring.BundleWiring
Returns the BundleWires to the provided capabilities of this bundle wiring.
getProvider() - 类 中的方法org.knopflerfish.framework.BundleWireImpl
 
getProvider() - 接口 中的方法org.osgi.framework.wiring.BundleWire
Returns the resource providing the capability.
getProvider() - 接口 中的方法org.osgi.resource.Wire
Returns the resource providing the capability.
getProviderWiring() - 类 中的方法org.knopflerfish.framework.BundleWireImpl
 
getProviderWiring() - 接口 中的方法org.osgi.framework.wiring.BundleWire
Returns the bundle wiring providing the capability.
getQualifier() - 类 中的方法org.osgi.framework.Version
Returns the qualifier component of this version identifier.
getReference() - 类 中的方法org.knopflerfish.framework.ServiceRegistrationImpl
Returns a ServiceReference object for this registration.
getReference() - 接口 中的方法org.osgi.framework.ServiceRegistration
Returns a ServiceReference object for a service being registered.
getRegisteredServices() - 类 中的方法org.knopflerfish.framework.BundleImpl
Get services that this bundle has registrated.
getRegisteredServices() - 接口 中的方法org.osgi.framework.Bundle
Returns this bundle's ServiceReference list for all services it has registered or null if this bundle has no registered services.
getRemovalPendingBundles() - 类 中的方法org.knopflerfish.framework.FrameworkWiringImpl
 
getRemovalPendingBundles() - 接口 中的方法org.osgi.framework.wiring.FrameworkWiring
Returns the bundles that have non-current, in use bundle wirings.
getRequiredBundles(String) - 类 中的方法org.knopflerfish.framework.PackageAdminImpl
 
getRequiredBundles(String) - 接口 中的方法org.osgi.service.packageadmin.PackageAdmin
已过时。
Returns an array of required bundles having the specified symbolic name.
getRequiredResourceWires(String) - 类 中的方法org.knopflerfish.framework.BundleWiringImpl
 
getRequiredResourceWires(String) - 接口 中的方法org.osgi.framework.wiring.BundleWiring
Returns the Wires to the requirements in use by this wiring.
getRequiredResourceWires(String) - 接口 中的方法org.osgi.resource.Wiring
Returns the Wires to the requirements in use by this wiring.
getRequiredWires(String) - 类 中的方法org.knopflerfish.framework.BundleWiringImpl
 
getRequiredWires(String) - 接口 中的方法org.osgi.framework.wiring.BundleWiring
Returns the BundleWires to the requirements in use by this bundle wiring.
getRequirement() - 类 中的方法org.knopflerfish.framework.BundleWireImpl
 
getRequirement() - 接口 中的方法org.osgi.framework.wiring.BundleWire
Return the BundleRequirement for this wire.
getRequirement() - 接口 中的方法org.osgi.resource.Wire
Returns the Requirement for this wire.
getRequirements(String) - 类 中的方法org.knopflerfish.framework.BundleRevisionImpl
 
getRequirements(String) - 类 中的方法org.knopflerfish.framework.BundleWiringImpl
 
getRequirements(String) - 接口 中的方法org.osgi.framework.wiring.BundleRevision
Returns the requirements declared by this bundle resource.
getRequirements(String) - 接口 中的方法org.osgi.framework.wiring.BundleWiring
Returns the requirements of this bundle wiring.
getRequirements(String) - 接口 中的方法org.osgi.resource.Resource
Returns the requirements declared by this bundle resource.
getRequirer() - 类 中的方法org.knopflerfish.framework.BundleWireImpl
 
getRequirer() - 接口 中的方法org.osgi.framework.wiring.BundleWire
Returns the resource who requires the capability.
getRequirer() - 接口 中的方法org.osgi.resource.Wire
Returns the resource who requires the capability.
getRequirerWiring() - 类 中的方法org.knopflerfish.framework.BundleWireImpl
 
getRequirerWiring() - 接口 中的方法org.osgi.framework.wiring.BundleWire
Returns the bundle wiring who requires the capability.
getRequiringBundles() - 类 中的方法org.knopflerfish.framework.RequiredBundleImpl
Returns the bundles that currently require this required bundle.
getRequiringBundles() - 接口 中的方法org.osgi.service.packageadmin.RequiredBundle
已过时。
Returns the bundles that currently require this required bundle.
getResource() - 类 中的方法org.knopflerfish.framework.BundleCapabilityImpl
 
getResource(String) - 类 中的方法org.knopflerfish.framework.BundleClassLoader
Finds the resource with the given name.
getResource(String) - 类 中的方法org.knopflerfish.framework.BundleImpl
 
getResource() - 类 中的方法org.knopflerfish.framework.BundleNameVersionCapability
 
getResource() - 类 中的方法org.knopflerfish.framework.BundleRequirementImpl
 
getResource() - 类 中的方法org.knopflerfish.framework.BundleWiringImpl
 
getResource(String) - 接口 中的方法org.osgi.framework.Bundle
Find the specified resource from this bundle's class loader.
getResource() - 接口 中的方法org.osgi.framework.wiring.BundleCapability
Returns the resource declaring this capability.
getResource() - 接口 中的方法org.osgi.framework.wiring.BundleRequirement
Returns the resource declaring this requirement.
getResource() - 接口 中的方法org.osgi.framework.wiring.BundleWiring
Returns the resource associated with this wiring.
getResource() - 接口 中的方法org.osgi.resource.Capability
Returns the resource declaring this capability.
getResource() - 接口 中的方法org.osgi.resource.Requirement
Returns the resource declaring this requirement.
getResource() - 接口 中的方法org.osgi.resource.Wiring
Returns the resource associated with this wiring.
getResourceAsStream(String) - 类 中的方法org.knopflerfish.framework.BundleClassLoader
Finds the resource with the given name and returns the InputStream.
getResourceCapabilities(String) - 类 中的方法org.knopflerfish.framework.BundleWiringImpl
 
getResourceCapabilities(String) - 接口 中的方法org.osgi.framework.wiring.BundleWiring
Returns the capabilities provided by this wiring.
getResourceCapabilities(String) - 接口 中的方法org.osgi.resource.Wiring
Returns the capabilities provided by this wiring.
getResourceRequirements(String) - 类 中的方法org.knopflerfish.framework.BundleWiringImpl
 
getResourceRequirements(String) - 接口 中的方法org.osgi.framework.wiring.BundleWiring
Returns the requirements of this wiring.
getResourceRequirements(String) - 接口 中的方法org.osgi.resource.Wiring
Returns the requirements of this wiring.
getResources(String) - 类 中的方法org.knopflerfish.framework.BundleImpl
 
getResources(String) - 接口 中的方法org.osgi.framework.Bundle
Find the specified resources from this bundle's class loader.
getResourcesOSGi(String) - 类 中的方法org.knopflerfish.framework.BundleClassLoader
Finds all the resources with the given name.
getRevision() - 类 中的方法org.knopflerfish.framework.BundleCapabilityImpl
 
getRevision() - 类 中的方法org.knopflerfish.framework.BundleNameVersionCapability
 
getRevision() - 类 中的方法org.knopflerfish.framework.BundleRequirementImpl
 
getRevision() - 类 中的方法org.knopflerfish.framework.BundleWiringImpl
 
getRevision() - 接口 中的方法org.osgi.framework.wiring.BundleCapability
Returns the bundle revision declaring this capability.
getRevision() - 接口 中的方法org.osgi.framework.wiring.BundleRequirement
Returns the bundle revision declaring this requirement.
getRevision() - 接口 中的方法org.osgi.framework.wiring.BundleWiring
Returns the bundle revision for the bundle in this bundle wiring.
getRevisions() - 类 中的方法org.knopflerfish.framework.BundleRevisionsImpl
 
getRevisions() - 接口 中的方法org.osgi.framework.wiring.BundleRevisions
Return the bundle revisions for the referenced bundle.
getRight() - 类 中的方法org.osgi.framework.VersionRange
Returns the right endpoint of this version range.
getRightType() - 类 中的方法org.osgi.framework.VersionRange
Returns the type of the right endpoint of this version range.
getService(ServiceReference<S>) - 类 中的方法org.knopflerfish.framework.BundleContextImpl
Get the service object.
getService(Bundle, ServiceRegistration<StartLevel>) - 类 中的方法org.knopflerfish.framework.StartLevelController
 
getService(ServiceReference<S>) - 接口 中的方法org.osgi.framework.BundleContext
Returns the service object referenced by the specified ServiceReference object.
getService(Bundle, ServiceRegistration<S>) - 接口 中的方法org.osgi.framework.ServiceFactory
Creates a new service object.
getService(ServiceReference<S>) - 类 中的方法org.osgi.util.tracker.ServiceTracker
Returns the service object for the specified ServiceReference if the specified referenced service is being tracked by this ServiceTracker.
getService() - 类 中的方法org.osgi.util.tracker.ServiceTracker
Returns a service object for one of the services being tracked by this ServiceTracker.
getServiceReference(String) - 类 中的方法org.knopflerfish.framework.BundleContextImpl
Get a service reference.
getServiceReference(Class<S>) - 类 中的方法org.knopflerfish.framework.BundleContextImpl
 
getServiceReference(String) - 接口 中的方法org.osgi.framework.BundleContext
Returns a ServiceReference object for a service that implements and was registered under the specified class.
getServiceReference(Class<S>) - 接口 中的方法org.osgi.framework.BundleContext
Returns a ServiceReference object for a service that implements and was registered under the name of the specified class.
getServiceReference() - 类 中的方法org.osgi.framework.ServiceEvent
Returns a reference to the service that had a change occur in its lifecycle.
getServiceReference() - 类 中的方法org.osgi.util.tracker.ServiceTracker
Returns a ServiceReference for one of the services being tracked by this ServiceTracker.
getServiceReferences(String, String) - 类 中的方法org.knopflerfish.framework.BundleContextImpl
Get a list of service references.
getServiceReferences(Class<S>, String) - 类 中的方法org.knopflerfish.framework.BundleContextImpl
 
getServiceReferences(String, String) - 接口 中的方法org.osgi.framework.BundleContext
Returns an array of ServiceReference objects.
getServiceReferences(Class<S>, String) - 接口 中的方法org.osgi.framework.BundleContext
Returns a collection of ServiceReference objects.
getServiceReferences() - 类 中的方法org.osgi.util.tracker.ServiceTracker
Return an array of ServiceReferences for all services being tracked by this ServiceTracker.
getServices() - 类 中的方法org.osgi.util.tracker.ServiceTracker
Return an array of service objects for all services being tracked by this ServiceTracker.
getServices(T[]) - 类 中的方法org.osgi.util.tracker.ServiceTracker
Return an array of service objects for all services being tracked by this ServiceTracker.
getServicesInUse() - 类 中的方法org.knopflerfish.framework.BundleImpl
Get services that this bundle uses.
getServicesInUse() - 接口 中的方法org.osgi.framework.Bundle
Returns this bundle's ServiceReference list for all services it is using or returns null if this bundle is not using any services.
getSignerCertificates(int) - 类 中的方法org.knopflerfish.framework.BundleImpl
 
getSignerCertificates(int) - 接口 中的方法org.osgi.framework.Bundle
Return the certificates for the signers of this bundle and the certificate chains for those signers.
getSpecificationVersion() - 类 中的方法org.knopflerfish.framework.ExportedPackageImpl
Returns the specification version of this ExportedPackage, as specified in the exporting bundle's manifest file.
getSpecificationVersion() - 接口 中的方法org.osgi.service.packageadmin.ExportedPackage
已过时。
As of 1.2, replaced by ExportedPackage.getVersion().
getStartLevel() - 接口 中的方法org.knopflerfish.framework.BundleArchive
Get stored bundle start level.
getStartLevel() - 类 中的方法org.knopflerfish.framework.StartLevelController.StartLevelImpl
 
getStartLevel() - 接口 中的方法org.osgi.framework.startlevel.BundleStartLevel
Return the assigned start level value for the bundle.
getStartLevel() - 接口 中的方法org.osgi.framework.startlevel.FrameworkStartLevel
Return the active start level value of the Framework.
getStartLevel() - 接口 中的方法org.osgi.service.startlevel.StartLevel
已过时。
Return the active start level value of the Framework.
getStartOnLaunchBundles() - 类 中的方法org.knopflerfish.framework.bundlestorage.file.BundleStorageImpl
Get all bundles to start at next launch of framework.
getStartOnLaunchBundles() - 接口 中的方法org.knopflerfish.framework.BundleStorage
Get all bundles tagged to start at next launch of framework.
getStartOnLaunchBundles() - 类 中的方法org.knopflerfish.framework.bundlestorage.memory.BundleStorageImpl
Get all bundles to start at next launch of framework.
getState() - 类 中的方法org.knopflerfish.framework.BundleImpl
Get bundle state.
getState() - 接口 中的方法org.osgi.framework.Bundle
Returns this bundle's current state.
getSubId() - 类 中的方法org.knopflerfish.framework.bundlestorage.file.Archive
Get sub-archive id for this archive.
getSubId() - 接口 中的方法org.knopflerfish.framework.FileArchive
Get sub-archive id for this archive.
getSymbolicName() - 类 中的方法org.knopflerfish.framework.BundleImpl
 
getSymbolicName() - 类 中的方法org.knopflerfish.framework.BundleRevisionImpl
 
getSymbolicName() - 类 中的方法org.knopflerfish.framework.RequiredBundleImpl
Returns the symbolic name of this required bundle.
getSymbolicName() - 接口 中的方法org.osgi.framework.Bundle
Returns the symbolic name of this bundle as specified by its Bundle-SymbolicName manifest header.
getSymbolicName() - 接口 中的方法org.osgi.framework.launch.Framework
Returns the symbolic name of this Framework.
getSymbolicName() - 接口 中的方法org.osgi.framework.wiring.BundleRevision
Returns the symbolic name for this bundle revision.
getSymbolicName() - 接口 中的方法org.osgi.service.packageadmin.RequiredBundle
已过时。
Returns the symbolic name of this required bundle.
getThrowable() - 类 中的方法org.osgi.framework.FrameworkEvent
Returns the exception related to this event.
getTracked() - 类 中的方法org.osgi.util.tracker.BundleTracker
Return a Map with the Bundles and customized objects for all bundles being tracked by this BundleTracker.
getTracked() - 类 中的方法org.osgi.util.tracker.ServiceTracker
Return a SortedMap of the ServiceReferences and service objects for all services being tracked by this ServiceTracker.
getTrackingCount() - 类 中的方法org.osgi.util.tracker.BundleTracker
Returns the tracking count for this BundleTracker.
getTrackingCount() - 类 中的方法org.osgi.util.tracker.ServiceTracker
Returns the tracking count for this ServiceTracker.
getType() - 类 中的方法org.osgi.framework.BundleEvent
Returns the type of lifecyle event.
getType() - 异常错误 中的方法org.osgi.framework.BundleException
Returns the type for this exception or UNSPECIFIED if the type was unspecified or unknown.
getType() - 类 中的方法org.osgi.framework.FrameworkEvent
Returns the type of framework event.
getType() - 类 中的方法org.osgi.framework.ServiceEvent
Returns the type of event.
getType() - 异常错误 中的方法org.osgi.framework.ServiceException
Returns the type for this exception or UNSPECIFIED if the type was unspecified or unknown.
getType() - 类 中的方法org.osgi.service.condpermadmin.ConditionInfo
Returns the fully qualified class name of the condition represented by this ConditionInfo.
getType() - 类 中的方法org.osgi.service.permissionadmin.PermissionInfo
Returns the fully qualified class name of the permission represented by this PermissionInfo.
getTypes() - 类 中的方法org.knopflerfish.framework.BundleRevisionImpl
 
getTypes() - 接口 中的方法org.osgi.framework.wiring.BundleRevision
Returns the special types of this bundle revision.
getUnlocalizedAttributes() - 接口 中的方法org.knopflerfish.framework.BundleArchive
 
getUsingBundles() - 类 中的方法org.knopflerfish.framework.ServiceReferenceImpl
Return the bundles that are using the service wrapped by this ServiceReference, i.e., whose usage count for this service is greater than zero.
getUsingBundles() - 接口 中的方法org.osgi.framework.ServiceReference
Returns the bundles that are using the service referenced by this ServiceReference object.
getVersion() - 类 中的方法org.knopflerfish.framework.BundleImpl
 
getVersion() - 类 中的方法org.knopflerfish.framework.BundleRevisionImpl
 
getVersion() - 类 中的方法org.knopflerfish.framework.ExportedPackageImpl
 
getVersion() - 类 中的方法org.knopflerfish.framework.RequiredBundleImpl
Returns the version of this required bundle.
getVersion() - 接口 中的方法org.osgi.framework.Bundle
Returns the version of this bundle as specified by its Bundle-Version manifest header.
getVersion() - 接口 中的方法org.osgi.framework.wiring.BundleRevision
Returns the version for this bundle revision.
getVersion() - 接口 中的方法org.osgi.service.packageadmin.ExportedPackage
已过时。
Returns the version of this exported package.
getVersion() - 接口 中的方法org.osgi.service.packageadmin.RequiredBundle
已过时。
Returns the version of this required bundle.
getWiring() - 类 中的方法org.knopflerfish.framework.BundleRevisionImpl
 
getWiring() - 接口 中的方法org.osgi.framework.wiring.BundleRevision
Returns the bundle wiring which is using this bundle revision.

H

hashCode() - 类 中的方法org.knopflerfish.framework.AutoManifest
Hash code base on original manifest and loation
hashCode() - 类 中的方法org.knopflerfish.framework.BundleNameVersionCapability
 
hashCode(URL) - 类 中的方法org.knopflerfish.framework.BundleURLStreamHandler
Provides the hash calculation
hashCode() - 类 中的方法org.knopflerfish.framework.BundleWireImpl
 
hashCode() - 类 中的方法org.knopflerfish.framework.ServiceReferenceImpl
Return a hashcode for the service.
hashCode(URL) - 类 中的方法org.knopflerfish.framework.URLStreamHandlerWrapper
 
hashCode() - 类 中的方法org.osgi.framework.AdaptPermission
Returns the hash code value for this object.
hashCode() - 类 中的方法org.osgi.framework.AdminPermission
Returns the hash code value for this object.
hashCode() - 类 中的方法org.osgi.framework.BundlePermission
Returns the hash code value for this object.
hashCode() - 类 中的方法org.osgi.framework.CapabilityPermission
Returns the hash code value for this object.
hashCode() - 接口 中的方法org.osgi.framework.Filter
Returns the hashCode for this Filter.
hashCode() - 接口 中的方法org.osgi.framework.hooks.service.ListenerHook.ListenerInfo
Returns the hash code for this ListenerInfo.
hashCode() - 类 中的方法org.osgi.framework.PackagePermission
Returns the hash code value for this object.
hashCode() - 类 中的方法org.osgi.framework.ServicePermission
Returns the hash code value for this object.
hashCode() - 类 中的方法org.osgi.framework.Version
Returns a hash code value for the object.
hashCode() - 类 中的方法org.osgi.framework.VersionRange
Returns a hash code value for the object.
hashCode() - 接口 中的方法org.osgi.resource.Capability
Returns the hashCode of this Capability.
hashCode() - 接口 中的方法org.osgi.resource.Requirement
Returns the hashCode of this Requirement.
hashCode() - 接口 中的方法org.osgi.resource.Resource
Returns the hashCode of this Resource.
hashCode() - 接口 中的方法org.osgi.resource.Wire
Returns the hashCode of this Wire.
hashCode() - 接口 中的方法org.osgi.service.condpermadmin.ConditionalPermissionInfo
Returns the hash code value for this object.
hashCode() - 类 中的方法org.osgi.service.condpermadmin.ConditionInfo
Returns the hash code value for this object.
hashCode() - 类 中的方法org.osgi.service.permissionadmin.PermissionInfo
Returns the hash code value for this object.
hashCode(URL) - 类 中的方法org.osgi.service.url.AbstractURLStreamHandlerService
This method calls super.hashCode(URL).
hashCode(URL) - 接口 中的方法org.osgi.service.url.URLStreamHandlerService
 
hasNext() - 类 中的方法org.knopflerfish.framework.IteratorIterator
 
hasNext() - 类 中的方法org.knopflerfish.framework.IteratorIteratorSorted
 
hasPermission(Object) - 类 中的方法org.knopflerfish.framework.BundleImpl
Determine whether the bundle has the requested permission.
hasPermission(Object) - 类 中的方法org.knopflerfish.framework.SystemBundle
The system has all the permissions.
hasPermission(Object) - 接口 中的方法org.osgi.framework.Bundle
Determines if this bundle has the specified permissions.
HeaderDictionary - org.knopflerfish.framework中的类
Dictionary for Bundle Manifest headers.
HeaderDictionary(Attributes) - 类 的构造器org.knopflerfish.framework.HeaderDictionary
Create a dictionary from manifest attributes.
HOOKS_PROP - 类 中的静态变量org.knopflerfish.framework.Debug
Report hooks handling
HOST - 类 中的静态变量org.osgi.framework.BundlePermission
The action string host.
HOST_NAMESPACE - 类 中的静态变量org.osgi.framework.namespace.HostNamespace
Namespace name for host capabilities and requirements.
HOST_NAMESPACE - 接口 中的静态变量org.osgi.framework.wiring.BundleRevision
Namespace for host capabilities and requirements.
HostNamespace - org.osgi.framework.namespace中的类
Host Capability and Requirement Namespace.
hostsEqual(URL, URL) - 类 中的方法org.knopflerfish.framework.BundleURLStreamHandler
Compares the host components of two URLs.
hostsEqual(URL, URL) - 类 中的方法org.knopflerfish.framework.URLStreamHandlerWrapper
 
hostsEqual(URL, URL) - 类 中的方法org.osgi.service.url.AbstractURLStreamHandlerService
This method calls super.hostsEqual.
hostsEqual(URL, URL) - 接口 中的方法org.osgi.service.url.URLStreamHandlerService
 

I

IDENTITY_NAMESPACE - 类 中的静态变量org.osgi.framework.namespace.IdentityNamespace
Namespace name for identity capabilities and requirements.
IdentityNamespace - org.osgi.framework.namespace中的类
Identity Capability and Requirement Namespace.
implies(Permission) - 类 中的方法org.knopflerfish.framework.permissions.PermissionsWrapper
 
implies(Permission) - 类 中的方法org.osgi.framework.AdaptPermission
Determines if the specified permission is implied by this object.
implies(Permission) - 类 中的方法org.osgi.framework.AdminPermission
Determines if the specified permission is implied by this object.
implies(Permission) - 类 中的方法org.osgi.framework.BundlePermission
Determines if the specified permission is implied by this object.
implies(Permission) - 类 中的方法org.osgi.framework.CapabilityPermission
Determines if a CapabilityPermission object "implies" the specified permission.
implies(Permission) - 类 中的方法org.osgi.framework.PackagePermission
Determines if the specified permission is implied by this object.
implies(Permission) - 类 中的方法org.osgi.framework.ServicePermission
Determines if a ServicePermission object "implies" the specified permission.
IMPORT - 类 中的静态变量org.osgi.framework.PackagePermission
The action string import.
IMPORT_PACKAGE - 接口 中的静态变量org.osgi.framework.Constants
Manifest header identifying the packages on which the bundle depends.
IMPORT_SERVICE - 接口 中的静态变量org.osgi.framework.Constants
已过时。
As of 1.2.
INCLUDE_DIRECTIVE - 接口 中的静态变量org.osgi.framework.Constants
Manifest header directive identifying a list of classes to include in the exported package.
includes(Version) - 类 中的方法org.osgi.framework.VersionRange
Returns whether this version range includes the specified version.
INFO - 类 中的静态变量org.osgi.framework.FrameworkEvent
An informational event has occurred.
init() - 类 中的方法org.knopflerfish.framework.SystemBundle
Initialize this framework.
init() - 接口 中的方法org.osgi.framework.launch.Framework
Initialize this Framework.
initCause(Throwable) - 异常错误 中的方法org.osgi.framework.BundleException
Initializes the cause of this exception to the specified value.
initCause(Throwable) - 异常错误 中的方法org.osgi.framework.InvalidSyntaxException
Initializes the cause of this exception to the specified value.
initKFProperties() - 类 中的方法org.knopflerfish.framework.FWProps
Create the default set of KF specific framework properties.
initProperties(FrameworkContext) - 类 中的方法org.knopflerfish.framework.FWProps
Create the default set of framework (launch) properties.
insert(E) - 类 中的方法org.knopflerfish.framework.Queue
Inserts an item into the queue.
insertBundleJar(String, InputStream) - 类 中的方法org.knopflerfish.framework.bundlestorage.file.BundleStorageImpl
Insert bundle into persistent storage
insertBundleJar(String, InputStream) - 接口 中的方法org.knopflerfish.framework.BundleStorage
Insert bundle into persistent storagedata.
insertBundleJar(String, InputStream) - 类 中的方法org.knopflerfish.framework.bundlestorage.memory.BundleStorageImpl
Insert bundle into persistent storage
insertFirst(E) - 类 中的方法org.knopflerfish.framework.Queue
Inserts an item first into the queue.
installBundle(String) - 类 中的方法org.knopflerfish.framework.BundleContextImpl
Install a bundle from location.
installBundle(String, InputStream) - 类 中的方法org.knopflerfish.framework.BundleContextImpl
Install a bundle from an InputStream.
installBundle(String, InputStream) - 接口 中的方法org.osgi.framework.BundleContext
Installs a bundle from the specified InputStream object.
installBundle(String) - 接口 中的方法org.osgi.framework.BundleContext
Installs a bundle from the specified location identifier.
INSTALLED - 接口 中的静态变量org.osgi.framework.Bundle
The bundle is installed but not yet resolved.
INSTALLED - 类 中的静态变量org.osgi.framework.BundleEvent
The bundle has been installed.
INSTALLING - 接口 中的静态变量org.osgi.framework.hooks.bundle.CollisionHook
Specifies a bundle install operation is being performed.
intersection(VersionRange...) - 类 中的方法org.osgi.framework.VersionRange
Returns the intersection of this version range with the specified version ranges.
INVALID_OPERATION - 异常错误 中的静态变量org.osgi.framework.BundleException
The operation was invalid.
InvalidSyntaxException - org.osgi.framework中的异常错误
A Framework exception used to indicate that a filter string has an invalid syntax.
InvalidSyntaxException(String, String) - 异常错误 的构造器org.osgi.framework.InvalidSyntaxException
Creates an exception of type InvalidSyntaxException.
InvalidSyntaxException(String, String, Throwable) - 异常错误 的构造器org.osgi.framework.InvalidSyntaxException
Creates an exception of type InvalidSyntaxException.
IS_DOUBLECHECKED_LOCKING_SAFE_PROP - 类 中的静态变量org.knopflerfish.framework.FWProps
 
isActivationPolicyUsed() - 接口 中的方法org.osgi.framework.startlevel.BundleStartLevel
Returns whether the bundle's autostart setting indicates that the activation policy declared in the bundle manifest must be used.
isAssignableTo(Bundle, String) - 类 中的方法org.knopflerfish.framework.ServiceReferenceImpl
 
isAssignableTo(Bundle, String) - 接口 中的方法org.osgi.framework.ServiceReference
Tests if the bundle that registered the service referenced by this ServiceReference and the specified bundle use the same source for the package of the specified class name.
isAuto() - 类 中的方法org.knopflerfish.framework.AutoManifest
Check if manifest generation is enabled for this instance.
isBootClassContext(String) - 类 中的方法org.knopflerfish.framework.BundleClassLoader
Check if the current call is made from a class loaded on the boot class path (or rather, on a class loaded from something else than a bundle class loader)
isBundleActivationPolicyUsed(Bundle) - 类 中的方法org.knopflerfish.framework.StartLevelController.StartLevelImpl
 
isBundleActivationPolicyUsed(Bundle) - 接口 中的方法org.osgi.service.startlevel.StartLevel
已过时。
Returns whether the specified bundle's autostart setting indicates that the activation policy declared in the bundle's manifest must be used.
isBundlePersistentlyStarted(Bundle) - 类 中的方法org.knopflerfish.framework.StartLevelController.StartLevelImpl
 
isBundlePersistentlyStarted(Bundle) - 接口 中的方法org.osgi.service.startlevel.StartLevel
已过时。
Returns whether the specified bundle's autostart setting indicates the bundle must be started.
isCurrent() - 类 中的方法org.knopflerfish.framework.BundleWiringImpl
 
isCurrent() - 接口 中的方法org.osgi.framework.wiring.BundleWiring
Returns true if this bundle wiring is the current bundle wiring.
isDoubleCheckedLockingSafe - 类 中的变量org.knopflerfish.framework.FWProps
Is it safe to use double-checked locking or not.
isEmpty() - 类 中的方法org.knopflerfish.framework.HeaderDictionary
Tests if this dictionary maps no keys to value.
isEmpty() - 类 中的方法org.osgi.framework.VersionRange
Returns whether this version range is empty.
isEmpty() - 类 中的方法org.osgi.util.tracker.BundleTracker
Return if this BundleTracker is empty.
isEmpty() - 类 中的方法org.osgi.util.tracker.ServiceTracker
Return if this ServiceTracker is empty.
isExact() - 类 中的方法org.osgi.framework.VersionRange
Returns whether this version range contains only a single version.
isInUse() - 类 中的方法org.knopflerfish.framework.BundleWiringImpl
 
isInUse() - 接口 中的方法org.osgi.framework.wiring.BundleWiring
Returns true if this bundle wiring is in use.
isMutable() - 接口 中的方法org.osgi.service.condpermadmin.Condition
Returns whether the Condition is mutable.
isPersistentlyStarted() - 接口 中的方法org.osgi.framework.startlevel.BundleStartLevel
Returns whether the bundle's autostart setting indicates it must be started.
isPostponeAvailable() - 接口 中的方法org.knopflerfish.framework.permissions.ConditionalPermissionSecurityManager
 
isPostponeAvailable() - 类 中的方法org.knopflerfish.framework.permissions.KFSecurityManager
Is it possible to do postponement checks.
isPostponed() - 接口 中的方法org.osgi.service.condpermadmin.Condition
Returns whether the evaluation must be postponed until the end of the permission check.
isReadOnly() - 类 中的方法org.knopflerfish.framework.permissions.PermissionsWrapper
 
isRemovalPending() - 类 中的方法org.knopflerfish.framework.ExportedPackageImpl
Returns true if this ExportedPackage has been exported by a bundle that has been updated or uninstalled.
isRemovalPending() - 类 中的方法org.knopflerfish.framework.RequiredBundleImpl
Returns true if the bundle associated with this RequiredBundle object has been updated or uninstalled.
isRemovalPending() - 接口 中的方法org.osgi.service.packageadmin.ExportedPackage
已过时。
Returns true if the package associated with this ExportedPackage object has been exported by a bundle that has been updated or uninstalled.
isRemovalPending() - 接口 中的方法org.osgi.service.packageadmin.RequiredBundle
已过时。
Returns true if the bundle associated with this RequiredBundle object has been updated or uninstalled.
isRemoved() - 接口 中的方法org.osgi.framework.hooks.service.ListenerHook.ListenerInfo
Return the state of the listener for this addition and removal life cycle.
isSatisfied() - 接口 中的方法org.osgi.service.condpermadmin.Condition
Returns whether the Condition is satisfied.
isSatisfied(Condition[], Dictionary<Object, Object>) - 接口 中的方法org.osgi.service.condpermadmin.Condition
Returns whether the specified set of Condition objects are satisfied.
isSimple(List<String>, List<Object>[], boolean) - 类 中的方法org.knopflerfish.framework.LDAPExpr
Checks if this LDAP expression is "simple".
isWeavingComplete() - 接口 中的方法org.osgi.framework.hooks.weaving.WovenClass
Returns whether weaving is complete in this woven class.
IteratorIterator<A> - org.knopflerfish.framework中的类
Meta Iterator
IteratorIterator(List<Iterator<A>>) - 类 的构造器org.knopflerfish.framework.IteratorIterator
 
IteratorIteratorSorted<A> - org.knopflerfish.framework中的类
Meta Iterator that takes sorted list and returns a sorted result.
IteratorIteratorSorted(List<Iterator<A>>, Util.Comparator<A, A>) - 类 的构造器org.knopflerfish.framework.IteratorIteratorSorted
 

J

JAR_VERIFIER_BUG_PROP - 类 中的静态变量org.knopflerfish.framework.bundlestorage.file.BundleStorageImpl
 
JARDIR_DEFAULT - 类 中的静态变量org.knopflerfish.framework.Main
 
JARDIR_PROP - 类 中的静态变量org.knopflerfish.framework.Main
 
javaVersionMajor - 类 中的静态变量org.knopflerfish.framework.FWProps
 
javaVersionMicro - 类 中的静态变量org.knopflerfish.framework.FWProps
 
javaVersionMinor - 类 中的静态变量org.knopflerfish.framework.FWProps
 
JKSValidator - org.knopflerfish.framework.validator中的类
JKS certificate validator
JKSValidator(FrameworkContext) - 类 的构造器org.knopflerfish.framework.validator.JKSValidator
Create a JKS based validator.

K

KEY_KEYS - 类 中的静态变量org.knopflerfish.framework.FWProps
Name of special property containing a comma-separated list of all other property names.
keys() - 类 中的方法org.knopflerfish.framework.HeaderDictionary
Returns an enumeration of the keys in this dictionary.
KFSecurityManager - org.knopflerfish.framework.permissions中的类
 
KFSecurityManager(FrameworkContext) - 类 的构造器org.knopflerfish.framework.permissions.KFSecurityManager
 

L

LAZY_ACTIVATION - 类 中的静态变量org.osgi.framework.BundleEvent
The bundle will be lazily activated.
LAZY_ACTIVATION_PROP - 类 中的静态变量org.knopflerfish.framework.Debug
Report triggering of lazy activation
LDAP_NOCACHE_PROP - 类 中的静态变量org.knopflerfish.framework.FWProps
 
LDAP_PROP - 类 中的静态变量org.knopflerfish.framework.Debug
Report LDAP handling
LDAPExpr - org.knopflerfish.framework中的类
 
LDAPExpr(String) - 类 的构造器org.knopflerfish.framework.LDAPExpr
 
LE - 类 中的静态变量org.knopflerfish.framework.LDAPExpr
 
LEFT_CLOSED - 类 中的静态变量org.osgi.framework.VersionRange
The left endpoint is closed and is included in the range.
LEFT_OPEN - 类 中的静态变量org.osgi.framework.VersionRange
The left endpoint is open and is excluded from the range.
LIFECYCLE - 类 中的静态变量org.osgi.framework.AdminPermission
The action string lifecycle.
listDir(String) - 类 中的方法org.knopflerfish.framework.bundlestorage.file.Archive
Get a BundleResourceStream to named entry inside an Archive.
listDir(String) - 接口 中的方法org.knopflerfish.framework.FileArchive
List all entries for named directory.
LISTENER - 类 中的静态变量org.osgi.framework.AdminPermission
The action string listener.
LISTENER_N_THREADS_PROP - 类 中的静态变量org.knopflerfish.framework.FWProps
 
ListenerHook - org.osgi.framework.hooks.service中的接口
OSGi Framework Service Listener Hook Service.
ListenerHook.ListenerInfo - org.osgi.framework.hooks.service中的接口
Information about a Service Listener.
listResources(String, String, int) - 类 中的方法org.knopflerfish.framework.BundleWiringImpl
 
listResources(String, String, int) - 接口 中的方法org.osgi.framework.wiring.BundleWiring
Returns the names of resources visible to this bundle wiring's class loader.
LISTRESOURCES_LOCAL - 接口 中的静态变量org.osgi.framework.wiring.BundleWiring
The list resource names operation must limit the result to the names of matching resources contained in this bundle wiring's bundle revision and its attached fragment revisions.
LISTRESOURCES_RECURSE - 接口 中的静态变量org.osgi.framework.wiring.BundleWiring
The list resource names operation must recurse into subdirectories.
loadClass(String, boolean) - 类 中的方法org.knopflerfish.framework.BundleClassLoader
Find Class and load it.
loadClass(String) - 类 中的方法org.knopflerfish.framework.BundleImpl
 
loadClass(String) - 接口 中的方法org.osgi.framework.Bundle
Loads the specified class using this bundle's class loader.

M

Main - org.knopflerfish.framework中的类
This is the main startup code for the framework and enables basic operations as install, start, stop, uninstall and update.
Main() - 类 的构造器org.knopflerfish.framework.Main
 
main(String[]) - 类 中的静态方法org.knopflerfish.framework.Main
Help class for starting the OSGi framework.
MAIN_CLASS_ACTIVATION_PROP - 类 中的静态变量org.knopflerfish.framework.FWProps
If the Main-Class manifest attribute is set and this bundles location is present in the value (comma separated list) of the Framework property named org.knopflerfish.framework.main.class.activation then setup up a bundle activator that calls the main-method of the Main-Class when the bundle is started, and if the Main-Class contains a method named stop() call that method when the bundle is stopped.
MainClassBundleActivator - org.knopflerfish.framework中的类
BundleActivator implementation that can handle a jar file with just a Main-class attribute.
MainClassBundleActivator(Class<?>) - 类 的构造器org.knopflerfish.framework.MainClassBundleActivator
 
makeKeys() - 类 中的方法org.knopflerfish.framework.FWProps
 
MANDATORY_DIRECTIVE - 接口 中的静态变量org.osgi.framework.Constants
Manifest header directive identifying names of matching attributes which must be specified by matching Import-Package statements in the Export-Package manifest header.
MANIFEST_ERROR - 异常错误 中的静态变量org.osgi.framework.BundleException
The bundle manifest was in error.
mark(int) - 类 中的方法org.knopflerfish.framework.BundleResourceStream
Mark current position in input stream
markSupported() - 类 中的方法org.knopflerfish.framework.BundleResourceStream
Check it mark/reset is supported.
match(ServiceReference<?>) - 接口 中的方法org.osgi.framework.Filter
Filter using a service's properties.
match(Dictionary<String, ?>) - 接口 中的方法org.osgi.framework.Filter
Filter using a Dictionary with case insensitive key lookup.
matchCase(Dictionary<String, ?>) - 接口 中的方法org.osgi.framework.Filter
Filter using a Dictionary.
matchDistinguishedNameChain(String, List<String>) - 类 中的静态方法org.osgi.framework.FrameworkUtil
Match a Distinguished Name (DN) chain against a pattern.
matches(BundleCapability) - 类 中的方法org.knopflerfish.framework.BundleRequirementImpl
 
matches(Map<String, ?>) - 接口 中的方法org.osgi.framework.Filter
Filter using a Map.
matches(BundleCapability) - 接口 中的方法org.osgi.framework.wiring.BundleRequirement
Returns whether the specified capability matches this requirement.
METADATA - 类 中的静态变量org.osgi.framework.AdminPermission
The action string metadata.
MODIFIED - 类 中的静态变量org.osgi.framework.ServiceEvent
The properties of a registered service have been modified.
MODIFIED_ENDMATCH - 类 中的静态变量org.osgi.framework.ServiceEvent
The properties of a registered service have been modified and the new properties no longer match the listener's filter.
modifiedBundle(Bundle, BundleEvent, T) - 类 中的方法org.osgi.util.tracker.BundleTracker
Default implementation of the BundleTrackerCustomizer.modifiedBundle method.
modifiedBundle(Bundle, BundleEvent, T) - 接口 中的方法org.osgi.util.tracker.BundleTrackerCustomizer
A bundle tracked by the BundleTracker has been modified.
modifiedService(ServiceReference<S>, T) - 类 中的方法org.osgi.util.tracker.ServiceTracker
Default implementation of the ServiceTrackerCustomizer.modifiedService method.
modifiedService(ServiceReference<S>, T) - 接口 中的方法org.osgi.util.tracker.ServiceTrackerCustomizer
A service tracked by the ServiceTracker has been modified.

N

Namespace - org.osgi.resource中的类
Capability and Requirement Namespaces base class.
Namespace() - 类 的构造器org.osgi.resource.Namespace
Protected constructor for Namespace sub-types.
NATIVECODE_ERROR - 异常错误 中的静态变量org.osgi.framework.BundleException
The bundle could not be resolved due to an error with the Bundle-NativeCode header.
newConditionalPermissionInfo(String, ConditionInfo[], PermissionInfo[], String) - 类 中的方法org.knopflerfish.framework.permissions.ConditionalPermissionAdminImpl
 
newConditionalPermissionInfo(String) - 类 中的方法org.knopflerfish.framework.permissions.ConditionalPermissionAdminImpl
 
newConditionalPermissionInfo(String, ConditionInfo[], PermissionInfo[], String) - 接口 中的方法org.osgi.service.condpermadmin.ConditionalPermissionAdmin
Creates a new ConditionalPermissionInfo with the specified fields suitable for insertion into a ConditionalPermissionUpdate.
newConditionalPermissionInfo(String) - 接口 中的方法org.osgi.service.condpermadmin.ConditionalPermissionAdmin
Creates a new ConditionalPermissionInfo from the specified encoded ConditionalPermissionInfo string suitable for insertion into a ConditionalPermissionUpdate.
newConditionalPermissionUpdate() - 类 中的方法org.knopflerfish.framework.permissions.ConditionalPermissionAdminImpl
 
newConditionalPermissionUpdate() - 接口 中的方法org.osgi.service.condpermadmin.ConditionalPermissionAdmin
Creates a new update for the Conditional Permission Table.
newFramework(Map<String, String>) - 类 中的方法org.knopflerfish.framework.FrameworkFactoryImpl
 
newFramework(Map<String, String>) - 接口 中的方法org.osgi.framework.launch.FrameworkFactory
Create a new Framework instance.
newPermissionCollection() - 类 中的方法org.osgi.framework.AdaptPermission
Returns a new PermissionCollection object suitable for storing AdaptPermission objects.
newPermissionCollection() - 类 中的方法org.osgi.framework.AdminPermission
Returns a new PermissionCollection object suitable for storing AdminPermissions.
newPermissionCollection() - 类 中的方法org.osgi.framework.BundlePermission
Returns a new PermissionCollection object suitable for storing BundlePermission objects.
newPermissionCollection() - 类 中的方法org.osgi.framework.CapabilityPermission
Returns a new PermissionCollection object for storing CapabilityPermission objects.
newPermissionCollection() - 类 中的方法org.osgi.framework.PackagePermission
Returns a new PermissionCollection object suitable for storing PackagePermission objects.
newPermissionCollection() - 类 中的方法org.osgi.framework.ServicePermission
Returns a new PermissionCollection object for storing ServicePermission objects.
next() - 类 中的方法org.knopflerfish.framework.IteratorIterator
 
next() - 类 中的方法org.knopflerfish.framework.IteratorIteratorSorted
 
NL - 类 中的静态变量org.knopflerfish.framework.FWProps
Common new line string.
NOT - 类 中的静态变量org.knopflerfish.framework.LDAPExpr
 

O

OBJECTCLASS - 接口 中的静态变量org.osgi.framework.Constants
Service property identifying all of the class names under which a service was registered in the Framework.
open() - 类 中的方法org.osgi.util.tracker.BundleTracker
Open this BundleTracker and begin tracking bundles.
open() - 类 中的方法org.osgi.util.tracker.ServiceTracker
Open this ServiceTracker and begin tracking services.
open(boolean) - 类 中的方法org.osgi.util.tracker.ServiceTracker
Open this ServiceTracker and begin tracking services.
openConnection(URL) - 类 中的方法org.knopflerfish.framework.BundleURLStreamHandler
 
openConnection(URL) - 类 中的方法org.knopflerfish.framework.FWResourceURLStreamHandler
 
openConnection(URL) - 类 中的方法org.knopflerfish.framework.ReferenceURLStreamHandler
 
openConnection(URL) - 类 中的方法org.knopflerfish.framework.URLStreamHandlerWrapper
 
openConnection(URL) - 类 中的方法org.osgi.service.url.AbstractURLStreamHandlerService
 
openConnection(URL) - 接口 中的方法org.osgi.service.url.URLStreamHandlerService
 
operation - 类 中的变量org.knopflerfish.framework.BundleImpl
Type of operation in progress.
operator - 类 中的变量org.knopflerfish.framework.LDAPExpr
 
OR - 类 中的静态变量org.knopflerfish.framework.LDAPExpr
 
org.knopflerfish.framework - 程序包 org.knopflerfish.framework
 
org.knopflerfish.framework.bundlestorage - 程序包 org.knopflerfish.framework.bundlestorage
 
org.knopflerfish.framework.bundlestorage.file - 程序包 org.knopflerfish.framework.bundlestorage.file
 
org.knopflerfish.framework.bundlestorage.memory - 程序包 org.knopflerfish.framework.bundlestorage.memory
 
org.knopflerfish.framework.permissions - 程序包 org.knopflerfish.framework.permissions
 
org.knopflerfish.framework.validator - 程序包 org.knopflerfish.framework.validator
 
org.osgi.framework - 程序包 org.osgi.framework
Framework Package Version 1.7.
org.osgi.framework.hooks.bundle - 程序包 org.osgi.framework.hooks.bundle
Framework Bundle Hooks Package Version 1.1.
org.osgi.framework.hooks.resolver - 程序包 org.osgi.framework.hooks.resolver
Framework Resolver Hooks Package Version 1.0.
org.osgi.framework.hooks.service - 程序包 org.osgi.framework.hooks.service
Framework Service Hooks Package Version 1.1.
org.osgi.framework.hooks.weaving - 程序包 org.osgi.framework.hooks.weaving
Framework Weaving Hooks Package Version 1.0.
org.osgi.framework.launch - 程序包 org.osgi.framework.launch
Framework Launch Package Version 1.1.
org.osgi.framework.namespace - 程序包 org.osgi.framework.namespace
Namespace Package Version 1.0.
org.osgi.framework.startlevel - 程序包 org.osgi.framework.startlevel
Framework Start Level Package Version 1.0.
org.osgi.framework.wiring - 程序包 org.osgi.framework.wiring
Framework Wiring Package Version 1.1.
org.osgi.resource - 程序包 org.osgi.resource
Resource Package Version 1.0.
org.osgi.service.condpermadmin - 程序包 org.osgi.service.condpermadmin
Conditional Permission Admin Package Version 1.1.
org.osgi.service.packageadmin - 程序包 org.osgi.service.packageadmin
Package Admin Package Version 1.2.
org.osgi.service.permissionadmin - 程序包 org.osgi.service.permissionadmin
Permission Admin Package Version 1.2.
org.osgi.service.startlevel - 程序包 org.osgi.service.startlevel
Start Level Package Version 1.1.
org.osgi.service.url - 程序包 org.osgi.service.url
URL Stream and Content Handlers Package Version 1.0.
org.osgi.util.tracker - 程序包 org.osgi.util.tracker
Tracker Package Version 1.5.
osNameAliases - 类 中的静态变量org.knopflerfish.framework.Alias
List of OS name aliases.

P

PACKAGE_NAMESPACE - 类 中的静态变量org.osgi.framework.namespace.PackageNamespace
Namespace name for package capabilities and requirements.
PACKAGE_NAMESPACE - 接口 中的静态变量org.osgi.framework.wiring.BundleRevision
Namespace for package capabilities and requirements.
PACKAGE_SPECIFICATION_VERSION - 接口 中的静态变量org.osgi.framework.Constants
已过时。
As of 1.3. This has been replaced by Constants.VERSION_ATTRIBUTE.
PackageAdmin - org.osgi.service.packageadmin中的接口
已过时。
This service has been replaced by the org.osgi.framework.wiring package.
PackageAdminImpl - org.knopflerfish.framework中的类
Framework service which allows bundle programmers to inspect the packages exported in the framework and eagerly update or uninstall bundles.
PackageNamespace - org.osgi.framework.namespace中的类
Package Capability and Requirement Namespace.
PackagePermission - org.osgi.framework中的类
A bundle's authority to import or export a package.
PackagePermission(String, String) - 类 的构造器org.osgi.framework.PackagePermission
Creates a new PackagePermission object.
PackagePermission(String, Bundle, String) - 类 的构造器org.osgi.framework.PackagePermission
Creates a new requested PackagePermission object to be used by code that must perform checkPermission for the import action.
PACKAGES_REFRESHED - 类 中的静态变量org.osgi.framework.FrameworkEvent
A FrameworkWiring.refreshBundles operation has completed.
parseEnumeration(String, String) - 类 中的静态方法org.knopflerfish.framework.Util
Parse strings of format: ENTRY (, ENTRY)*
parseManifestHeader(String, String, boolean, boolean, boolean) - 类 中的静态方法org.knopflerfish.framework.Util
Parse manifest header values on format: ENTRY (',' ENTRY)* ENTRY = key (';' key)* (';' PARAM)* PARAM = attribute (':' TYPE)?
parseURL(URL, String, int, int) - 类 中的方法org.knopflerfish.framework.BundleURLStreamHandler
 
parseURL(URL, String, int, int) - 类 中的方法org.knopflerfish.framework.URLStreamHandlerWrapper
 
parseURL(URLStreamHandlerSetter, URL, String, int, int) - 类 中的方法org.osgi.service.url.AbstractURLStreamHandlerService
Parse a URL using the URLStreamHandlerSetter object.
parseURL(URLStreamHandlerSetter, URL, String, int, int) - 接口 中的方法org.osgi.service.url.URLStreamHandlerService
Parse a URL.
parseVersion(String) - 类 中的静态方法org.osgi.framework.Version
Parses a version identifier from the specified string.
patch - 类 中的变量org.knopflerfish.framework.Debug
 
PATCH_CONFIGURL_PROP - 类 中的静态变量org.knopflerfish.framework.FWProps
 
PATCH_DUMPCLASSES_DIR_PROP - 类 中的静态变量org.knopflerfish.framework.FWProps
 
PATCH_DUMPCLASSES_PROP - 类 中的静态变量org.knopflerfish.framework.FWProps
 
PATCH_PROP - 类 中的静态变量org.knopflerfish.framework.Debug
Report Class patching handling
PATCH_PROP - 类 中的静态变量org.knopflerfish.framework.FWProps
 
PERM_OK - 类 中的静态变量org.knopflerfish.framework.BundleURLStreamHandler
 
PermissionAdmin - org.osgi.service.permissionadmin中的接口
The Permission Admin service allows management agents to manage the permissions of bundles.
PermissionAdminImpl - org.knopflerfish.framework.permissions中的类
Implementation of the PermissionAdmin service.
PermissionAdminImpl(PermissionInfoStorage) - 类 的构造器org.knopflerfish.framework.permissions.PermissionAdminImpl
 
PermissionInfo - org.osgi.service.permissionadmin中的类
Permission representation used by the Permission Admin service.
PermissionInfo(String, String, String) - 类 的构造器org.osgi.service.permissionadmin.PermissionInfo
Constructs a PermissionInfo from the specified type, name, and actions.
PermissionInfo(String) - 类 的构造器org.osgi.service.permissionadmin.PermissionInfo
Constructs a PermissionInfo object from the specified encoded PermissionInfo string.
permissions - 类 中的变量org.knopflerfish.framework.Debug
 
PERMISSIONS_PROP - 类 中的静态变量org.knopflerfish.framework.Debug
Report permission handling
PermissionsHandle - org.knopflerfish.framework.permissions中的类
 
PermissionsHandle(FrameworkContext) - 类 的构造器org.knopflerfish.framework.permissions.PermissionsHandle
 
PermissionsWrapper - org.knopflerfish.framework.permissions中的类
Wraps Permissions so that we can update it dynamically.
println(String) - 类 中的方法org.knopflerfish.framework.Debug
Common println() method for debug messages.
printStackTrace(String, Throwable) - 类 中的方法org.knopflerfish.framework.Debug
Common printStackTrace method for debug messages.
processorAliases - 类 中的静态变量org.knopflerfish.framework.Alias
List of processor aliases.
PRODVERSION_PROP - 类 中的静态变量org.knopflerfish.framework.Main
 
props - 类 中的变量org.knopflerfish.framework.FrameworkContext
Framework properties.
props - 类 中的变量org.knopflerfish.framework.FWProps
The properties for this framework instance.
props_default - 类 中的变量org.knopflerfish.framework.FWProps
The default properties for this framework instance.
PROTOCOL - 类 中的静态变量org.knopflerfish.framework.BundleURLStreamHandler
 
PROTOCOL - 类 中的静态变量org.knopflerfish.framework.FWResourceURLStreamHandler
 
PROTOCOL - 类 中的静态变量org.knopflerfish.framework.ReferenceURLStreamHandler
 
PROVIDE - 类 中的静态变量org.osgi.framework.BundlePermission
The action string provide.
PROVIDE - 类 中的静态变量org.osgi.framework.CapabilityPermission
The action string provide.
PROVIDE_CAPABILITY - 接口 中的静态变量org.osgi.framework.Constants
Manifest header identifying the capabilities that the bundle offers to provide to other bundles.
purge() - 接口 中的方法org.knopflerfish.framework.BundleArchive
Remove bundle archive from persistent storage.
purgePermissionCollection(Long, PermissionCollection) - 类 中的方法org.knopflerfish.framework.permissions.PermissionsHandle
Remove cached information about specified bundle.
put(String, String) - 类 中的方法org.knopflerfish.framework.HeaderDictionary
Maps the specified key to the specified value in this dictionary.
putContent(File, String) - 类 中的静态方法org.knopflerfish.framework.Util
 
putContent(File, String, boolean) - 类 中的静态方法org.knopflerfish.framework.Util
 

Q

query(String, Dictionary<String, Object>) - 类 中的静态方法org.knopflerfish.framework.LDAPExpr
 
Queue<E> - org.knopflerfish.framework中的类
The Queue class represents a first-in-first-out (FIFO) queue of objects.
Queue(int) - 类 的构造器org.knopflerfish.framework.Queue
Constructs an Queue with the specifies maximum size.

R

read(InputStream) - 类 中的方法org.knopflerfish.framework.AutoManifest
Delegate to original manifest.
read() - 类 中的方法org.knopflerfish.framework.BundleResourceStream
Read a byte from the input stream.
read(byte[]) - 类 中的方法org.knopflerfish.framework.BundleResourceStream
Read bytes from the input stream.
read(byte[], int, int) - 类 中的方法org.knopflerfish.framework.BundleResourceStream
Read a specified number of bytes from the input stream.
READ_ERROR - 异常错误 中的静态变量org.osgi.framework.BundleException
The framework received an error while reading the input stream for a bundle.
READ_ONLY_PROP - 类 中的静态变量org.knopflerfish.framework.FWProps
Set to true indicates that the framework shouldn't write any files.
realHandler - 类 中的变量org.osgi.service.url.AbstractURLStreamHandlerService
The URLStreamHandlerSetter object passed to the parseURL method.
REFERENCE_PROP - 类 中的静态变量org.knopflerfish.framework.bundlestorage.file.BundleStorageImpl
 
ReferenceURLStreamHandler - org.knopflerfish.framework中的类
Reference URL handling, used for accepting file: references.
refreshBundles(Collection<Bundle>, FrameworkListener...) - 类 中的方法org.knopflerfish.framework.FrameworkWiringImpl
 
refreshBundles(Collection<Bundle>, FrameworkListener...) - 接口 中的方法org.osgi.framework.wiring.FrameworkWiring
Refreshes the specified bundles.
refreshPackages(Bundle[]) - 类 中的方法org.knopflerfish.framework.PackageAdminImpl
Forces the update (replacement) or removal of packages exported by the specified bundles.
refreshPackages(Bundle[]) - 接口 中的方法org.osgi.service.packageadmin.PackageAdmin
已过时。
Forces the update (replacement) or removal of packages exported by the specified bundles.
REGISTER - 类 中的静态变量org.osgi.framework.ServicePermission
The action string register.
REGISTERED - 类 中的静态变量org.osgi.framework.ServiceEvent
This service has been registered.
registerService(String[], Object, Dictionary<String, ?>) - 类 中的方法org.knopflerfish.framework.BundleContextImpl
Register a service with multiple names.
registerService(String, Object, Dictionary<String, ?>) - 类 中的方法org.knopflerfish.framework.BundleContextImpl
Register a service with a single name.
registerService(Class<S>, S, Dictionary<String, ?>) - 类 中的方法org.knopflerfish.framework.BundleContextImpl
 
registerService(String[], Object, Dictionary<String, ?>) - 类 中的方法org.knopflerfish.framework.ExtensionContext
Register a service possibly implementing multiple interfaces.
registerService(String[], Object, Dictionary<String, ?>) - 接口 中的方法org.osgi.framework.BundleContext
Registers the specified service object with the specified properties under the specified class names into the Framework.
registerService(String, Object, Dictionary<String, ?>) - 接口 中的方法org.osgi.framework.BundleContext
Registers the specified service object with the specified properties under the specified class name with the Framework.
registerService(Class<S>, S, Dictionary<String, ?>) - 接口 中的方法org.osgi.framework.BundleContext
Registers the specified service object with the specified properties under the name of the specified class with the Framework.
REGISTERSERVICEURLHANDLER - 类 中的变量org.knopflerfish.framework.FWProps
 
REGISTERSERVICEURLHANDLER_PROP - 类 中的静态变量org.knopflerfish.framework.FWProps
 
REJECTED_BY_HOOK - 异常错误 中的静态变量org.osgi.framework.BundleException
A framework hook rejected the operation.
REMOTE - 异常错误 中的静态变量org.osgi.framework.ServiceException
An error occurred invoking a remote service.
REMOTE_CONFIGS_SUPPORTED - 接口 中的静态变量org.osgi.framework.Constants
Service property identifying the configuration types supported by a distribution provider.
REMOTE_INTENTS_SUPPORTED - 接口 中的静态变量org.osgi.framework.Constants
Service property identifying the intents supported by a distribution provider.
remove(Object) - 类 中的方法org.knopflerfish.framework.HeaderDictionary
Removes the key (and its corresponding value) from this dictionary.
remove() - 类 中的方法org.knopflerfish.framework.IteratorIterator
 
remove() - 类 中的方法org.knopflerfish.framework.IteratorIteratorSorted
 
remove() - 类 中的方法org.knopflerfish.framework.Queue
Removes and returns the first object in the queue.
remove(Bundle) - 类 中的方法org.osgi.util.tracker.BundleTracker
Remove a bundle from this BundleTracker.
remove(ServiceReference<S>) - 类 中的方法org.osgi.util.tracker.ServiceTracker
Remove a service from this ServiceTracker.
removeBundleListener(BundleListener) - 类 中的方法org.knopflerfish.framework.BundleContextImpl
Remove a bundle listener.
removeBundleListener(BundleListener) - 接口 中的方法org.osgi.framework.BundleContext
Removes the specified BundleListener object from the context bundle's list of listeners.
removed(Collection<ListenerHook.ListenerInfo>) - 接口 中的方法org.osgi.framework.hooks.service.ListenerHook
Removed listeners hook method.
removedBundle(Bundle, BundleEvent, T) - 类 中的方法org.osgi.util.tracker.BundleTracker
Default implementation of the BundleTrackerCustomizer.removedBundle method.
removedBundle(Bundle, BundleEvent, T) - 接口 中的方法org.osgi.util.tracker.BundleTrackerCustomizer
A bundle tracked by the BundleTracker has been removed.
removedService(ServiceReference<S>, T) - 类 中的方法org.osgi.util.tracker.ServiceTracker
Default implementation of the ServiceTrackerCustomizer.removedService method.
removedService(ServiceReference<S>, T) - 接口 中的方法org.osgi.util.tracker.ServiceTrackerCustomizer
A service tracked by the ServiceTracker has been removed.
removeFrameworkListener(FrameworkListener) - 类 中的方法org.knopflerfish.framework.BundleContextImpl
Remove a framework listener.
removeFrameworkListener(FrameworkListener) - 接口 中的方法org.osgi.framework.BundleContext
Removes the specified FrameworkListener object from the context bundle's list of listeners.
removeServiceListener(ServiceListener) - 类 中的方法org.knopflerfish.framework.BundleContextImpl
Remove a service listener.
removeServiceListener(ServiceListener) - 接口 中的方法org.osgi.framework.BundleContext
Removes the specified ServiceListener object from the context bundle's list of listeners.
removeWait(float) - 类 中的方法org.knopflerfish.framework.Queue
Removes and returns the first item in the queue.
replace(String, String, String) - 类 中的静态方法org.knopflerfish.framework.Util
Replace all occurrences of a substring with another string.
replaceBundleArchive(BundleArchive, BundleArchive) - 类 中的方法org.knopflerfish.framework.bundlestorage.file.BundleStorageImpl
Replace old bundle archive with a new updated bundle archive, that was created with updateBundleArchive.
replaceBundleArchive(BundleArchive, BundleArchive) - 类 中的方法org.knopflerfish.framework.bundlestorage.memory.BundleStorageImpl
Replace old bundle archive with a new updated bundle archive, that was created with updateBundleArchive.
replaceBundleArchive(BundleArchive, BundleArchive) - 接口 中的方法org.knopflerfish.framework.BundleStorage
Replace old bundle archive with a new updated bundle archive, that was created with updateBundleArchive.
REQUIRE - 类 中的静态变量org.osgi.framework.BundlePermission
The action string require.
REQUIRE - 类 中的静态变量org.osgi.framework.CapabilityPermission
The action string require.
REQUIRE_BUNDLE - 接口 中的静态变量org.osgi.framework.Constants
Manifest header identifying the symbolic names of other bundles required by the bundle.
REQUIRE_CAPABILITY - 接口 中的静态变量org.osgi.framework.Constants
Manifest header identifying the capabilities on which the bundle depends.
RequiredBundle - org.osgi.service.packageadmin中的接口
已过时。
The PackageAdmin service has been replaced by the org.osgi.framework.wiring package.
RequiredBundleImpl - org.knopflerfish.framework中的类
Implementation for required bundle interface.
Requirement - org.osgi.resource中的接口
A requirement that has been declared from a Resource .
REQUIREMENT_CARDINALITY_DIRECTIVE - 类 中的静态变量org.osgi.resource.Namespace
The requirement directive used to specify the cardinality for a requirement.
REQUIREMENT_CLASSIFIER_DIRECTIVE - 类 中的静态变量org.osgi.framework.namespace.IdentityNamespace
The requirement directive that classifies the relationship with another resource.
REQUIREMENT_EFFECTIVE_DIRECTIVE - 类 中的静态变量org.osgi.resource.Namespace
The requirement directive used to specify the effective time for the requirement.
REQUIREMENT_EXTENSION_DIRECTIVE - 类 中的静态变量org.osgi.framework.namespace.BundleNamespace
The requirement directive used to specify the type of the extension fragment.
REQUIREMENT_EXTENSION_DIRECTIVE - 类 中的静态变量org.osgi.framework.namespace.HostNamespace
The requirement directive used to specify the type of the extension fragment.
REQUIREMENT_FILTER_DIRECTIVE - 类 中的静态变量org.osgi.resource.Namespace
The requirement directive used to specify a capability filter.
REQUIREMENT_RESOLUTION_DIRECTIVE - 类 中的静态变量org.osgi.resource.Namespace
The requirement directive used to specify the resolution type for a requirement.
REQUIREMENT_VISIBILITY_DIRECTIVE - 类 中的静态变量org.osgi.framework.namespace.BundleNamespace
The requirement directive used to specify the visibility type for a requirement.
REQUIREMENT_VISIBILITY_DIRECTIVE - 类 中的静态变量org.osgi.framework.namespace.HostNamespace
The requirement directive used to specify the visibility type for a requirement.
reset() - 类 中的方法org.knopflerfish.framework.BundleResourceStream
Return to marked position.
RESOLUTION_DIRECTIVE - 接口 中的静态变量org.osgi.framework.Constants
Manifest header directive identifying the resolution type in the Import-Package, Require-Bundle or Require-Capability manifest header.
RESOLUTION_DYNAMIC - 类 中的静态变量org.osgi.framework.namespace.PackageNamespace
The directive value identifying a dynamic requirement resolution type.
RESOLUTION_MANDATORY - 接口 中的静态变量org.osgi.framework.Constants
Manifest header directive value identifying a mandatory resolution type.
RESOLUTION_MANDATORY - 类 中的静态变量org.osgi.resource.Namespace
The directive value identifying a mandatory requirement resolution type.
RESOLUTION_OPTIONAL - 接口 中的静态变量org.osgi.framework.Constants
Manifest header directive value identifying an optional resolution type.
RESOLUTION_OPTIONAL - 类 中的静态变量org.osgi.resource.Namespace
The directive value identifying an optional requirement resolution type.
RESOLVE - 类 中的静态变量org.osgi.framework.AdminPermission
The action string resolve.
RESOLVE_ERROR - 异常错误 中的静态变量org.osgi.framework.BundleException
The bundle was not resolved.
resolveBundles(Collection<Bundle>) - 类 中的方法org.knopflerfish.framework.FrameworkWiringImpl
 
resolveBundles(Bundle[]) - 类 中的方法org.knopflerfish.framework.PackageAdminImpl
 
resolveBundles(Collection<Bundle>) - 接口 中的方法org.osgi.framework.wiring.FrameworkWiring
Resolves the specified bundles.
resolveBundles(Bundle[]) - 接口 中的方法org.osgi.service.packageadmin.PackageAdmin
已过时。
Resolve the specified bundles.
RESOLVED - 接口 中的静态变量org.osgi.framework.Bundle
The bundle is resolved and is able to be started.
RESOLVED - 类 中的静态变量org.osgi.framework.BundleEvent
The bundle has been resolved.
RESOLVER_PROP - 类 中的静态变量org.knopflerfish.framework.Debug
Report resolver handling events.
ResolverHook - org.osgi.framework.hooks.resolver中的接口
OSGi Framework Resolver Hook instances are obtained from the OSGi Framework Resolver Hook Factory service.
ResolverHookFactory - org.osgi.framework.hooks.resolver中的接口
OSGi Framework Resolver Hook Factory Service.
ResolverHooks - org.knopflerfish.framework中的类
 
RESOURCE - 类 中的静态变量org.osgi.framework.AdminPermission
The action string resource.
Resource - org.osgi.resource中的接口
A resource is the representation of a uniquely identified and typed data.
RIGHT_CLOSED - 类 中的静态变量org.osgi.framework.VersionRange
The right endpoint is closed and is included in the range.
RIGHT_OPEN - 类 中的静态变量org.osgi.framework.VersionRange
The right endpoint is open and is excluded from the range.
run() - 类 中的方法org.knopflerfish.framework.MainClassBundleActivator
 
run() - 类 中的方法org.knopflerfish.framework.StartLevelController
 

S

sameFile(URL, URL) - 类 中的方法org.knopflerfish.framework.BundleURLStreamHandler
Compare two urls to see whether they refer to the same file, i.e., having the same protocol, host, port, and path.
sameFile(URL, URL) - 类 中的方法org.knopflerfish.framework.URLStreamHandlerWrapper
 
sameFile(URL, URL) - 类 中的方法org.osgi.service.url.AbstractURLStreamHandlerService
This method calls super.sameFile.
sameFile(URL, URL) - 接口 中的方法org.osgi.service.url.URLStreamHandlerService
 
savePostponement(List<ConditionalPermission>, Object) - 接口 中的方法org.knopflerfish.framework.permissions.ConditionalPermissionSecurityManager
 
savePostponement(List<ConditionalPermission>, Object) - 类 中的方法org.knopflerfish.framework.permissions.KFSecurityManager
NYI!
SecurePermissionOps - org.knopflerfish.framework中的类
 
SecurePermissionOps(FrameworkContext) - 类 的构造器org.knopflerfish.framework.SecurePermissionOps
 
SECURITY_ERROR - 异常错误 中的静态变量org.osgi.framework.BundleException
The operation failed due to insufficient permissions.
SELECTION_FILTER_ATTRIBUTE - 接口 中的静态变量org.osgi.framework.Constants
Manifest header attribute is used for selection by filtering based upon system properties.
SelfSignedValidator - org.knopflerfish.framework.validator中的类
Self signed certificate validator
SelfSignedValidator(FrameworkContext) - 类 的构造器org.knopflerfish.framework.validator.SelfSignedValidator
Create a SelfSignedCertificate validator.
SERVICE_CONDITIONALPERMISSIONADMIN_PROP - 类 中的静态变量org.knopflerfish.framework.FWProps
 
SERVICE_DESCRIPTION - 接口 中的静态变量org.osgi.framework.Constants
Service property identifying a service's description.
SERVICE_EXPORTED_CONFIGS - 接口 中的静态变量org.osgi.framework.Constants
Service property identifying the configuration types that should be used to export the service.
SERVICE_EXPORTED_INTENTS - 接口 中的静态变量org.osgi.framework.Constants
Service property identifying the intents that the distribution provider must implement to distribute the service.
SERVICE_EXPORTED_INTENTS_EXTRA - 接口 中的静态变量org.osgi.framework.Constants
Service property identifying the extra intents that the distribution provider must implement to distribute the service.
SERVICE_EXPORTED_INTERFACES - 接口 中的静态变量org.osgi.framework.Constants
Service property marking the service for export.
SERVICE_ID - 接口 中的静态变量org.osgi.framework.Constants
Service property identifying a service's registration number.
SERVICE_IMPORTED - 接口 中的静态变量org.osgi.framework.Constants
Service property identifying the service as imported.
SERVICE_IMPORTED_CONFIGS - 接口 中的静态变量org.osgi.framework.Constants
Service property identifying the configuration types used to import the service.
SERVICE_INTENTS - 接口 中的静态变量org.osgi.framework.Constants
Service property identifying the intents that this service implement.
SERVICE_PERMISSIONADMIN_PROP - 类 中的静态变量org.knopflerfish.framework.FWProps
 
SERVICE_PID - 接口 中的静态变量org.osgi.framework.Constants
Service property identifying a service's persistent identifier.
SERVICE_RANKING - 接口 中的静态变量org.osgi.framework.Constants
Service property identifying a service's ranking number.
SERVICE_REFERENCE_PROP - 类 中的静态变量org.knopflerfish.framework.Debug
When security is enabled, print information about service reference lookups that are rejected due to missing permissions for calling bundle.
SERVICE_VENDOR - 接口 中的静态变量org.osgi.framework.Constants
Service property identifying a service's vendor.
serviceChanged(ServiceEvent) - 接口 中的方法org.osgi.framework.ServiceListener
Receives notification that a service has had a lifecycle change.
ServiceContentHandlerFactory - org.knopflerfish.framework中的类
Factory creating ContentHandlers from both built-in handlers and OSGi-registered ContentHandlers
ServiceEvent - org.osgi.framework中的类
An event from the Framework describing a service lifecycle change.
ServiceEvent(int, ServiceReference<?>) - 类 的构造器org.osgi.framework.ServiceEvent
Creates a new service event object.
ServiceException - org.osgi.framework中的异常错误
A service exception used to indicate that a service problem occurred.
ServiceException(String, Throwable) - 异常错误 的构造器org.osgi.framework.ServiceException
Creates a ServiceException with the specified message and exception cause.
ServiceException(String) - 异常错误 的构造器org.osgi.framework.ServiceException
Creates a ServiceException with the specified message.
ServiceException(String, int, Throwable) - 异常错误 的构造器org.osgi.framework.ServiceException
Creates a ServiceException with the specified message, type and exception cause.
ServiceException(String, int) - 异常错误 的构造器org.osgi.framework.ServiceException
Creates a ServiceException with the specified message and type.
ServiceFactory<S> - org.osgi.framework中的接口
Allows services to provide customized service objects in the OSGi environment.
ServiceListener - org.osgi.framework中的接口
A ServiceEvent listener.
ServicePermission - org.osgi.framework中的类
A bundle's authority to register or get a service.
ServicePermission(String, String) - 类 的构造器org.osgi.framework.ServicePermission
Create a new ServicePermission.
ServicePermission(ServiceReference<?>, String) - 类 的构造器org.osgi.framework.ServicePermission
Creates a new requested ServicePermission object to be used by code that must perform checkPermission for the get action.
ServiceReference<S> - org.osgi.framework中的接口
A reference to a service.
ServiceReferenceImpl<S> - org.knopflerfish.framework中的类
Implementation of the ServiceReference object.
ServiceRegistration<S> - org.osgi.framework中的接口
A registered service.
ServiceRegistrationImpl<S> - org.knopflerfish.framework中的类
Implementation of the ServiceRegistration object.
ServiceTracker<S,T> - org.osgi.util.tracker中的类
The ServiceTracker class simplifies using services from the Framework's service registry.
ServiceTracker(BundleContext, ServiceReference<S>, ServiceTrackerCustomizer<S, T>) - 类 的构造器org.osgi.util.tracker.ServiceTracker
Create a ServiceTracker on the specified ServiceReference .
ServiceTracker(BundleContext, String, ServiceTrackerCustomizer<S, T>) - 类 的构造器org.osgi.util.tracker.ServiceTracker
Create a ServiceTracker on the specified class name.
ServiceTracker(BundleContext, Filter, ServiceTrackerCustomizer<S, T>) - 类 的构造器org.osgi.util.tracker.ServiceTracker
Create a ServiceTracker on the specified Filter object.
ServiceTracker(BundleContext, Class<S>, ServiceTrackerCustomizer<S, T>) - 类 的构造器org.osgi.util.tracker.ServiceTracker
Create a ServiceTracker on the specified class.
ServiceTrackerCustomizer<S,T> - org.osgi.util.tracker中的接口
The ServiceTrackerCustomizer interface allows a ServiceTracker to customize the service objects that are tracked.
ServiceURLStreamHandlerFactory - org.knopflerfish.framework中的类
Factory creating URLStreamHandlers from both built-in handlers and OSGi-registered URLStreamHandlerServices.
setAutostartSetting(int) - 接口 中的方法org.knopflerfish.framework.BundleArchive
Set the auto-start setting.
setBundleGeneration(BundleGeneration) - 接口 中的方法org.knopflerfish.framework.BundleArchive
Set bundle generation associated with this bundle archive.
setBundleStartLevel(Bundle, int) - 类 中的方法org.knopflerfish.framework.StartLevelController.StartLevelImpl
 
setBundleStartLevel(Bundle, int) - 接口 中的方法org.osgi.service.startlevel.StartLevel
已过时。
Assign a start level value to the specified Bundle.
setBytes(byte[]) - 接口 中的方法org.osgi.framework.hooks.weaving.WovenClass
Set the class file bytes to be used to define the named class.
setConditionalPermissionInfo(String, ConditionInfo[], PermissionInfo[]) - 类 中的方法org.knopflerfish.framework.permissions.ConditionalPermissionAdminImpl
Set or create a Conditional Permission Info with a specified name.
setConditionalPermissionInfo(String, ConditionInfo[], PermissionInfo[]) - 接口 中的方法org.osgi.service.condpermadmin.ConditionalPermissionAdmin
SETCONTEXTCLASSLOADER - 类 中的变量org.knopflerfish.framework.FWProps
 
SETCONTEXTCLASSLOADER_PROP - 类 中的静态变量org.knopflerfish.framework.FWProps
 
setDefaultPermissions(PermissionInfo[]) - 类 中的方法org.knopflerfish.framework.permissions.PermissionAdminImpl
Sets the default permissions.
setDefaultPermissions(PermissionInfo[]) - 接口 中的方法org.osgi.service.permissionadmin.PermissionAdmin
Sets the default permissions.
setInitialBundleStartLevel(int) - 类 中的方法org.knopflerfish.framework.StartLevelController.StartLevelImpl
 
setInitialBundleStartLevel(int) - 接口 中的方法org.osgi.framework.startlevel.FrameworkStartLevel
Set the initial start level value that is assigned to a Bundle when it is first installed.
setInitialBundleStartLevel(int) - 接口 中的方法org.osgi.service.startlevel.StartLevel
已过时。
Set the initial start level value that is assigned to a Bundle when it is first installed.
setLastModified(long) - 接口 中的方法org.knopflerfish.framework.BundleArchive
Set stored last modified timestamp.
setPermissions(String, PermissionInfo[]) - 类 中的方法org.knopflerfish.framework.permissions.PermissionAdminImpl
Assigns the specified permissions to the bundle with the specified location.
setPermissions(String, PermissionInfo[]) - 接口 中的方法org.osgi.service.permissionadmin.PermissionAdmin
Assigns the specified permissions to the bundle with the specified location.
setProperties(Dictionary<String, ?>) - 类 中的方法org.knopflerfish.framework.ServiceRegistrationImpl
Update the properties associated with this service.
setProperties(Dictionary<String, ?>) - 接口 中的方法org.osgi.framework.ServiceRegistration
Updates the properties associated with a service.
setPropertyDefault(String, String) - 类 中的方法org.knopflerfish.framework.FWProps
 
setPropertyIfNotSet(String, String) - 类 中的方法org.knopflerfish.framework.FWProps
Set property if not set to system property if it exists otherwise set to supplied value.
setReadOnly() - 类 中的方法org.knopflerfish.framework.permissions.PermissionsWrapper
 
setStartLevel(int) - 接口 中的方法org.knopflerfish.framework.BundleArchive
Set stored bundle start level.
setStartLevel(int) - 类 中的方法org.knopflerfish.framework.StartLevelController.StartLevelImpl
 
setStartLevel(int) - 接口 中的方法org.osgi.framework.startlevel.BundleStartLevel
Assign a start level value to the bundle.
setStartLevel(int, FrameworkListener...) - 接口 中的方法org.osgi.framework.startlevel.FrameworkStartLevel
Modify the active start level of the Framework and notify when complete.
setStartLevel(int) - 接口 中的方法org.osgi.service.startlevel.StartLevel
已过时。
Modify the active start level of the Framework.
setURL(URL, String, String, int, String, String) - 类 中的方法org.knopflerfish.framework.URLStreamHandlerWrapper
This method is deprecated, but wrap it in the same way as JSDK1.4 wraps it.
setURL(URL, String, String, int, String, String, String, String, String) - 类 中的方法org.knopflerfish.framework.URLStreamHandlerWrapper
 
setURL(URL, String, String, int, String, String) - 类 中的方法org.osgi.service.url.AbstractURLStreamHandlerService
已过时。
This method is only for compatibility with handlers written for JDK 1.1.
setURL(URL, String, String, int, String, String, String, String, String) - 类 中的方法org.osgi.service.url.AbstractURLStreamHandlerService
This method calls realHandler.setURL(URL,String,String,int,String,String,String,String) .
setURL(URL, String, String, int, String, String) - 接口 中的方法org.osgi.service.url.URLStreamHandlerSetter
已过时。
This method is only for compatibility with handlers written for JDK 1.1.
setURL(URL, String, String, int, String, String, String, String, String) - 接口 中的方法org.osgi.service.url.URLStreamHandlerSetter
 
SIGNERS_ALL - 接口 中的静态变量org.osgi.framework.Bundle
Request that all certificates used to sign the bundle be returned.
SIGNERS_TRUSTED - 接口 中的静态变量org.osgi.framework.Bundle
Request that only certificates used to sign the bundle that are trusted by the framework be returned.
SIMPLE - 类 中的静态变量org.knopflerfish.framework.LDAPExpr
 
SINGLETON_DIRECTIVE - 接口 中的静态变量org.osgi.framework.Constants
Manifest header directive identifying whether a bundle is a singleton.
size() - 类 中的方法org.knopflerfish.framework.HeaderDictionary
Returns the number of entries (distinct keys) in this dictionary.
size() - 类 中的方法org.osgi.util.tracker.BundleTracker
Return the number of bundles being tracked by this BundleTracker.
size() - 类 中的方法org.osgi.util.tracker.ServiceTracker
Return the number of services being tracked by this ServiceTracker.
skip(long) - 类 中的方法org.knopflerfish.framework.BundleResourceStream
Skip over (and discard) a specified number of bytes in this input stream.
smex - 类 中的静态变量org.knopflerfish.framework.BundleClassLoader
 
sort(List<A>, Util.Comparator<A, A>, boolean) - 类 中的静态方法org.knopflerfish.framework.Util
Sort a vector with objects comparable using a comparison function.
SPEC_VERSION - 类 中的静态变量org.knopflerfish.framework.permissions.ConditionalPermissionAdminImpl
 
SPEC_VERSION - 类 中的静态变量org.knopflerfish.framework.permissions.PermissionAdminImpl
 
SPEC_VERSION - 类 中的静态变量org.knopflerfish.framework.StartLevelController
 
splitwords(String) - 类 中的静态方法org.knopflerfish.framework.Util
Utility method to split a string into words separated by whitespace.
splitwords(String, String) - 类 中的静态方法org.knopflerfish.framework.Util
Utility method to split a string into words separated by whitespace.
splitwords(String, String, char) - 类 中的静态方法org.knopflerfish.framework.Util
Split a string into words separated by whitespace.
splitWords(String, char, boolean) - 类 中的静态方法org.knopflerfish.framework.Util
Split a string into words separated by a separator char.
start() - 类 中的方法org.knopflerfish.framework.BundleImpl
 
start(int) - 类 中的方法org.knopflerfish.framework.BundleImpl
Start this bundle.
start(String[]) - 类 中的方法org.knopflerfish.framework.Main
 
start(BundleContext) - 类 中的方法org.knopflerfish.framework.MainClassBundleActivator
 
start(int) - 类 中的方法org.knopflerfish.framework.SystemBundle
Start this framework.
start(int) - 接口 中的方法org.osgi.framework.Bundle
Starts this bundle.
start() - 接口 中的方法org.osgi.framework.Bundle
Starts this bundle with no options.
start(BundleContext) - 接口 中的方法org.osgi.framework.BundleActivator
Called when this bundle is started so the Framework can perform the bundle-specific activities necessary to start this bundle.
start() - 接口 中的方法org.osgi.framework.launch.Framework
Start this Framework.
start(int) - 接口 中的方法org.osgi.framework.launch.Framework
Start this Framework.
START_ACTIVATION_POLICY - 接口 中的静态变量org.osgi.framework.Bundle
The bundle start operation must activate the bundle according to the bundle's declared activation policy.
START_TRANSIENT - 接口 中的静态变量org.osgi.framework.Bundle
The bundle start operation is transient and the persistent autostart setting of the bundle is not modified.
START_TRANSIENT_ERROR - 异常错误 中的静态变量org.osgi.framework.BundleException
The start transient operation failed because the start level of the bundle is greater than the current framework start level
STARTED - 类 中的静态变量org.osgi.framework.BundleEvent
The bundle has been started.
STARTED - 类 中的静态变量org.osgi.framework.FrameworkEvent
The Framework has started.
STARTING - 接口 中的静态变量org.osgi.framework.Bundle
The bundle is in the process of starting.
STARTING - 类 中的静态变量org.osgi.framework.BundleEvent
The bundle is about to be activated.
STARTLEVEL - 类 中的静态变量org.osgi.framework.AdminPermission
The action string startlevel.
StartLevel - org.osgi.service.startlevel中的接口
已过时。
This service has been replaced by the org.osgi.framework.startlevel package.
STARTLEVEL_CHANGED - 类 中的静态变量org.osgi.framework.FrameworkEvent
A FrameworkStartLevel.setStartLevel operation has completed.
STARTLEVEL_COMPAT_PROP - 类 中的静态变量org.knopflerfish.framework.FWProps
Set to true indicates startlevel compatability mode. all bundles and current start level will be 1
STARTLEVEL_PROP - 类 中的静态变量org.knopflerfish.framework.Debug
Report startlevel.
STARTLEVEL_USE_PROP - 类 中的静态变量org.knopflerfish.framework.FWProps
 
StartLevelController - org.knopflerfish.framework中的类
StartLevel service implementation.
StartLevelController.StartLevelImpl - org.knopflerfish.framework中的类
 
STATECHANGE_ERROR - 异常错误 中的静态变量org.osgi.framework.BundleException
The operation failed to complete the requested lifecycle state change.
stop() - 类 中的方法org.knopflerfish.framework.BundleImpl
Stop this bundle.
stop(int) - 类 中的方法org.knopflerfish.framework.BundleImpl
Stop this bundle.
stop(BundleContext) - 类 中的方法org.knopflerfish.framework.MainClassBundleActivator
 
stop(int) - 类 中的方法org.knopflerfish.framework.SystemBundle
Stop this framework.
stop(int) - 接口 中的方法org.osgi.framework.Bundle
Stops this bundle.
stop() - 接口 中的方法org.osgi.framework.Bundle
Stops this bundle with no options.
stop(BundleContext) - 接口 中的方法org.osgi.framework.BundleActivator
Called when this bundle is stopped so the Framework can perform the bundle-specific activities necessary to stop the bundle.
stop() - 接口 中的方法org.osgi.framework.launch.Framework
Stop this Framework.
stop(int) - 接口 中的方法org.osgi.framework.launch.Framework
Stop this Framework.
STOP_TRANSIENT - 接口 中的静态变量org.osgi.framework.Bundle
The bundle stop is transient and the persistent autostart setting of the bundle is not modified.
STOPPED - 类 中的静态变量org.osgi.framework.BundleEvent
The bundle has been stopped.
STOPPED - 类 中的静态变量org.osgi.framework.FrameworkEvent
The Framework has stopped.
STOPPED_BOOTCLASSPATH_MODIFIED - 类 中的静态变量org.osgi.framework.FrameworkEvent
The Framework has stopped and the boot class path has changed.
STOPPED_UPDATE - 类 中的静态变量org.osgi.framework.FrameworkEvent
The Framework has stopped during update.
STOPPING - 接口 中的静态变量org.osgi.framework.Bundle
The bundle is in the process of stopping.
STOPPING - 类 中的静态变量org.osgi.framework.BundleEvent
The bundle is about to deactivated.
STRICTBOOTCLASSLOADING - 类 中的变量org.knopflerfish.framework.FWProps
 
STRICTBOOTCLASSLOADING_PROP - 类 中的静态变量org.knopflerfish.framework.FWProps
 
SUBCLASSED - 异常错误 中的静态变量org.osgi.framework.ServiceException
The exception is a subclass of ServiceException.
SUPPORTS_BOOTCLASSPATH_EXTENSION - 接口 中的静态变量org.osgi.framework.Constants
Framework environment property identifying whether the Framework supports bootclasspath extension bundles.
SUPPORTS_FRAMEWORK_EXTENSION - 接口 中的静态变量org.osgi.framework.Constants
Framework environment property identifying whether the Framework supports framework extension bundles.
SUPPORTS_FRAMEWORK_FRAGMENT - 接口 中的静态变量org.osgi.framework.Constants
Framework environment property identifying whether the Framework supports fragment bundles.
SUPPORTS_FRAMEWORK_REQUIREBUNDLE - 接口 中的静态变量org.osgi.framework.Constants
Framework environment property identifying whether the Framework supports the Require-Bundle manifest header.
SynchronousBundleListener - org.osgi.framework中的接口
A synchronous BundleEvent listener.
SYSTEM_BUNDLE_LOCATION - 接口 中的静态变量org.osgi.framework.Constants
Location identifier of the OSGi system bundle , which is defined to be "System Bundle".
SYSTEM_BUNDLE_SYMBOLICNAME - 接口 中的静态变量org.osgi.framework.Constants
Alias for the symbolic name of the OSGi system bundle .
SYSTEM_PACKAGES_BASE_PROP - 类 中的静态变量org.knopflerfish.framework.FWProps
Name of system property for basic system packages to be exported.
SYSTEM_PACKAGES_FILE_PROP - 类 中的静态变量org.knopflerfish.framework.FWProps
Property name pointing to file listing of system-exported packages
SYSTEM_PACKAGES_VERSION_PROP - 类 中的静态变量org.knopflerfish.framework.FWProps
Property name for selecting exporting profile of system packages.
SystemBundle - org.knopflerfish.framework中的类
Implementation of the System Bundle object.

T

threadGroup - 类 中的变量org.knopflerfish.framework.FrameworkContext
Framework Thread Group.
timeMillis() - 类 中的静态方法org.knopflerfish.framework.Util
Use System.nanoTime() if available, otherwise revert to System.currentTimeMillis().
toExternalForm(URL) - 类 中的方法org.knopflerfish.framework.BundleURLStreamHandler
Converts a bundle URL to a String.
toExternalForm(URL) - 类 中的方法org.knopflerfish.framework.URLStreamHandlerWrapper
 
toExternalForm(URL) - 类 中的方法org.osgi.service.url.AbstractURLStreamHandlerService
This method calls super.toExternalForm.
toExternalForm(URL) - 接口 中的方法org.osgi.service.url.URLStreamHandlerService
 
toFilterString(String) - 类 中的方法org.osgi.framework.VersionRange
Returns the filter string for this version range using the specified attribute name.
toString() - 类 中的方法org.knopflerfish.framework.BundleCapabilityImpl
 
toString() - 类 中的方法org.knopflerfish.framework.BundleClassLoader
Return a string representing this object
toString() - 类 中的方法org.knopflerfish.framework.BundleClassPath
 
toString() - 类 中的方法org.knopflerfish.framework.BundleGeneration
 
toString() - 类 中的方法org.knopflerfish.framework.BundleImpl
Return a string representing this bundle.
toString() - 类 中的方法org.knopflerfish.framework.BundleNameVersionCapability
 
toString() - 类 中的方法org.knopflerfish.framework.BundleRequirementImpl
 
toString() - 类 中的方法org.knopflerfish.framework.BundleRevisionImpl
 
toString() - 类 中的方法org.knopflerfish.framework.bundlestorage.file.Archive
Show file name for archive, if zip show if it is sub archive.
toString() - 类 中的方法org.knopflerfish.framework.ContentHandlerWrapper
 
toString() - 类 中的方法org.knopflerfish.framework.ExportedPackageImpl
 
toString() - 类 中的方法org.knopflerfish.framework.HeaderDictionary
 
toString() - 类 中的方法org.knopflerfish.framework.LDAPExpr
 
toString() - 类 中的方法org.knopflerfish.framework.permissions.ConditionalPermission
 
toString() - 类 中的方法org.knopflerfish.framework.URLStreamHandlerWrapper
 
toString() - 接口 中的方法org.osgi.framework.Filter
Returns this Filter's filter string.
toString() - 类 中的方法org.osgi.framework.Version
Returns the string representation of this version identifier.
toString() - 类 中的方法org.osgi.framework.VersionRange
Returns the string representation of this version range.
toString() - 接口 中的方法org.osgi.service.condpermadmin.ConditionalPermissionInfo
Returns the string representation of this ConditionalPermissionInfo.
toString() - 类 中的方法org.osgi.service.condpermadmin.ConditionInfo
Returns the string representation of this ConditionInfo.
toString() - 类 中的方法org.osgi.service.permissionadmin.PermissionInfo
Returns the string representation of this PermissionInfo.
TRUE - 类 中的静态变量org.knopflerfish.framework.FWProps
Common true string.
TRUE - 接口 中的静态变量org.osgi.service.condpermadmin.Condition
A Condition object that will always evaluate to true and that is never postponed.
trustCertificateChain(List<X509Certificate>) - 接口 中的方法org.knopflerfish.framework.BundleArchive
Mark certificate associated with with bundle archive as trusted.
TRUSTED_PROP - 类 中的静态变量org.knopflerfish.framework.bundlestorage.file.BundleStorageImpl
 
TYPE_BUNDLE - 类 中的静态变量org.osgi.framework.namespace.IdentityNamespace
The attribute value identifying the resource type as an OSGi bundle.
TYPE_FRAGMENT - 类 中的静态变量org.osgi.framework.namespace.IdentityNamespace
The attribute value identifying the resource type as an OSGi fragment.
TYPE_FRAGMENT - 接口 中的静态变量org.osgi.framework.wiring.BundleRevision
Bundle revision type indicating the bundle revision is a fragment.
TYPE_UNKNOWN - 类 中的静态变量org.osgi.framework.namespace.IdentityNamespace
The attribute value identifying the resource type as unknown.

U

UnfilteredServiceListener - org.osgi.framework中的接口
A ServiceEvent listener that does not filter based upon any filter string specified to BundleContext.addServiceListener(ServiceListener, String).
ungetService(ServiceReference<?>) - 类 中的方法org.knopflerfish.framework.BundleContextImpl
Unget the service object.
ungetService(Bundle, ServiceRegistration<StartLevel>, StartLevel) - 类 中的方法org.knopflerfish.framework.StartLevelController
 
ungetService(ServiceReference<?>) - 接口 中的方法org.osgi.framework.BundleContext
Releases the service object referenced by the specified ServiceReference object.
ungetService(Bundle, ServiceRegistration<S>, S) - 接口 中的方法org.osgi.framework.ServiceFactory
Releases a service object.
unifyOsName(String) - 类 中的静态方法org.knopflerfish.framework.Alias
Unify OS names.
unifyProcessor(String) - 类 中的静态方法org.knopflerfish.framework.Alias
Unify processor names.
uninstall() - 类 中的方法org.knopflerfish.framework.BundleImpl
Uninstall this bundle.
uninstall() - 类 中的方法org.knopflerfish.framework.SystemBundle
Uninstall of framework are not allowed.
uninstall() - 接口 中的方法org.osgi.framework.Bundle
Uninstalls this bundle.
uninstall() - 接口 中的方法org.osgi.framework.launch.Framework
The Framework cannot be uninstalled.
UNINSTALLED - 接口 中的静态变量org.osgi.framework.Bundle
The bundle is uninstalled and may not be used.
UNINSTALLED - 类 中的静态变量org.osgi.framework.BundleEvent
The bundle has been uninstalled.
UNPACK_PROP - 类 中的静态变量org.knopflerfish.framework.bundlestorage.file.BundleStorageImpl
 
unregister() - 类 中的方法org.knopflerfish.framework.ServiceRegistrationImpl
Unregister the service.
unregister() - 接口 中的方法org.osgi.framework.ServiceRegistration
Unregisters a service.
UNREGISTERED - 异常错误 中的静态变量org.osgi.framework.ServiceException
The service has been unregistered.
UNREGISTERING - 类 中的静态变量org.osgi.framework.ServiceEvent
This service is in the process of being unregistered.
UNREGISTERSERVICE_VALID_DURING_UNREGISTERING - 类 中的变量org.knopflerfish.framework.FWProps
 
UNRESOLVED - 类 中的静态变量org.osgi.framework.BundleEvent
The bundle has been unresolved.
UNSPECIFIED - 异常错误 中的静态变量org.osgi.framework.BundleException
No exception type is specified.
UNSPECIFIED - 异常错误 中的静态变量org.osgi.framework.ServiceException
No exception type is unspecified.
UNSUPPORTED_OPERATION - 异常错误 中的静态变量org.osgi.framework.BundleException
The operation was unsupported.
update() - 类 中的方法org.knopflerfish.framework.BundleImpl
Update this bundle.
update(InputStream) - 类 中的方法org.knopflerfish.framework.BundleImpl
Update this bundle.
update(InputStream) - 类 中的方法org.knopflerfish.framework.SystemBundle
Restart this framework.
update(InputStream) - 接口 中的方法org.osgi.framework.Bundle
Updates this bundle from an InputStream.
update() - 接口 中的方法org.osgi.framework.Bundle
Updates this bundle.
update() - 接口 中的方法org.osgi.framework.launch.Framework
Stop and restart this Framework.
update(InputStream) - 接口 中的方法org.osgi.framework.launch.Framework
Stop and restart this Framework.
updateBundleArchive(BundleArchive, InputStream) - 类 中的方法org.knopflerfish.framework.bundlestorage.file.BundleStorageImpl
Insert a new jar file into persistent storagedata as an update to an existing bundle archive.
updateBundleArchive(BundleArchive, InputStream) - 类 中的方法org.knopflerfish.framework.bundlestorage.memory.BundleStorageImpl
Insert a new jar file into persistent storagedata as an update to an existing bundle archive.
updateBundleArchive(BundleArchive, InputStream) - 接口 中的方法org.knopflerfish.framework.BundleStorage
Insert a new jar file into persistent storagedata as an update to an existing bundle archive.
UPDATED - 类 中的静态变量org.osgi.framework.BundleEvent
The bundle has been updated.
UPDATING - 接口 中的静态变量org.osgi.framework.hooks.bundle.CollisionHook
Specifies a bundle update operation is being performed.
URL_CONTENT_MIMETYPE - 接口 中的静态变量org.osgi.service.url.URLConstants
Service property naming the MIME types serviced by a java.net.ContentHandler.
URL_HANDLER_PROTOCOL - 接口 中的静态变量org.osgi.service.url.URLConstants
Service property naming the protocols serviced by a URLStreamHandlerService.
URL_PROP - 类 中的静态变量org.knopflerfish.framework.Debug
Report url
URLConstants - org.osgi.service.url中的接口
Defines standard names for property keys associated with URLStreamHandlerService and java.net.ContentHandler services.
URLStreamHandlerService - org.osgi.service.url中的接口
Service interface with public versions of the protected java.net.URLStreamHandler methods.
URLStreamHandlerSetter - org.osgi.service.url中的接口
Interface used by URLStreamHandlerService objects to call the setURL method on the proxy URLStreamHandler object.
URLStreamHandlerWrapper - org.knopflerfish.framework中的类
Wrapper which delegates an URL protocol to OSGi URLStreamHandlerServices.
USES_DIRECTIVE - 接口 中的静态变量org.osgi.framework.Constants
Manifest header directive identifying a list of packages that an exported package or provided capability uses.
Util - org.knopflerfish.framework.bundlestorage中的类
Interface for managing bundle contents.
Util() - 类 的构造器org.knopflerfish.framework.bundlestorage.Util
 
Util - org.knopflerfish.framework中的类
 
Util() - 类 的构造器org.knopflerfish.framework.Util
 
Util.Comparator<A,B> - org.knopflerfish.framework中的接口
Compare two object.
Util.HeaderEntry - org.knopflerfish.framework中的类
A class that holds the parse result for one entry of a manifest header following the general OSGi manifest header syntax.

V

validateCertificateChain(List<X509Certificate>) - 类 中的方法org.knopflerfish.framework.validator.JKSValidator
Check if a certificate chain is to be trusted.
validateCertificateChain(List<X509Certificate>) - 类 中的方法org.knopflerfish.framework.validator.SelfSignedValidator
Check if a certificate chain is to be trusted.
validateCertificateChain(List<X509Certificate>) - 接口 中的方法org.knopflerfish.framework.Validator
Check if a certificate chain is to be trusted.
Validator - org.knopflerfish.framework中的接口
Interface for certificate validators.
VALIDATOR_PROP - 类 中的静态变量org.knopflerfish.framework.FWProps
 
VERBOSITY_DEFAULT - 类 中的静态变量org.knopflerfish.framework.Main
 
VERBOSITY_PROP - 类 中的静态变量org.knopflerfish.framework.Main
 
Version - org.osgi.framework中的类
Version identifier for capabilities such as bundles and packages.
Version(int, int, int) - 类 的构造器org.osgi.framework.Version
Creates a version identifier from the specified numerical components.
Version(int, int, int, String) - 类 的构造器org.osgi.framework.Version
Creates a version identifier from the specified components.
Version(String) - 类 的构造器org.osgi.framework.Version
Creates a version identifier from the specified string.
VERSION_ATTRIBUTE - 接口 中的静态变量org.osgi.framework.Constants
Manifest header attribute identifying the version of a package specified in the Export-Package or Import-Package manifest header.
VersionRange - org.osgi.framework中的类
Version range.
VersionRange(char, Version, Version, char) - 类 的构造器org.osgi.framework.VersionRange
Creates a version range from the specified versions.
VersionRange(String) - 类 的构造器org.osgi.framework.VersionRange
Creates a version range from the specified string.
VISIBILITY_DIRECTIVE - 接口 中的静态变量org.osgi.framework.Constants
Manifest header directive identifying the visibility of a required bundle in the Require-Bundle manifest header.
VISIBILITY_PRIVATE - 接口 中的静态变量org.osgi.framework.Constants
Manifest header directive value identifying a private visibility type.
VISIBILITY_PRIVATE - 类 中的静态变量org.osgi.framework.namespace.BundleNamespace
The directive value identifying a private visibility type.
VISIBILITY_REEXPORT - 接口 中的静态变量org.osgi.framework.Constants
Manifest header directive value identifying a reexport visibility type.
VISIBILITY_REEXPORT - 类 中的静态变量org.osgi.framework.namespace.BundleNamespace
The directive value identifying a reexport visibility type.

W

WAIT_TIMEDOUT - 类 中的静态变量org.osgi.framework.FrameworkEvent
The Framework did not stop before the wait timeout expired.
waitForService(long) - 类 中的方法org.osgi.util.tracker.ServiceTracker
Wait for at least one service to be tracked by this ServiceTracker.
waitForStop(long) - 类 中的方法org.knopflerfish.framework.SystemBundle
 
waitForStop(long) - 接口 中的方法org.osgi.framework.launch.Framework
Wait until this Framework has completely stopped.
WARNING - 类 中的静态变量org.osgi.framework.FrameworkEvent
A warning has occurred.
WARNINGS_PROP - 类 中的静态变量org.knopflerfish.framework.Debug
Report warning handling events.
WEAVE - 类 中的静态变量org.osgi.framework.AdminPermission
The action string weave.
weave(WovenClass) - 接口 中的方法org.osgi.framework.hooks.weaving.WeavingHook
Weaving hook method.
WeavingException - org.osgi.framework.hooks.weaving中的异常错误
A weaving exception used to indicate that the class load should be failed but the weaving hook must not be blacklisted by the framework.
WeavingException(String, Throwable) - 异常错误 的构造器org.osgi.framework.hooks.weaving.WeavingException
Creates a WeavingException with the specified message and exception cause.
WeavingException(String) - 异常错误 的构造器org.osgi.framework.hooks.weaving.WeavingException
Creates a WeavingException with the specified message.
WeavingHook - org.osgi.framework.hooks.weaving中的接口
OSGi Framework Weaving Hook Service.
WHITESPACE - 类 中的静态变量org.knopflerfish.framework.Util
Default whitespace string for splitwords().
Wire - org.osgi.resource中的接口
A wire connecting a Capability to a Requirement.
Wiring - org.osgi.resource中的接口
A wiring for a resource.
wis - 类 中的变量org.knopflerfish.framework.BundleResourceStream
 
WovenClass - org.osgi.framework.hooks.weaving中的接口
A class being woven.
write(OutputStream) - 类 中的方法org.knopflerfish.framework.AutoManifest
Delegate to original manifest.
WRITE_FWPROPS_XARGS_PROP - 类 中的静态变量org.knopflerfish.framework.Main
Name of framework property controlling whether to write an FWPROPS_XARGS file or not at startup.

X

XARGS_DEFAULT - 类 中的静态变量org.knopflerfish.framework.Main
 
XARGS_INIT - 类 中的静态变量org.knopflerfish.framework.Main
 
XARGS_RESTART - 类 中的静态变量org.knopflerfish.framework.Main
 
XARGS_WRITESYSPROPS_PROP - 类 中的静态变量org.knopflerfish.framework.Main
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
跳过导航链接