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

A

AbstractBundleTask - Class in org.apache.sling.installer.core.impl.tasks
Abstract base class for bundle related tasks.
AbstractBundleTask(TaskResourceGroup, TaskSupport) - Constructor for class org.apache.sling.installer.core.impl.tasks.AbstractBundleTask
 
AbstractInstallTask - Class in org.apache.sling.installer.core.impl
Abstract base class providing an additional logger
AbstractInstallTask(TaskResourceGroup, TaskSupport) - Constructor for class org.apache.sling.installer.core.impl.AbstractInstallTask
Constructor
activationPolicy - Variable in class org.apache.sling.installer.core.impl.Util.BundleHeaders
 
Activator - Class in org.apache.sling.installer.core.impl
The activator sets up the logging and registers the OSGi installer service.
Activator() - Constructor for class org.apache.sling.installer.core.impl.Activator
 
ACTIVE - Static variable in interface org.osgi.framework.Bundle
The bundle is now running.
adapt(Class<A>) - Method in interface org.osgi.framework.Bundle
Adapt this bundle to the specified type.
addAsyncTask(InstallTask) - Method in interface org.apache.sling.installer.api.tasks.InstallationContext
Deprecated.
addingService(ServiceReference) - Method in class org.apache.sling.installer.core.impl.SortingServiceTracker
 
addOrUpdate(RegisteredResourceImpl) - Method in class org.apache.sling.installer.core.impl.EntityResourceList
 
addOrUpdate(InternalResource) - Method in class org.apache.sling.installer.core.impl.PersistentResourceList
Add or update an installable resource.
addTaskToCurrentCycle(InstallTask) - Method in interface org.apache.sling.installer.api.tasks.InstallationContext
Schedule a task for execution in the current cycle.
addTaskToNextCycle(InstallTask) - Method in interface org.apache.sling.installer.api.tasks.InstallationContext
Deprecated. 
ASYNC_ATTR_NAME - Static variable in class org.apache.sling.installer.api.tasks.InstallTask
Attribute which is set by the OSGi installer for asynchronous execution.
asyncTaskFailed(InstallTask) - Method in interface org.apache.sling.installer.api.tasks.InstallationContext
Inform the installer about a failed async task.
AsyncWrapperInstallTask - Class in org.apache.sling.installer.core.impl
Wrapper class to add the async flag.
AsyncWrapperInstallTask(InstallTask) - Constructor for class org.apache.sling.installer.core.impl.AsyncWrapperInstallTask
 
ATTR_INSTALL_EXCLUDED - Static variable in interface org.apache.sling.installer.api.tasks.TaskResource
If this attribute is set and the resource has the state installed, it actually means that this resource has been processed but not installed.
ATTR_INSTALL_INFO - Static variable in interface org.apache.sling.installer.api.tasks.TaskResource
Additional installation information in human readable format.

B

Bundle - Interface in org.osgi.framework
An installed bundle in the Framework.
BUNDLE_START_LEVEL - Static variable in class org.apache.sling.installer.api.InstallableResource
Optional parameter in the dictionary if a bundle is installed.
bundleChanged(BundleEvent) - Method in class org.apache.sling.installer.core.impl.tasks.BundleTaskCreator
 
BundleInfo - Class in org.apache.sling.installer.core.impl.tasks
Holds the bundle info that we need, makes it easier to test without an OSGi framework.
BundleInfo(String, Version, int, long) - Constructor for class org.apache.sling.installer.core.impl.tasks.BundleInfo
 
BundleInstallTask - Class in org.apache.sling.installer.core.impl.tasks
Install a bundle supplied as a RegisteredResource.
BundleInstallTask(TaskResourceGroup, TaskSupport) - Constructor for class org.apache.sling.installer.core.impl.tasks.BundleInstallTask
 
BundleReference - Interface in org.osgi.framework
A reference to a Bundle.
BundleRefresher - Interface in org.apache.sling.installer.core.impl.util
Service for refreshing bundles.
BundleRemoveTask - Class in org.apache.sling.installer.core.impl.tasks
Remove a bundle from a RegisteredResource.
BundleRemoveTask(TaskResourceGroup, TaskSupport) - Constructor for class org.apache.sling.installer.core.impl.tasks.BundleRemoveTask
 
BundleStartTask - Class in org.apache.sling.installer.core.impl.tasks
Start a bundle given its bundle ID Restarts if the bundle does not start on the first try, but only after receiving a bundle or framework event, indicating that it's worth retrying
BundleStartTask(TaskResourceGroup, long, TaskSupport) - Constructor for class org.apache.sling.installer.core.impl.tasks.BundleStartTask
 
BundleTaskCreator - Class in org.apache.sling.installer.core.impl.tasks
Task creator for bundles
BundleTaskCreator() - Constructor for class org.apache.sling.installer.core.impl.tasks.BundleTaskCreator
 
BundleUpdateTask - Class in org.apache.sling.installer.core.impl.tasks
Update a bundle from a RegisteredResource.
BundleUpdateTask(TaskResourceGroup, TaskSupport) - Constructor for class org.apache.sling.installer.core.impl.tasks.BundleUpdateTask
 
BundleUtil - Class in org.apache.sling.installer.core.impl.tasks
 
BundleUtil() - Constructor for class org.apache.sling.installer.core.impl.tasks.BundleUtil
 

C

ChangeStateTask - Class in org.apache.sling.installer.api.tasks
Simple general task, setting the state of a registered resource.
ChangeStateTask(TaskResourceGroup, ResourceState) - Constructor for class org.apache.sling.installer.api.tasks.ChangeStateTask
Change the state of the task
ChangeStateTask(TaskResourceGroup, ResourceState, Map<String, Object>, String[]) - Constructor for class org.apache.sling.installer.api.tasks.ChangeStateTask
Change the state of the task
cleanup() - Method in class org.apache.sling.installer.core.impl.RegisteredResourceImpl
Clean up used data files.
clearBundleStart(TaskResource) - Static method in class org.apache.sling.installer.core.impl.tasks.BundleUtil
 
clone(TransformationResult) - Method in class org.apache.sling.installer.core.impl.RegisteredResourceImpl
Create a new resource with updated information
compact() - Method in class org.apache.sling.installer.core.impl.EntityResourceList
Compact the resource group by removing uninstalled entries
compact() - Method in class org.apache.sling.installer.core.impl.PersistentResourceList
Compact the internal state and remove empty groups.
compare(TaskResource, TaskResource) - Static method in class org.apache.sling.installer.core.impl.RegisteredResourceImpl
Compare resources.
compareTo(InstallTask) - Method in class org.apache.sling.installer.api.tasks.InstallTask
All comparisons are based on getSortKey().
compareTo(RegisteredResourceImpl) - Method in class org.apache.sling.installer.core.impl.RegisteredResourceImpl
 
