A C D E F G H I L M N O P R S U V 

A

addRequirements(Collection<Requirement>) - Method in interface org.apache.aries.subsystem.AriesSubsystem
Adds the specified requirements to this subsystem's sharing policy.
AriesSubsystem - Interface in org.apache.aries.subsystem
 

C

CAPABILITY_MIME_ATTRIBUTE - Static variable in class org.osgi.service.repository.ContentNamespace
The capability attribute that defines the IANA MIME Type/Format for this content.
CAPABILITY_SIZE_ATTRIBUTE - Static variable in class org.osgi.service.repository.ContentNamespace
The capability attribute that contains the size, in bytes, of the content.
CAPABILITY_URL_ATTRIBUTE - Static variable in class org.osgi.service.repository.ContentNamespace
The capability attribute that contains the URL to the content.
CONTENT_NAMESPACE - Static variable in class org.osgi.service.repository.ContentNamespace
Namespace name for content capabilities and requirements.
CONTENT_TYPE_PROPERTY - Static variable in interface org.apache.aries.subsystem.ContentHandler
 
ContentHandler - Interface in org.apache.aries.subsystem
A handler for custom content in Subsystems.
ContentNamespace - Class in org.osgi.service.repository
Content Capability and Requirement Namespace.
CONTEXT - Static variable in class org.osgi.service.subsystem.SubsystemPermission
The action string context.

D

DEPLOYED_CONTENT - Static variable in class org.osgi.service.subsystem.SubsystemConstants
Manifest header identifying the resources to be deployed.
DEPLOYED_VERSION_ATTRIBUTE - Static variable in class org.osgi.service.subsystem.SubsystemConstants
Manifest header attribute identifying the deployed version.
DEPLOYMENT_MANIFESTVERSION - Static variable in class org.osgi.service.subsystem.SubsystemConstants
Manifest header identifying the deployment manifest version.

E

EMBEDDED_RESOURCE_ATTRIBUTE - Static variable in interface org.apache.aries.subsystem.ContentHandler
 
equals(Object) - Method in class org.osgi.service.subsystem.SubsystemPermission
Determines the equality of two SubsystemPermission objects.
EXECUTE - Static variable in class org.osgi.service.subsystem.SubsystemPermission
The action string execute.

F

findProviders(Collection<? extends Requirement>) - Method in interface org.osgi.service.repository.Repository
Find the capabilities that match the specified requirements.

G

getActions() - Method in class org.osgi.service.subsystem.SubsystemPermission
Returns the canonical string representation of the SubsystemPermission actions.
getBundleContext() - Method in interface org.osgi.service.subsystem.Subsystem
Returns the bundle context of the region within which this subsystem resides.
getChildren() - Method in interface org.osgi.service.subsystem.Subsystem
Returns the child subsystems of this subsystem.
getConstituents() - Method in interface org.osgi.service.subsystem.Subsystem
Returns the constituent resources of this subsystem.
getContent() - Method in interface org.osgi.service.repository.RepositoryContent
Returns a new input stream to the default format of this resource.
getDeploymentHeaders() - Method in interface org.osgi.service.subsystem.Subsystem
Returns the headers for this subsystem's deployment manifest.
getLocation() - Method in interface org.osgi.service.subsystem.Subsystem
Returns the location identifier of this subsystem.
getParents() - Method in interface org.osgi.service.subsystem.Subsystem
Returns the parent subsystems of this subsystem.
getState() - Method in interface org.osgi.service.subsystem.Subsystem
Returns the current state of this subsystem.
getSubsystemHeaders(Locale) - Method in interface org.osgi.service.subsystem.Subsystem
Returns the headers for this subsystem's subsystem manifest.
getSubsystemId() - Method in interface org.osgi.service.subsystem.Subsystem
Returns the identifier of this subsystem.
getSymbolicName() - Method in interface org.osgi.service.subsystem.Subsystem
Returns the symbolic name of this subsystem.
getType() - Method in interface org.osgi.service.subsystem.Subsystem
Returns the type of this subsystem.
getVersion() - Method in interface org.osgi.service.subsystem.Subsystem
Returns the version of this subsystem.

H

hashCode() - Method in class org.osgi.service.subsystem.SubsystemPermission
Returns the hash code value for this object.

I

implies(Permission) - Method in class org.osgi.service.subsystem.SubsystemPermission
Determines if the specified permission is implied by this object.
install(String) - Method in interface org.apache.aries.subsystem.AriesSubsystem
 
install(String, InputStream) - Method in interface org.apache.aries.subsystem.AriesSubsystem
 
install(String, InputStream, InputStream) - Method in interface org.apache.aries.subsystem.AriesSubsystem
 
