- 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
-
- 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中的接口
-
- 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
-
- 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中的接口
-
- 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中的接口
-
- 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 Bundle
s that are tracked.
- BundleURLStreamHandler - org.knopflerfish.framework中的类
-
Bundle URL handling.
- BundleURLStreamHandler() - 类 的构造器org.knopflerfish.framework.BundleURLStreamHandler
-
- BundleWire - org.osgi.framework.wiring中的接口
-
- BundleWireImpl - org.knopflerfish.framework中的类
-
- BundleWiring - org.osgi.framework.wiring中的接口
-
A wiring for a bundle.
- BundleWiringImpl - org.knopflerfish.framework中的类
-
- 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中的接口
-
- 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
-
- 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中的接口
-
- 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
-
- 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
-
- 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中的接口
-
- 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.
- 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
-
- 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 Bundle
s 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
-
- getCapability() - 接口 中的方法org.osgi.resource.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
-
- 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
-
- 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
-
- getProvidedResourceWires(String) - 接口 中的方法org.osgi.resource.Wiring
-
- getProvidedWires(String) - 类 中的方法org.knopflerfish.framework.BundleWiringImpl
-
- getProvidedWires(String) - 接口 中的方法org.osgi.framework.wiring.BundleWiring
-
- getProvider() - 类 中的方法org.knopflerfish.framework.BundleWireImpl
-
- getProvider() - 接口 中的方法org.osgi.framework.wiring.BundleWire
-
- getProvider() - 接口 中的方法org.osgi.resource.Wire
-
- getProviderWiring() - 类 中的方法org.knopflerfish.framework.BundleWireImpl
-
- getProviderWiring() - 接口 中的方法org.osgi.framework.wiring.BundleWire
-
- 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
-
- 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
-
- getRequiredResourceWires(String) - 接口 中的方法org.osgi.resource.Wiring
-
- getRequiredWires(String) - 类 中的方法org.knopflerfish.framework.BundleWiringImpl
-
- getRequiredWires(String) - 接口 中的方法org.osgi.framework.wiring.BundleWiring
-
- getRequirement() - 类 中的方法org.knopflerfish.framework.BundleWireImpl
-
- getRequirement() - 接口 中的方法org.osgi.framework.wiring.BundleWire
-
- getRequirement() - 接口 中的方法org.osgi.resource.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
-
- getRequirer() - 接口 中的方法org.osgi.resource.Wire
-
- getRequirerWiring() - 类 中的方法org.knopflerfish.framework.BundleWireImpl
-
- getRequirerWiring() - 接口 中的方法org.osgi.framework.wiring.BundleWire
-
- 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 ServiceReference
s 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
-
- 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 Bundle
s and customized objects for
all bundles being tracked by this BundleTracker
.
- getTracked() - 类 中的方法org.osgi.util.tracker.ServiceTracker
-
Return a SortedMap
of the ServiceReference
s 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.
- 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
-
- 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
-
- 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中的接口
-
- 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中的接口
-
- 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
-
- 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
-
- 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
-
- 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中的接口
-
- 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.