computeDigest(File) - Static method in class org.apache.sling.installer.core.impl.FileDataStore
Digest is needed to detect changes in data
computeDigest(Dictionary<String, Object>) - Static method in class org.apache.sling.installer.core.impl.FileDataStore
Digest is needed to detect changes in data, and must not depend on dictionary ordering
copyToLocalStorage(InputStream, File) - Method in class org.apache.sling.installer.core.impl.FileDataStore
Copy data to local storage.
create(String, InstallableResource) - Static method in class org.apache.sling.installer.core.impl.InternalResource
Create an internal resource.
create(InternalResource) - Static method in class org.apache.sling.installer.core.impl.RegisteredResourceImpl
Try to create a registered resource.
create(InputStream, Dictionary<String, Object>) - Static method in class org.apache.sling.installer.core.impl.ResourceData
Create an internal resource.
createNewDataFile(InputStream, String, String, String) - Method in class org.apache.sling.installer.core.impl.FileDataStore
Create a new unique data file.
createNewDataFile(String, InputStream) - Method in class org.apache.sling.installer.core.impl.FileDataStore
 
createTask(TaskResourceGroup) - Method in interface org.apache.sling.installer.api.tasks.InstallTaskFactory
Creates an InstallTask for the resource or null if the factory does not support the resource.
createTask(TaskResourceGroup) - Method in class org.apache.sling.installer.core.impl.tasks.BundleTaskCreator
Create a bundle task - install, update or remove

D

deactivate() - Method in class org.apache.sling.installer.core.impl.DefaultTransformer
 
deactivate() - Method in interface org.apache.sling.installer.core.impl.InternalService
 
deactivate() - Method in class org.apache.sling.installer.core.impl.OsgiInstallerImpl
Deactivate
deactivate() - Method in class org.apache.sling.installer.core.impl.tasks.BundleTaskCreator
 
deactivate() - Method in class org.apache.sling.installer.core.impl.tasks.TaskSupport
Deactivate this helper.
DEFAULT_PRIORITY - Static variable in class org.apache.sling.installer.api.InstallableResource
Default resource priority
DefaultTransformer - Class in org.apache.sling.installer.core.impl
The default transformer transforms: - file resources containing a bundle into OSGI bundle resources
DefaultTransformer() - Constructor for class org.apache.sling.installer.core.impl.DefaultTransformer
 
dispose() - Method in class org.apache.sling.installer.core.impl.InstallListener
Stop service tracker.

E

EntityResourceList - Class in org.apache.sling.installer.core.impl
Persistent list of RegisteredResource, used by installer to keep track of all registered resources
EntityResourceList(String, InstallationListener) - Constructor for class org.apache.sling.installer.core.impl.EntityResourceList
 
equals(Object) - Method in class org.apache.sling.installer.api.tasks.InstallTask
 
equals(Object) - Method in class org.apache.sling.installer.core.impl.RegisteredResourceImpl
 
execute(InstallationContext) - Method in class org.apache.sling.installer.api.tasks.ChangeStateTask
 
execute(InstallationContext) - Method in class org.apache.sling.installer.api.tasks.InstallTask
This is the heart of the task - it performs the actual task.
execute(InstallationContext) - Method in class org.apache.sling.installer.core.impl.AsyncWrapperInstallTask
 
execute(InstallationContext) - Method in class org.apache.sling.installer.core.impl.tasks.BundleInstallTask
 
execute(InstallationContext) - Method in class org.apache.sling.installer.core.impl.tasks.BundleRemoveTask
 
execute(InstallationContext) - Method in class org.apache.sling.installer.core.impl.tasks.BundleStartTask
 
execute(InstallationContext) - Method in class org.apache.sling.installer.core.impl.tasks.BundleUpdateTask
 
execute(InstallationContext) - Method in class org.apache.sling.installer.core.impl.tasks.InstallerBundleUpdateTask
 
execute(InstallationContext) - Method in class org.apache.sling.installer.core.impl.tasks.RefreshBundlesTask
 
execute(InstallationContext) - Method in class org.apache.sling.installer.core.impl.tasks.RestartActiveBundlesTask
 
execute(InstallationContext) - Method in class org.apache.sling.installer.core.impl.tasks.SystemBundleUpdateTask
 

F

FileDataStore - Class in org.apache.sling.installer.core.impl
Utility class for all file handling.
FileDataStore(BundleContext) - Constructor for class org.apache.sling.installer.core.impl.FileDataStore
Create a file util instance and detect the installer directory.
findEntries(String, String, boolean) - Method in interface org.osgi.framework.Bundle
Returns entries in this bundle and its attached fragments.
frameworkEvent(FrameworkEvent) - Method in class org.apache.sling.installer.core.impl.tasks.BundleTaskCreator
 
frameworkEvent(FrameworkEvent) - Method in class org.apache.sling.installer.core.impl.util.PABundleRefresher
 
frameworkEvent(FrameworkEvent) - Method in class org.apache.sling.installer.core.impl.util.WABundleRefresher
 
FrameworkWiring - Interface in org.osgi.framework.wiring
Query and modify wiring information for the framework.

G

getActiveResource() - Method in interface org.apache.sling.installer.api.tasks.TaskResourceGroup
Return the first resource if it either needs to be installed or uninstalled.
getActiveResource() - Method in class org.apache.sling.installer.core.impl.EntityResourceList
 
getActiveResourceCount() - Method in interface org.apache.sling.installer.api.jmx.InstallerMBean
Count of Active resource groups.
getActiveResourceCount() - Method in class org.apache.sling.installer.core.impl.InstallerMBeanImpl
 
getActiveResources() - Method in interface org.apache.sling.installer.api.info.InstallationState
Active resource groups These resource groups are currently in processing.
getAlias() - Method in interface org.apache.sling.installer.api.info.ResourceGroup
Get the current alias for this group.
getAlias() - Method in interface org.apache.sling.installer.api.tasks.TaskResourceGroup
Get the current alias for this group.
getAlias() - Method in class org.apache.sling.installer.core.impl.EntityResourceList
Get the alias for this group or null
getAttribute(String) - Method in interface org.apache.sling.installer.api.info.Resource
Get the value of an attribute.
getAttribute(String) - Method in interface org.apache.sling.installer.api.tasks.TaskResource
Get the value of an attribute.
getAttribute(String) - Method in class org.apache.sling.installer.core.impl.RegisteredResourceImpl
 
