Package | Description |
---|---|
org.apache.sling.installer.api | |
org.apache.sling.installer.core.impl |
Modifier and Type | Method and Description |
---|---|
void |
OsgiInstaller.registerResources(String urlScheme,
InstallableResource[] resources)
Provide the installer with the complete list of installable
resources for a given client.
|
void |
OsgiInstaller.updateResources(String urlScheme,
InstallableResource[] resources,
String[] ids)
Inform the installer that resources are available for installation
and/or other resources are no longer available.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalResource
Internal resource is a private data object which wraps
an installable resource and is used to create a registered
resource.
|
Modifier and Type | Method and Description |
---|---|
static InternalResource |
InternalResource.create(String scheme,
InstallableResource resource)
Create an internal resource.
|
void |
OsgiInstallerImpl.registerResources(String scheme,
InstallableResource[] resources) |
void |
OsgiInstallerImpl.updateResources(String scheme,
InstallableResource[] resources,
String[] ids) |
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.