install(String, IDirectory) - Method in interface org.apache.aries.subsystem.AriesSubsystem
Installs a subsystem from the specified location identifier and content.
install(String, IDirectory, InputStream) - Method in interface org.apache.aries.subsystem.AriesSubsystem
Installs a subsystem from the specified location identifier and content but uses the provided deployment manifest, if any, rather than the computed one or the one provided as part of the content.
install(InputStream, String, String, Subsystem, Coordination) - Method in interface org.apache.aries.subsystem.ContentHandler
Install this custom content.
install(String) - Method in interface org.osgi.service.subsystem.Subsystem
Installs a subsystem from the specified location identifier.
install(String, InputStream) - Method in interface org.osgi.service.subsystem.Subsystem
Installs a subsystem from the specified content.
install(String, InputStream, InputStream) - Method in interface org.osgi.service.subsystem.Subsystem
Installs a subsystem from the specified content according to the specified deployment manifest.

L

LIFECYCLE - Static variable in class org.osgi.service.subsystem.SubsystemPermission
The action string lifecycle.

M

METADATA - Static variable in class org.osgi.service.subsystem.SubsystemPermission
The action string metadata.

N

newPermissionCollection() - Method in class org.osgi.service.subsystem.SubsystemPermission
Returns a new PermissionCollection object suitable for storing SubsystemPermissions.

O

org.apache.aries.subsystem - package org.apache.aries.subsystem
 
org.osgi.service.repository - package org.osgi.service.repository
Repository Service Package Version 1.0.
org.osgi.service.subsystem - package org.osgi.service.subsystem
Subsystem Service Package Version 1.1.

P

PREFERRED_PROVIDER - Static variable in class org.osgi.service.subsystem.SubsystemConstants
Manifest header used to express a preference for particular resources to satisfy implicit package dependencies.
PROVISION_POLICY_ACCEPT_DEPENDENCIES - Static variable in class org.osgi.service.subsystem.SubsystemConstants
A value for the provision-policy directive indicating the subsystem accepts dependency resources.
PROVISION_POLICY_DIRECTIVE - Static variable in class org.osgi.service.subsystem.SubsystemConstants
Manifest header directive identifying the provision policy.
PROVISION_POLICY_REJECT_DEPENDENCIES - Static variable in class org.osgi.service.subsystem.SubsystemConstants
A value for the provision-policy directive indicating the subsystem does not accept dependency resources.
PROVISION_RESOURCE - Static variable in class org.osgi.service.subsystem.SubsystemConstants
Manifest header identifying the resources to be deployed to satisfy the dependencies of a subsystem.

R

Repository - Interface in org.osgi.service.repository
A repository service that contains resources.
RepositoryContent - Interface in org.osgi.service.repository
An accessor for the default content of a resource.
ROOT_SUBSYSTEM_SYMBOLICNAME - Static variable in class org.osgi.service.subsystem.SubsystemConstants
The symbolic name of the root subsystem.

S