getAttributes() - Method in class org.apache.sling.installer.api.tasks.TransformationResult
Attributes include the bundle symbolic name, bundle version, etc.
getBundle() - Method in interface org.osgi.framework.BundleReference
Returns the Bundle object associated with this BundleReference.
getBundleContext() - Method in class org.apache.sling.installer.core.impl.AbstractInstallTask
Get the bundle context.
getBundleContext() - Method in class org.apache.sling.installer.core.impl.tasks.TaskSupport
 
getBundleContext() - Method in interface org.osgi.framework.Bundle
Returns this bundle's BundleContext.
getBundleId() - Method in interface org.osgi.framework.Bundle
Returns this bundle's unique identifier.
getBundleInfo(BundleContext, String, String) - Static method in class org.apache.sling.installer.core.impl.tasks.BundleInfo
 
getBundleInfo(String, String) - Method in class org.apache.sling.installer.core.impl.tasks.BundleTaskCreator
 
getBundleRefresher() - Method in class org.apache.sling.installer.core.impl.AbstractInstallTask
 
getBundleRefresher() - Method in class org.apache.sling.installer.core.impl.tasks.TaskSupport
 
getBundleStartLevel() - Method in class org.apache.sling.installer.core.impl.tasks.AbstractBundleTask
Detect the start level for the resource.
getDataFile(String) - Method in class org.apache.sling.installer.core.impl.FileDataStore
Return a file with the given name in the installer directory.
getDataFile() - Method in class org.apache.sling.installer.core.impl.ResourceData
 
getDependencyClosure(Collection<Bundle>) - Method in interface org.osgi.framework.wiring.FrameworkWiring
Returns the dependency closure for the specified bundles.
getDescription() - Method in class org.apache.sling.installer.core.impl.DefaultTransformer
 
getDescription() - Method in interface org.apache.sling.installer.core.impl.InternalService
 
getDescription() - Method in class org.apache.sling.installer.core.impl.tasks.BundleTaskCreator
 
getDictionary() - Method in class org.apache.sling.installer.api.InstallableResource
Return this resource's dictionary.
getDictionary() - Method in interface org.apache.sling.installer.api.tasks.RegisteredResource
Return this resource's dictionary.
getDictionary() - Method in class org.apache.sling.installer.core.impl.RegisteredResourceImpl
 
getDictionary() - Method in class org.apache.sling.installer.core.impl.ResourceData
Copy given Dictionary
getDigest() - Method in class org.apache.sling.installer.api.InstallableResource
Return this resource's digest.
getDigest() - Method in interface org.apache.sling.installer.api.tasks.RegisteredResource
Return this resource's digest.
getDigest() - Method in class org.apache.sling.installer.api.UpdateResult
Return this resource's digest.
getDigest() - Method in class org.apache.sling.installer.core.impl.RegisteredResourceImpl
 
getDigest(String, String) - Method in class org.apache.sling.installer.core.impl.ResourceData
 
getEntityId() - Method in interface org.apache.sling.installer.api.tasks.RegisteredResource
Return the identifier of the OSGi "entity" that this resource represents, for example "bundle:SID" where SID is the bundle's symbolic ID, or "config:PID" where PID is config's PID.
getEntityId() - Method in class org.apache.sling.installer.core.impl.RegisteredResourceImpl
 
getEntityIds() - Method in class org.apache.sling.installer.core.impl.PersistentResourceList
 
getEntityResourceList(String) - Method in class org.apache.sling.installer.core.impl.PersistentResourceList
Get the resource group for an entity id.
getEntry(String) - Method in interface org.osgi.framework.Bundle
Returns a URL to the entry at the specified path in this bundle.
getEntryPaths(String) - Method in interface 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.
getFirstResource() - Method in class org.apache.sling.installer.core.impl.EntityResourceList
Return the first resource or null
getFragmentHostHeader(Bundle) - Static method in class org.apache.sling.installer.core.impl.tasks.BundleUtil
Gets the bundle's Fragment-Host header.
getFullAlias() - Method in class org.apache.sling.installer.core.impl.EntityResourceList
Get the alias for this group or null
getHeaders() - Method in interface org.osgi.framework.Bundle
Returns this bundle's Manifest headers and values.
getHeaders(String) - Method in interface org.osgi.framework.Bundle
Returns this bundle's Manifest headers and values localized to the specified locale.
getId() - Method in class org.apache.sling.installer.api.InstallableResource
Return this data's id.
getId() - Method in class org.apache.sling.installer.api.tasks.TransformationResult
Get the new unique id
getInputStream() - Method in class org.apache.sling.installer.api.InstallableResource
Return an input stream with the data of this resource.
getInputStream() - Method in interface org.apache.sling.installer.api.tasks.RegisteredResource
Return an input stream with the data of this resource.
getInputStream() - Method in class org.apache.sling.installer.api.tasks.TransformationResult
Get the new input stream
getInputStream() - Method in class org.apache.sling.installer.core.impl.RegisteredResourceImpl
 
getInputStream() - Method in class org.apache.sling.installer.core.impl.ResourceData
Return the file
getInstallationState() - Method in interface org.apache.sling.installer.api.info.InfoProvider
Return the current installation state.
getInstallationState() - Method in class org.apache.sling.installer.core.impl.OsgiInstallerImpl
 
getInstalledResourceCount() - Method in interface org.apache.sling.installer.api.jmx.InstallerMBean
Count of Installed resource groups.
getInstalledResourceCount() - Method in class org.apache.sling.installer.core.impl.InstallerMBeanImpl
 
getInstalledResources() - Method in interface org.apache.sling.installer.api.info.InstallationState
Installed resource groups These resources groups are processed.
getLastChange() - Method in interface org.apache.sling.installer.api.info.Resource
When did the last change happen?
getLastChange() - Method in class org.apache.sling.installer.core.impl.RegisteredResourceImpl
When did the last change happen?
getLastModified() - Method in interface org.osgi.framework.Bundle
Returns the time when this bundle was last modified.
getLocation() - Method in interface org.osgi.framework.Bundle
Returns this bundle's location identifier.
getLogger() - Method in class org.apache.sling.installer.core.impl.AbstractInstallTask
Get a logger.
getMatchingBundle(BundleContext, String, String) - Static method in class org.apache.sling.installer.core.impl.tasks.BundleInfo
Finds the bundle with given symbolic name in our bundle context.
getNextActiveResource() - Method in interface org.apache.sling.installer.api.tasks.TaskResourceGroup
If there is more than the active resource in the group, return the second resource from the group.
getNextActiveResource() - Method in class org.apache.sling.installer.core.impl.EntityResourceList
 
