- 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.
- 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
-
- 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
-
- 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
-
- 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
-