start(String, String, Subsystem, Coordination) - Method in interface org.apache.aries.subsystem.ContentHandler
Start this custom content.
start() - Method in interface org.osgi.service.subsystem.Subsystem
Starts this subsystem.
START_ORDER_DIRECTIVE - Static variable in class org.osgi.service.subsystem.SubsystemConstants
Manifest header directive identifying the start order of subsystem contents.
stop(String, String, Subsystem) - Method in interface org.apache.aries.subsystem.ContentHandler
Stop this custom content.
stop() - Method in interface org.osgi.service.subsystem.Subsystem
Stops this subsystem.
Subsystem - Interface in org.osgi.service.subsystem
A subsystem is a collection of resources constituting a logical, possibly isolated, unit of functionality.
Subsystem.State - Enum in org.osgi.service.subsystem
An enumeration of the possible states of a subsystem.
SUBSYSTEM_CATEGORY - Static variable in class org.osgi.service.subsystem.SubsystemConstants
Manifest header identifying the categories of a subsystem as a comma-delimited list.
SUBSYSTEM_CONTACTADDRESS - Static variable in class org.osgi.service.subsystem.SubsystemConstants
Manifest header identifying the contact address where problems with a subsystem may be reported; for example, an email address.
SUBSYSTEM_CONTENT - Static variable in class org.osgi.service.subsystem.SubsystemConstants
Manifest header identifying the list of subsystem contents identified by a symbolic name and version.
SUBSYSTEM_COPYRIGHT - Static variable in class org.osgi.service.subsystem.SubsystemConstants
Manifest header identifying a subsystem's copyright information.
SUBSYSTEM_DESCRIPTION - Static variable in class org.osgi.service.subsystem.SubsystemConstants
Manifest header identifying the human readable description.
SUBSYSTEM_DOCURL - Static variable in class org.osgi.service.subsystem.SubsystemConstants
Manifest header identifying a subsystem's documentation URL, from which further information about the subsystem may be obtained.
SUBSYSTEM_EXPORTSERVICE - Static variable in class org.osgi.service.subsystem.SubsystemConstants
Manifest header identifying services offered for export.
SUBSYSTEM_ICON - Static variable in class org.osgi.service.subsystem.SubsystemConstants
Manifest header identifying the icon URL for the subsystem.
SUBSYSTEM_ID_PROPERTY - Static variable in class org.osgi.service.subsystem.SubsystemConstants
The name of the service property for the subsystem ID.
SUBSYSTEM_IMPORTSERVICE - Static variable in class org.osgi.service.subsystem.SubsystemConstants
Manifest header identifying services required for import.
SUBSYSTEM_LICENSE - Static variable in class org.osgi.service.subsystem.SubsystemConstants
Manifest header identifying a subsystem's license.
SUBSYSTEM_LOCALIZATION - Static variable in class org.osgi.service.subsystem.SubsystemConstants
Manifest header identifying the base name of a subsystem's localization entries.
SUBSYSTEM_LOCALIZATION_DEFAULT_BASENAME - Static variable in class org.osgi.service.subsystem.SubsystemConstants
Default value for the Subsystem-Localization manifest header.
SUBSYSTEM_MANIFESTVERSION - Static variable in class org.osgi.service.subsystem.SubsystemConstants
Manifest header identifying the subsystem manifest version.
SUBSYSTEM_NAME - Static variable in class org.osgi.service.subsystem.SubsystemConstants
Manifest header identifying the human readable subsystem name.
SUBSYSTEM_STATE_PROPERTY - Static variable in class org.osgi.service.subsystem.SubsystemConstants
The name of the service property for the subsystem state.
SUBSYSTEM_SYMBOLICNAME - Static variable in class org.osgi.service.subsystem.SubsystemConstants
Manifest header value identifying the symbolic name for the subsystem.
SUBSYSTEM_SYMBOLICNAME_PROPERTY - Static variable in class org.osgi.service.subsystem.SubsystemConstants
The name of the service property for the subsystem symbolic name.
SUBSYSTEM_TYPE - Static variable in class org.osgi.service.subsystem.SubsystemConstants
Manifest header identifying the subsystem type.
SUBSYSTEM_TYPE_APPLICATION - Static variable in class org.osgi.service.subsystem.SubsystemConstants
The resource type value identifying an application subsystem.
SUBSYSTEM_TYPE_COMPOSITE - Static variable in class org.osgi.service.subsystem.SubsystemConstants
The resource type value identifying an composite subsystem.
SUBSYSTEM_TYPE_FEATURE - Static variable in class org.osgi.service.subsystem.SubsystemConstants
The resource type value identifying an feature subsystem.
SUBSYSTEM_TYPE_PROPERTY - Static variable in class org.osgi.service.subsystem.SubsystemConstants
The name of the service property for the subsystem type.
SUBSYSTEM_VENDOR - Static variable in class org.osgi.service.subsystem.SubsystemConstants
Manifest header identifying a subsystem's vendor.
SUBSYSTEM_VERSION - Static variable in class org.osgi.service.subsystem.SubsystemConstants
Manifest header value identifying the version of the subsystem.
SUBSYSTEM_VERSION_PROPERTY - Static variable in class org.osgi.service.subsystem.SubsystemConstants
The name of the service property for the subsystem version.
SubsystemConstants - Class in org.osgi.service.subsystem
Defines the constants used by Subsystem service property, manifest header, attribute and directive keys.
SubsystemException - Exception in org.osgi.service.subsystem
A Subsystem exception used to indicate a problem.
SubsystemException() - Constructor for exception org.osgi.service.subsystem.SubsystemException
Construct a Subsystem exception with no message.
SubsystemException(String) - Constructor for exception org.osgi.service.subsystem.SubsystemException
Construct a Subsystem exception specifying a message.
SubsystemException(Throwable) - Constructor for exception org.osgi.service.subsystem.SubsystemException
Construct a Subsystem exception specifying a cause.
SubsystemException(String, Throwable) - Constructor for exception org.osgi.service.subsystem.SubsystemException
Construct a Subsystem exception specifying a message and a cause.
SubsystemPermission - Class in org.osgi.service.subsystem
A bundle's authority to perform specific privileged administrative operations on or to get sensitive information about a subsystem.
SubsystemPermission(String, String) - Constructor for class org.osgi.service.subsystem.SubsystemPermission
Create a new SubsystemPermission.
SubsystemPermission(Subsystem, String) - Constructor for class org.osgi.service.subsystem.SubsystemPermission
Creates a new requested SubsystemPermission object to be used by the code that must perform checkPermission.

U

uninstall(String, String, Subsystem) - Method in interface org.apache.aries.subsystem.ContentHandler
Uninstall this custom content.
uninstall() - Method in interface org.osgi.service.subsystem.Subsystem
Uninstalls this subsystem.
URL - Static variable in interface org.osgi.service.repository.Repository
Service property to provide URLs related to this repository.

V

valueOf(String) - Static method in enum org.osgi.service.subsystem.Subsystem.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.osgi.service.subsystem.Subsystem.State
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H I L M N O P R S U V 

Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.