getPriority() - Method in class org.apache.sling.installer.api.InstallableResource
Return the priority of this resource.
getPriority() - Method in interface org.apache.sling.installer.api.tasks.RegisteredResource
Return the priority of this resource.
getPriority() - Method in class org.apache.sling.installer.api.UpdateResult
Return the priority of this resource.
getPriority() - Method in class org.apache.sling.installer.core.impl.RegisteredResourceImpl
 
getPrivateCopyOfDictionary() - Method in class org.apache.sling.installer.core.impl.InternalResource
Copy given Dictionary
getPrivateCopyOfFile() - Method in class org.apache.sling.installer.core.impl.InternalResource
Copy the given file and return it.
getRegisteredServices() - Method in interface 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() - Method in interface org.osgi.framework.wiring.FrameworkWiring
Returns the bundles that have non-current, in use bundle wirings.
getResource() - Method in class org.apache.sling.installer.api.tasks.InstallTask
Return the corresponding resource - depending on the task this might be null.
getResource() - Method in class org.apache.sling.installer.core.impl.AsyncWrapperInstallTask
 
getResource(String) - Method in interface org.osgi.framework.Bundle
Find the specified resource from this bundle's class loader.
getResourceGroup() - Method in class org.apache.sling.installer.api.tasks.InstallTask
Return the corresponding resource - depending on the task this might be null.
getResourceGroup() - Method in class org.apache.sling.installer.core.impl.AsyncWrapperInstallTask
 
getResourceId() - Method in class org.apache.sling.installer.api.UpdateResult
Return just the resource id (everything in the url after the colon)
getResourceId() - Method in class org.apache.sling.installer.core.impl.EntityResourceList
Get the resource id.
getResourceIsMoved() - Method in class org.apache.sling.installer.api.UpdateResult
Has this resource been moved or added?
getResources() - Method in interface org.apache.sling.installer.api.info.ResourceGroup
Get all resources for this group.
getResources() - Method in class org.apache.sling.installer.core.impl.EntityResourceList
 
getResources(String) - Method in interface org.osgi.framework.Bundle
Find the specified resources from this bundle's class loader.
getResourceType() - Method in class org.apache.sling.installer.api.tasks.TransformationResult
Get the new resource type
getResourceUri() - Method in class org.apache.sling.installer.core.impl.InternalResource
Return the resource uri (or null)
getScheme() - Method in interface org.apache.sling.installer.api.tasks.RegisteredResource
Return the scheme from where the artifact is originated.
getScheme() - Method in class org.apache.sling.installer.api.UpdateResult
Return the scheme of the provider.
getScheme() - Method in class org.apache.sling.installer.core.impl.RegisteredResourceImpl
 
getServicesInUse() - Method in interface 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) - Method in interface org.osgi.framework.Bundle
Return the certificates for the signers of this bundle and the certificate chains for those signers.
getSortableStartLevel() - Method in class org.apache.sling.installer.core.impl.tasks.AbstractBundleTask
Get sortable start level - low levels before high levels
getSortKey() - Method in class org.apache.sling.installer.api.tasks.ChangeStateTask
 
getSortKey() - Method in class org.apache.sling.installer.api.tasks.InstallTask
Tasks are sorted according to this key.
getSortKey() - Method in class org.apache.sling.installer.core.impl.AsyncWrapperInstallTask
 
getSortKey() - Method in class org.apache.sling.installer.core.impl.tasks.BundleInstallTask
 
getSortKey() - Method in class org.apache.sling.installer.core.impl.tasks.BundleRemoveTask
 
getSortKey() - Method in class org.apache.sling.installer.core.impl.tasks.BundleStartTask
 
getSortKey() - Method in class org.apache.sling.installer.core.impl.tasks.BundleUpdateTask
 
getSortKey() - Method in class org.apache.sling.installer.core.impl.tasks.InstallerBundleUpdateTask
 
getSortKey() - Method in class org.apache.sling.installer.core.impl.tasks.RefreshBundlesTask
 
getSortKey() - Method in class org.apache.sling.installer.core.impl.tasks.RestartActiveBundlesTask
 
getSortKey() - Method in class org.apache.sling.installer.core.impl.tasks.SystemBundleUpdateTask
 
getSource() - Method in interface org.apache.sling.installer.api.event.InstallationEvent
Return the source of the event.
getStartLevel() - Method in class org.apache.sling.installer.core.impl.AbstractInstallTask
 
getStartLevel() - Method in class org.apache.sling.installer.core.impl.tasks.TaskSupport
 
getState() - Method in interface org.apache.sling.installer.api.info.Resource
Get the current state of the resource.
getState() - Method in interface org.apache.sling.installer.api.tasks.TaskResource
Get the current state of the resource.
getState() - Method in class org.apache.sling.installer.core.impl.RegisteredResourceImpl
 
getState() - Method in interface org.osgi.framework.Bundle
Returns this bundle's current state.
getSuspendedSince() - Method in interface org.apache.sling.installer.api.jmx.InstallerMBean
Determines the time since when the installer is in suspended state
getSuspendedSince() - Method in class org.apache.sling.installer.core.impl.InstallerMBeanImpl
 
getSymbolicName() - Method in interface org.osgi.framework.Bundle
Returns the symbolic name of this bundle as specified by its Bundle-SymbolicName manifest header.
getTaskSupport() - Method in class org.apache.sling.installer.core.impl.AbstractInstallTask
 
getTemporaryAttribute(String) - Method in interface org.apache.sling.installer.api.tasks.TaskResource
Get the value of a temporary attribute.
getTemporaryAttribute(String) - Method in class org.apache.sling.installer.core.impl.RegisteredResourceImpl
 
getType() - Method in interface org.apache.sling.installer.api.event.InstallationEvent
Return the event type.
getType() - Method in class org.apache.sling.installer.api.InstallableResource
Return the type of this resource.
getType() - Method in interface org.apache.sling.installer.api.tasks.RegisteredResource
Return the type of this resource.
getType() - Method in class org.apache.sling.installer.core.impl.RegisteredResourceImpl
 
getUntransformedResources() - Method in interface org.apache.sling.installer.api.info.InstallationState
Return all untransformed resources
getUntransformedResources() - Method in class org.apache.sling.installer.core.impl.PersistentResourceList
Get the list of untransformed resources = resources without resource type
getURL() - Method in interface org.apache.sling.installer.api.tasks.RegisteredResource
Return this data's URL.
getURL() - Method in class org.apache.sling.installer.api.UpdateResult
Return this data's url.
getURL() - Method in class org.apache.sling.installer.core.impl.InternalResource
The unique url of the resource.
getURL() - Method in class org.apache.sling.installer.core.impl.RegisteredResourceImpl
 
getVersion() - Method in interface org.apache.sling.installer.api.info.Resource
Return the version of the artifact.
getVersion() - Method in interface org.apache.sling.installer.api.tasks.TaskResource
Return the version of the artifact.
getVersion() - Method in class org.apache.sling.installer.api.tasks.TransformationResult
Get the version
getVersion() - Method in class org.apache.sling.installer.core.impl.RegisteredResourceImpl
 
getVersion() - Method in interface org.osgi.framework.Bundle
Returns the version of this bundle as specified by its Bundle-Version manifest header.

H

handleRemoval(String, String, String) - Method in interface org.apache.sling.installer.api.UpdateHandler
Handle the remove of a resource
handleUpdate(String, String, String, Dictionary<String, Object>, Map<String, Object>) - Method in interface org.apache.sling.installer.api.UpdateHandler
Handle the update of a resource
handleUpdate(String, String, String, InputStream, Map<String, Object>) - Method in interface org.apache.sling.installer.api.UpdateHandler
Handle the update of a resource
hasDataFile() - Method in class org.apache.sling.installer.core.impl.RegisteredResourceImpl
 
hashCode() - Method in class org.apache.sling.installer.api.tasks.InstallTask
 
hashCode() - Method in class org.apache.sling.installer.core.impl.RegisteredResourceImpl
 
hasPermission(Object) - Method in interface org.osgi.framework.Bundle
Determines if this bundle has the specified permissions.

I

id - Variable in class org.apache.sling.installer.core.impl.tasks.BundleInfo
 
InfoProvider - Interface in org.apache.sling.installer.api.info
The info provider delivers information about the current state of the OSGi installer
init(BundleContext, ResourceChangeListener, RetryHandler) - Method in class org.apache.sling.installer.core.impl.DefaultTransformer
 
init(BundleContext, ResourceChangeListener, RetryHandler) - Method in interface org.apache.sling.installer.core.impl.InternalService
 
init(BundleContext, ResourceChangeListener, RetryHandler) - Method in class org.apache.sling.installer.core.impl.tasks.BundleTaskCreator
 
InstallableResource - Class in org.apache.sling.installer.api
A piece of data that can be installed by the OsgiInstaller Currently the OSGi installer supports bundles and configurations, but it can be extended by additional task factories supporting other formats.
InstallableResource(String, InputStream, Dictionary<String, Object>, String, String, Integer) - Constructor for class org.apache.sling.installer.api.InstallableResource
Create a data object - this is a simple constructor just using the values as they are provided.
INSTALLATION_HINT - Static variable in class org.apache.sling.installer.api.InstallableResource
Optional parameter in the dictionary if a resource (not a dict) is installed.
InstallationContext - Interface in org.apache.sling.installer.api.tasks
Context for the installation tasks.
InstallationEvent - Interface in org.apache.sling.installer.api.event
Optional listener which can be used to monitor the activities of the installer.
InstallationEvent.TYPE - Enum in org.apache.sling.installer.api.event
 
InstallationListener - Interface in org.apache.sling.installer.api.event
Optional listener which can be used to monitor the activities of the installer.
InstallationState - Interface in org.apache.sling.installer.api.info
The state of the OSGi installer at a given time.
INSTALLED - Static variable in interface org.osgi.framework.Bundle
The bundle is installed but not yet resolved.
InstallerBundleUpdateTask - Class in org.apache.sling.installer.core.impl.tasks
Update the installer itself
InstallerBundleUpdateTask(TaskResourceGroup, TaskSupport) - Constructor for class org.apache.sling.installer.core.impl.tasks.InstallerBundleUpdateTask
 
InstallerMBean - Interface in org.apache.sling.installer.api.jmx
 
InstallerMBeanImpl - Class in org.apache.sling.installer.core.impl
 
InstallerMBeanImpl(InfoProvider) - Constructor for class org.apache.sling.installer.core.impl.InstallerMBeanImpl
 
InstallListener - Class in org.apache.sling.installer.core.impl
Proxy component for notifying all registered InstallationListeners.
InstallListener(BundleContext, Logger) - Constructor for class org.apache.sling.installer.core.impl.InstallListener
Start service tracker.
InstallTask - Class in org.apache.sling.installer.api.tasks
Base class for tasks that can be executed by the OsgiInstaller.
InstallTask(TaskResourceGroup) - Constructor for class org.apache.sling.installer.api.tasks.InstallTask
Constructor for the task
InstallTaskFactory - Interface in org.apache.sling.installer.api.tasks
The install task factory creates a task for a given resource.
InternalResource - Class in org.apache.sling.installer.core.impl
Internal resource is a private data object which wraps an installable resource and is used to create a registered resource.
InternalResource(String, String, InputStream, Dictionary<String, Object>, String, String, Integer, File, String) - Constructor for class org.apache.sling.installer.core.impl.InternalResource
 
InternalService - Interface in org.apache.sling.installer.core.impl
Internal service interface for easier registration handling.
isActive() - Method in interface org.apache.sling.installer.api.jmx.InstallerMBean
Indicates that whether the installer is currently active
isActive() - Method in class org.apache.sling.installer.core.impl.InstallerMBeanImpl
 
isAsynchronousTask() - Method in class org.apache.sling.installer.api.tasks.InstallTask
If this an asynchronous task it should return true The OSGi installer will set the attribute InstallTask.ASYNC_ATTR_NAME with an integer value.
isAsynchronousTask() - Method in class org.apache.sling.installer.core.impl.AsyncWrapperInstallTask
 
isAsynchronousTask() - Method in class org.apache.sling.installer.core.impl.tasks.InstallerBundleUpdateTask
 
isAsynchronousTask() - Method in class org.apache.sling.installer.core.impl.tasks.SystemBundleUpdateTask
 
isBundleActive(Bundle) - Static method in class org.apache.sling.installer.core.impl.tasks.BundleUtil
Check if the bundle is active.
isBundleStart(TaskResource) - Static method in class org.apache.sling.installer.core.impl.tasks.BundleUtil
 
isEmpty() - Method in class org.apache.sling.installer.core.impl.EntityResourceList
The resource list is empty if it contains no resources.
isInstallerBundleAffected(List<Bundle>) - Method in interface org.apache.sling.installer.core.impl.util.BundleRefresher
 
isInstallerBundleAffected(List<Bundle>) - Method in class org.apache.sling.installer.core.impl.util.PABundleRefresher
Check whether a bundle refresh would affect the installer bundle
isInstallerBundleAffected(List<Bundle>) - Method in class org.apache.sling.installer.core.impl.util.WABundleRefresher
 
isLazyActivatian(Bundle) - Static method in class org.apache.sling.installer.core.impl.tasks.BundleUtil
Check if the bundle has the lazy activation policy
isSameResource(RegisteredResourceImpl, RegisteredResourceImpl) - Static method in class org.apache.sling.installer.core.impl.RegisteredResourceImpl
Compare two resources where we know that they point to the same entity and have the same URL!
isSnapshot(Version) - Static method in class org.apache.sling.installer.core.impl.tasks.BundleInfo
Check if the version is a snapshot version
isSpecialEntityId(String) - Method in class org.apache.sling.installer.core.impl.PersistentResourceList
Check if the id is a special id and should not be included in the info report
isSystemBundleFragment(Bundle) - Static method in class org.apache.sling.installer.core.impl.tasks.BundleUtil
 

L

loadClass(String) - Method in interface org.osgi.framework.Bundle
Loads the specified class using this bundle's class loader.
log(String, Object...) - Method in interface org.apache.sling.installer.api.tasks.InstallationContext
Make an entry into the audit log - this should be invoked by the tasks whenever something has been installed/uninstalled etc.

M

markBundleForRefresh(InstallationContext, TaskSupport, Bundle) - Static method in class org.apache.sling.installer.core.impl.tasks.RefreshBundlesTask
 
markBundleStart(TaskResource) - Static method in class org.apache.sling.installer.core.impl.tasks.BundleUtil
 

O

onEvent(InstallationEvent) - Method in interface org.apache.sling.installer.api.event.InstallationListener
Receive an installation event.
onEvent(InstallationEvent) - Method in class org.apache.sling.installer.core.impl.InstallerMBeanImpl
 
onEvent(InstallationEvent) - Method in class org.apache.sling.installer.core.impl.InstallListener
 
org.apache.sling.installer.api - package org.apache.sling.installer.api
 
org.apache.sling.installer.api.event - package org.apache.sling.installer.api.event
 
org.apache.sling.installer.api.info - package org.apache.sling.installer.api.info
 
org.apache.sling.installer.api.jmx - package org.apache.sling.installer.api.jmx
 
org.apache.sling.installer.api.tasks - package org.apache.sling.installer.api.tasks
 
org.apache.sling.installer.core.impl - package org.apache.sling.installer.core.impl
 
org.apache.sling.installer.core.impl.tasks - package org.apache.sling.installer.core.impl.tasks
 
org.apache.sling.installer.core.impl.util - package org.apache.sling.installer.core.impl.util
 
org.osgi.framework - package org.osgi.framework
 
org.osgi.framework.wiring - package org.osgi.framework.wiring
 
OsgiInstaller - Interface in org.apache.sling.installer.api
Service for installing/updating/removing installable resources InstallableResource in an OSGi framework.
OsgiInstallerImpl - Class in org.apache.sling.installer.core.impl
Worker thread where all OSGi tasks are executed.
OsgiInstallerImpl(BundleContext) - Constructor for class org.apache.sling.installer.core.impl.OsgiInstallerImpl
Constructor Most of the initialization is defered to the background thread

P

PABundleRefresher - Class in org.apache.sling.installer.core.impl.util
Implementation using the package admin
PABundleRefresher(PackageAdmin, BundleContext) - Constructor for class org.apache.sling.installer.core.impl.util.PABundleRefresher
 
PersistentResourceList - Class in org.apache.sling.installer.core.impl
Persistent list of RegisteredResource, used by installer to keep track of all registered resources
PersistentResourceList(File, InstallationListener) - Constructor for class org.apache.sling.installer.core.impl.PersistentResourceList
 
PROPERTY_SCHEMES - Static variable in interface org.apache.sling.installer.api.UpdateHandler
Required configuration property defining the schemes, this handler is handling.

R

readBundleHeaders(RegisteredResource, Logger) - Static method in class org.apache.sling.installer.core.impl.Util
Read the bundle info from the manifest (if available)
refreshBundles(InstallationContext, List<Bundle>, boolean) - Method in interface org.apache.sling.installer.core.impl.util.BundleRefresher
 
refreshBundles(InstallationContext, List<Bundle>, boolean) - Method in class org.apache.sling.installer.core.impl.util.PABundleRefresher
 
refreshBundles(InstallationContext, List<Bundle>, boolean) - Method in class org.apache.sling.installer.core.impl.util.WABundleRefresher
 
refreshBundles(Collection<Bundle>, FrameworkListener...) - Method in interface org.osgi.framework.wiring.FrameworkWiring
Refreshes the specified bundles.
RefreshBundlesTask - Class in org.apache.sling.installer.core.impl.tasks
Refresh a set of bundles.
RefreshBundlesTask(TaskSupport) - Constructor for class org.apache.sling.installer.core.impl.tasks.RefreshBundlesTask
 
RegisteredResource - Interface in org.apache.sling.installer.api.tasks
A resource that's been registered in the OSGi controller.
RegisteredResourceImpl - Class in org.apache.sling.installer.core.impl
Implementation of the registered resource
registerResources(String, InstallableResource[]) - Method in interface org.apache.sling.installer.api.OsgiInstaller
Provide the installer with the complete list of installable resources for a given client.
registerResources(String, InstallableResource[]) - Method in class org.apache.sling.installer.core.impl.OsgiInstallerImpl
 
remove(String) - Method in class org.apache.sling.installer.core.impl.EntityResourceList
 
remove(String) - Method in class org.apache.sling.installer.core.impl.PersistentResourceList
Remove a resource by url.
removeFromDigestCache(String, String) - Method in class org.apache.sling.installer.core.impl.FileDataStore
 
resolveBundles(Collection<Bundle>) - Method in interface org.osgi.framework.wiring.FrameworkWiring
Resolves the specified bundles.
RESOLVED - Static variable in interface org.osgi.framework.Bundle
The bundle is resolved and is able to be started.
Resource - Interface in org.apache.sling.installer.api.info
A resource provides all relevant information about a registered resource.
RESOURCE_URI_HINT - Static variable in class org.apache.sling.installer.api.InstallableResource
Optional parameter in the dictionary if a resource (not a dict) is installed.
resourceAddedOrUpdated(String, String, InputStream, Dictionary<String, Object>, Map<String, Object>) - Method in interface org.apache.sling.installer.api.ResourceChangeListener
Inform the installer about an added or updated resource
resourceAddedOrUpdated(String, String, InputStream, Dictionary<String, Object>, Map<String, Object>) - Method in class org.apache.sling.installer.core.impl.OsgiInstallerImpl
 
ResourceChangeListener - Interface in org.apache.sling.installer.api
OSGi Service listening for changes of resources.
ResourceData - Class in org.apache.sling.installer.core.impl
ResourceData just contains the data of a resource - input stream - dictionary
ResourceGroup - Interface in org.apache.sling.installer.api.info
This is a group of resources all pointing to the same artifact, but maybe in different versions or locations.
resourceRemoved(String, String) - Method in interface org.apache.sling.installer.api.ResourceChangeListener
Inform the installer about a removed resource
resourceRemoved(String, String) - Method in class org.apache.sling.installer.core.impl.OsgiInstallerImpl
 
ResourceState - Enum in org.apache.sling.installer.api.tasks
The state of a resource.
ResourceTransformer - Interface in org.apache.sling.installer.api.tasks
A resource transformer transform a registered resource before it can be installed.
RESTART_ACTIVE_BUNDLES_ENTITY_ID - Static variable in class org.apache.sling.installer.core.impl.PersistentResourceList
 
RESTART_ACTIVE_BUNDLES_ID - Static variable in class org.apache.sling.installer.core.impl.PersistentResourceList
 
RESTART_ACTIVE_BUNDLES_TYPE - Static variable in class org.apache.sling.installer.core.impl.PersistentResourceList
Entity id for restart active bundles.
RestartActiveBundlesTask - Class in org.apache.sling.installer.core.impl.tasks
Restart all active bundles.
RestartActiveBundlesTask(TaskResourceGroup, TaskSupport) - Constructor for class org.apache.sling.installer.core.impl.tasks.RestartActiveBundlesTask
Constructor
RetryHandler - Interface in org.apache.sling.installer.api.tasks
The retry handler should be informed by external services whenever something in the system changed which might make it worth to retry a failed installed.
run() - Method in class org.apache.sling.installer.core.impl.OsgiInstallerImpl
 

S

save() - Method in class org.apache.sling.installer.core.impl.PersistentResourceList
Persist the current state
scheduleRetry() - Method in interface org.apache.sling.installer.api.tasks.RetryHandler
Schedule a retry.
scheduleRetry() - Method in class org.apache.sling.installer.core.impl.OsgiInstallerImpl
 
setAttribute(String, Object) - Method in interface org.apache.sling.installer.api.tasks.TaskResource
Set the value of an attribute.
setAttribute(String, Object) - Method in class org.apache.sling.installer.core.impl.RegisteredResourceImpl
 
setAttributes(Map<String, Object>) - Method in class org.apache.sling.installer.api.tasks.TransformationResult
Set the new attributes.
setDigest(String) - Method in class org.apache.sling.installer.api.UpdateResult
Set the digest.
setField(Object, String, Object) - Static method in class org.apache.sling.installer.core.impl.Util
Set a (final) field during deserialization.
setFinishedState(ResourceState) - Method in class org.apache.sling.installer.api.tasks.InstallTask
Set the finished state for the resource.
setFinishedState(ResourceState, String) - Method in class org.apache.sling.installer.api.tasks.InstallTask
Set the finished state for the resource and the alias
setFinishedState(ResourceState) - Method in class org.apache.sling.installer.core.impl.AsyncWrapperInstallTask
 
setFinishedState(ResourceState, String) - Method in class org.apache.sling.installer.core.impl.AsyncWrapperInstallTask
 
setFinishedState(ResourceState) - Method in class org.apache.sling.installer.core.impl.tasks.BundleStartTask
 
setFinishState(ResourceState) - Method in interface org.apache.sling.installer.api.tasks.TaskResourceGroup
Set the finish state for the active resource.
setFinishState(ResourceState, String) - Method in interface org.apache.sling.installer.api.tasks.TaskResourceGroup
Set the finish state for the active resource and register an alias.
setFinishState(ResourceState) - Method in class org.apache.sling.installer.core.impl.EntityResourceList
 
setFinishState(ResourceState, String) - Method in class org.apache.sling.installer.core.impl.EntityResourceList
 
setId(String) - Method in class org.apache.sling.installer.api.tasks.TransformationResult
Set a new unique id.
setInputStream(InputStream) - Method in class org.apache.sling.installer.api.tasks.TransformationResult
Set a new input stream.
setListener(InstallationListener) - Method in class org.apache.sling.installer.core.impl.EntityResourceList
Set the listener
setPriority(Integer) - Method in class org.apache.sling.installer.api.UpdateResult
Set the priority.
setPrivateCopyOfFile(File) - Method in class org.apache.sling.installer.core.impl.InternalResource
Set the data file.
setResourceId(String) - Method in class org.apache.sling.installer.core.impl.EntityResourceList
Set the resource id
setResourceIsMoved(boolean) - Method in class org.apache.sling.installer.api.UpdateResult
Sett whether this resource has been moved or added.
setResourceType(String) - Method in class org.apache.sling.installer.api.tasks.TransformationResult
Set a new resource type.
setState(ResourceState) - Method in class org.apache.sling.installer.core.impl.RegisteredResourceImpl
Set the state for the resource.
setTemporaryAttribute(String, Object) - Method in interface org.apache.sling.installer.api.tasks.TaskResource
Set the value of a temporary attribute.
setTemporaryAttribute(String, Object) - Method in class org.apache.sling.installer.core.impl.RegisteredResourceImpl
 
setVersion(Version) - Method in class org.apache.sling.installer.api.tasks.TransformationResult
Set the version.
SHARED - Static variable in class org.apache.sling.installer.core.impl.FileDataStore
Public instance - to avoid passing a reference to this service to each data object.
SIGNERS_ALL - Static variable in interface org.osgi.framework.Bundle
Request that all certificates used to sign the bundle be returned.
SIGNERS_TRUSTED - Static variable in interface org.osgi.framework.Bundle
Request that only certificates used to sign the bundle that are trusted by the framework be returned.
SortingServiceTracker<T> - Class in org.apache.sling.installer.core.impl
 
SortingServiceTracker(BundleContext, String, RetryHandler) - Constructor for class org.apache.sling.installer.core.impl.SortingServiceTracker
Constructor
start(BundleContext) - Method in class org.apache.sling.installer.core.impl.Activator
 
start() - Method in class org.apache.sling.installer.core.impl.InstallListener
Send started event.
start() - Method in class org.apache.sling.installer.core.impl.OsgiInstallerImpl
Start this component.
start(int) - Method in interface org.osgi.framework.Bundle
Starts this bundle.
start() - Method in interface org.osgi.framework.Bundle
Starts this bundle with no options.
START_ACTIVATION_POLICY - Static variable in interface org.osgi.framework.Bundle
The bundle start operation must activate the bundle according to the bundle's declared activation policy.
START_TRANSIENT - Static variable in interface org.osgi.framework.Bundle
The bundle start operation is transient and the persistent autostart setting of the bundle is not modified.
STARTING - Static variable in interface org.osgi.framework.Bundle
The bundle is in the process of starting.
state - Variable in class org.apache.sling.installer.core.impl.tasks.BundleInfo
 
stop(BundleContext) - Method in class org.apache.sling.installer.core.impl.Activator
 
stop(int) - Method in interface org.osgi.framework.Bundle
Stops this bundle.
stop() - Method in interface org.osgi.framework.Bundle
Stops this bundle with no options.
STOP_TRANSIENT - Static variable in interface org.osgi.framework.Bundle
The bundle stop is transient and the persistent autostart setting of the bundle is not modified.
STOPPING - Static variable in interface org.osgi.framework.Bundle
The bundle is in the process of stopping.
suspend() - Method in class org.apache.sling.installer.core.impl.InstallListener
Send suspended event.
symbolicName - Variable in class org.apache.sling.installer.core.impl.tasks.BundleInfo
 
symbolicName - Variable in class org.apache.sling.installer.core.impl.Util.BundleHeaders
 
SystemBundleUpdateTask - Class in org.apache.sling.installer.core.impl.tasks
Update the system bundle from a RegisteredResource.
SystemBundleUpdateTask(TaskResourceGroup, TaskSupport) - Constructor for class org.apache.sling.installer.core.impl.tasks.SystemBundleUpdateTask
 

T

TaskResource - Interface in org.apache.sling.installer.api.tasks
A task resource is a registered resource which has been processed by a ResourceTransformer and is now about to be processed by an InstallTask.
TaskResourceGroup - Interface in org.apache.sling.installer.api.tasks
This is a group of resources all pointing to the same artifact, but maybe in different versions or locations.
TaskSupport - Class in org.apache.sling.installer.core.impl.tasks
Support class for the tasks.
TaskSupport(BundleContext) - Constructor for class org.apache.sling.installer.core.impl.tasks.TaskSupport
 
toString() - Method in class org.apache.sling.installer.api.InstallableResource
 
toString() - Method in class org.apache.sling.installer.api.tasks.InstallTask
 
toString() - Method in class org.apache.sling.installer.api.UpdateResult
 
toString() - Method in class org.apache.sling.installer.core.impl.AsyncWrapperInstallTask
 
toString() - Method in class org.apache.sling.installer.core.impl.RegisteredResourceImpl
 
toString() - Method in class org.apache.sling.installer.core.impl.tasks.BundleStartTask
 
toString() - Method in class org.apache.sling.installer.core.impl.tasks.RefreshBundlesTask
 
transform(RegisteredResource) - Method in interface org.apache.sling.installer.api.tasks.ResourceTransformer
Try to transform the registered resource.
transform(RegisteredResource) - Method in class org.apache.sling.installer.core.impl.DefaultTransformer
 
transform(RegisteredResource, TransformationResult[]) - Method in class org.apache.sling.installer.core.impl.PersistentResourceList
Transform an unknown resource to a registered one
TransformationResult - Class in org.apache.sling.installer.api.tasks
A result of a ResourceTransformer.
TransformationResult() - Constructor for class org.apache.sling.installer.api.tasks.TransformationResult
 
TYPE_BUNDLE - Static variable in class org.apache.sling.installer.api.InstallableResource
The type for a bundle - in this case InstallableResource.getInputStream() must return an input stream to the bundle.
TYPE_CONFIG - Static variable in class org.apache.sling.installer.api.InstallableResource
The type for a configuration - in this case InstallableResource.getDictionary() must return a dictionary with the configuration.
TYPE_FILE - Static variable in class org.apache.sling.installer.api.InstallableResource
The type for all other provided data like a bundle etc.
TYPE_PROPERTIES - Static variable in class org.apache.sling.installer.api.InstallableResource
The type for properties - in this case InstallableResource.getDictionary() should contain a dictionary or the InstallableResource.getInputStream() should point to a property or configuration file.

U

uninstall() - Method in interface org.osgi.framework.Bundle
Uninstalls this bundle.
UNINSTALLED - Static variable in interface org.osgi.framework.Bundle
The bundle is uninstalled and may not be used.
update(InternalResource) - Method in class org.apache.sling.installer.core.impl.RegisteredResourceImpl
Update the resource uri - if provided.
update(File, Dictionary<String, Object>, String, int, String) - Method in class org.apache.sling.installer.core.impl.RegisteredResourceImpl
 
update(InputStream) - Method in interface org.osgi.framework.Bundle
Updates this bundle from an InputStream.
update() - Method in interface org.osgi.framework.Bundle
Updates this bundle.
updateDigestCache(String, String) - Method in class org.apache.sling.installer.core.impl.FileDataStore
 
UpdateHandler - Interface in org.apache.sling.installer.api
An update handler is a service handling updates of resources through other ways than the installer, e.g. handling a configuration change through the web console or directly through the configuration admin API.
updateResources(String, InstallableResource[], String[]) - Method in interface org.apache.sling.installer.api.OsgiInstaller
Inform the installer that resources are available for installation and/or other resources are no longer available.
updateResources(String, InstallableResource[], String[]) - Method in class org.apache.sling.installer.core.impl.OsgiInstallerImpl
 
UpdateResult - Class in org.apache.sling.installer.api
The update result is returned by an UpdateHandler if a resource could be persisted by the handler.
UpdateResult(String) - Constructor for class org.apache.sling.installer.api.UpdateResult
Create an update result
Util - Class in org.apache.sling.installer.core.impl
 
Util() - Constructor for class org.apache.sling.installer.core.impl.Util
 
Util.BundleHeaders - Class in org.apache.sling.installer.core.impl
 
Util.BundleHeaders() - Constructor for class org.apache.sling.installer.core.impl.Util.BundleHeaders
 

V

valueOf(String) - Static method in enum org.apache.sling.installer.api.event.InstallationEvent.TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.sling.installer.api.tasks.ResourceState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.sling.installer.api.event.InstallationEvent.TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.sling.installer.api.tasks.ResourceState
Returns an array containing the constants of this enum type, in the order they are declared.
VENDOR - Static variable in class org.apache.sling.installer.core.impl.Activator
Vendor of all registered services.
version - Variable in class org.apache.sling.installer.core.impl.tasks.BundleInfo
 
version - Variable in class org.apache.sling.installer.core.impl.Util.BundleHeaders
 

W

WABundleRefresher - Class in org.apache.sling.installer.core.impl.util
Implementation of the bundle refresher based on framework wiring.
WABundleRefresher(FrameworkWiring, BundleContext) - Constructor for class org.apache.sling.installer.core.impl.util.WABundleRefresher
 
A B C D E F G H I L M O P R S T U V W 

Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.